Section: Visualization Toolkit Parallel Classes
To create an instance of class vtkEnSightWriter, simply invoke its constructor as follows
obj = vtkEnSightWriter
obj
is an instance of the vtkEnSightWriter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkEnSightWriter = obj.NewInstance ()
vtkEnSightWriter = obj.SafeDownCast (vtkObject o)
obj.SetProcessNumber (int )
int = obj.GetProcessNumber ()
obj.SetPath (string )
- Specify path of EnSight data files to write.
string = obj.GetPath ()
- Specify path of EnSight data files to write.
obj.SetBaseName (string )
- Specify base name of EnSight data files to write.
string = obj.GetBaseName ()
- Specify base name of EnSight data files to write.
obj.SetFileName (string )
- Specify the path and base name of the output files.
string = obj.GetFileName ()
- Specify the path and base name of the output files.
obj.SetTimeStep (int )
int = obj.GetTimeStep ()
obj.SetGhostLevel (int )
int = obj.GetGhostLevel ()
obj.SetTransientGeometry (bool )
bool = obj.GetTransientGeometry ()
obj.SetNumberOfBlocks (int )
int = obj.GetNumberOfBlocks ()
obj.SetBlockIDs (int val)
obj.SetInput (vtkUnstructuredGrid input)
- Specify the input data or filter.
vtkUnstructuredGrid = obj.GetInput ()
- Specify the input data or filter.
obj.WriteCaseFile (int TotalTimeSteps)
obj.WriteSOSCaseFile (int NumProcs)
obj.SetModelMetadata (vtkModelMetadata model)
vtkModelMetadata = obj.GetModelMetadata ()