Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkAttributeDataToFieldDataFilter, simply invoke its constructor as follows
obj = vtkAttributeDataToFieldDataFilter
obj
is an instance of the vtkAttributeDataToFieldDataFilter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkAttributeDataToFieldDataFilter = obj.NewInstance ()
vtkAttributeDataToFieldDataFilter = obj.SafeDownCast (vtkObject o)
obj.SetPassAttributeData (int )
- Turn on/off the passing of point and cell non-field attribute data to the
output of the filter.
int = obj.GetPassAttributeData ()
- Turn on/off the passing of point and cell non-field attribute data to the
output of the filter.
obj.PassAttributeDataOn ()
- Turn on/off the passing of point and cell non-field attribute data to the
output of the filter.
obj.PassAttributeDataOff ()
- Turn on/off the passing of point and cell non-field attribute data to the
output of the filter.