MantisBT - VTK
View Issue Details
0014683VTK(No Category)public2014-04-11 03:252014-10-01 12:53
Laurence Griffiths 
Berk Geveci 
normalminorhave not tried
closedwon't fix 
6.0.0 
 
TBD
incorrect functionality
0014683: vtkMPIController from vtkpython does not have attribube SetSingleMethod
In python, the attribute SetSingleMethod is not available for a vtkMPIController

I am using vtk6.1.0 and python-2.7.3 with openmpi-1.8

You can check with:

import vtk
print dir(vtk.vtkMPIController())
No tags attached.
Issue History
2014-04-11 03:25Laurence GriffithsNew Issue
2014-10-01 12:53Berk GeveciNote Added: 0033395
2014-10-01 12:53Berk GeveciStatusbacklog => closed
2014-10-01 12:53Berk GeveciAssigned To => Berk Geveci
2014-10-01 12:53Berk GeveciResolutionopen => won't fix

Notes
(0033395)
Berk Geveci   
2014-10-01 12:53   
This is intentional. SetSingleMethod() is not designed to be used from wrapped languages. There are much better ways of achieving the same thing in Python using something like mpi4py