Section: Visualization Toolkit Infovis Classes
To create an instance of class vtkSplitColumnComponents, simply invoke its constructor as follows
obj = vtkSplitColumnComponents
obj
is an instance of the vtkSplitColumnComponents class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkSplitColumnComponents = obj.NewInstance ()
vtkSplitColumnComponents = obj.SafeDownCast (vtkObject o)
obj.SetCalculateMagnitudes (bool )
- If on this filter will calculate an additional magnitude column for all
columns it splits with two or more components.
Default is on.
bool = obj.GetCalculateMagnitudes ()
- If on this filter will calculate an additional magnitude column for all
columns it splits with two or more components.
Default is on.