Section: Visualization Toolkit IO Classes
To create an instance of class vtkXMLCompositeDataWriter, simply invoke its constructor as follows
obj = vtkXMLCompositeDataWriter
obj
is an instance of the vtkXMLCompositeDataWriter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkXMLCompositeDataWriter = obj.NewInstance ()
vtkXMLCompositeDataWriter = obj.SafeDownCast (vtkObject o)
string = obj.GetDefaultFileExtension ()
- Get the default file extension for files written by this writer.
int = obj.GetGhostLevel ()
- Get/Set the number of ghost levels to be written.
obj.SetGhostLevel (int )
- Get/Set the number of ghost levels to be written.
int = obj.GetWriteMetaFile ()
- Get/Set whether this instance will write the meta-file.
obj.SetWriteMetaFile (int flag)
- Get/Set whether this instance will write the meta-file.