nipype.interfaces.vtkbase module¶
vtkbase provides some helpers to use VTK through the tvtk package (mayavi)
Code using tvtk should import it through this module
-
nipype.interfaces.vtkbase.configure_input_data(obj, data)¶ Configure the input data for vtk pipeline object obj. Copied from latest version of mayavi
-
nipype.interfaces.vtkbase.no_tvtk()¶ Checks if tvtk was found
-
nipype.interfaces.vtkbase.no_vtk()¶ Checks if VTK is installed and the python wrapper is functional
-
nipype.interfaces.vtkbase.vtk_old()¶ Checks if VTK uses the old-style pipeline (VTK<6.0)
-
nipype.interfaces.vtkbase.vtk_output(obj)¶ Configure the input data for vtk pipeline object obj.
-
nipype.interfaces.vtkbase.vtk_version()¶ Get VTK version
