Section: Visualization Toolkit Infovis Classes
To create an instance of class vtkAddMembershipArray, simply invoke its constructor as follows
obj = vtkAddMembershipArray
obj is an instance of the vtkAddMembershipArray class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkAddMembershipArray = obj.NewInstance ()
vtkAddMembershipArray = obj.SafeDownCast (vtkObject o)
int = obj.GetFieldType () - The field type to add the membership array to.
obj.SetFieldType (int ) - The field type to add the membership array to.
int = obj.GetFieldTypeMinValue () - The field type to add the membership array to.
int = obj.GetFieldTypeMaxValue () - The field type to add the membership array to.
obj.SetOutputArrayName (string ) - The name of the array added to the output vtkDataSetAttributes
indicating membership. Defaults to "membership".
string = obj.GetOutputArrayName () - The name of the array added to the output vtkDataSetAttributes
indicating membership. Defaults to "membership".
obj.SetInputArrayName (string )
string = obj.GetInputArrayName ()
obj.SetInputValues (vtkAbstractArray )
vtkAbstractArray = obj.GetInputValues ()