Section: Visualization Toolkit Filtering Classes
To create an instance of class vtkImageToStructuredPoints, simply invoke its constructor as follows
obj = vtkImageToStructuredPoints
obj
is an instance of the vtkImageToStructuredPoints class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageToStructuredPoints = obj.NewInstance ()
vtkImageToStructuredPoints = obj.SafeDownCast (vtkObject o)
obj.SetVectorInput (vtkImageData input)
- Set/Get the input object from the image pipeline.
vtkImageData = obj.GetVectorInput ()
- Set/Get the input object from the image pipeline.
vtkStructuredPoints = obj.GetStructuredPointsOutput ()
- Get the output of the filter.