Section: Visualization Toolkit Parallel Classes
To create an instance of class vtkXMLPHierarchicalBoxDataWriter, simply invoke its constructor as follows
obj = vtkXMLPHierarchicalBoxDataWriter
obj
is an instance of the vtkXMLPHierarchicalBoxDataWriter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkXMLPHierarchicalBoxDataWriter = obj.NewInstance ()
vtkXMLPHierarchicalBoxDataWriter = obj.SafeDownCast (vtkObject o)
obj.SetController (vtkMultiProcessController )
- Controller used to communicate data type of blocks.
By default, the global controller is used. If you want another
controller to be used, set it with this.
If no controller is set, only the local blocks will be written
to the meta-file.
vtkMultiProcessController = obj.GetController ()
- Controller used to communicate data type of blocks.
By default, the global controller is used. If you want another
controller to be used, set it with this.
If no controller is set, only the local blocks will be written
to the meta-file.
obj.SetWriteMetaFile (int flag)
- Set whether this instance will write the meta-file. WriteMetaFile
is set to flag only on process 0 and all other processes have
WriteMetaFile set to 0 by default.