[vtk-developers] vtkMPIController does not have SetSingleMethod in vtkpython
    Ben Boeckel 
    ben.boeckel at kitware.com
       
    Mon Apr 14 11:37:03 EDT 2014
    
    
  
On Fri, Apr 11, 2014 at 00:46:41 -0700, lgriffiths wrote:
> The attribube SetSingleMethod is not available for a vtkMPIController when
> using python.
This is because one of the parameters is a (C) function pointer. Python
wrapping does not support this. The RMI methods and SetMultipleMethod
have the same issue.
> Doesnt anyone know of a work around?
Not to my knowledge.
--Ben
    
    
More information about the vtk-developers
mailing list