ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkEnSightWriter Class Reference

vtkEnSightWriter - write vtk unstructured grid data as an EnSight file More...

Inheritance diagram for Kitware.VTK.vtkEnSightWriter:
[legend]
Collaboration diagram for Kitware.VTK.vtkEnSightWriter:
[legend]

List of all members.

Public Member Functions

 vtkEnSightWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkEnSightWriter ()
virtual string GetBaseName ()
 Specify base name of EnSight data files to write.
virtual IntPtr GetBlockIDs ()
 Description set the array of Block ID's this class keeps a reference to the array and will not delete it.
virtual string GetFileName ()
 Specify the path and base name of the output files.
virtual int GetGhostLevel ()
 Description Specify the number of ghost levels to include in output files.
virtual new vtkUnstructuredGrid GetInput ()
 Specify the input data or filter.
virtual vtkModelMetadata GetModelMetadata ()
 Description sets and gets the metadata.
virtual int GetNumberOfBlocks ()
 Description set the number of block ID's.
virtual string GetPath ()
 Specify path of EnSight data files to write.
virtual int GetProcessNumber ()
 Description Specify which process this writer is.
virtual int GetTimeStep ()
 Description Specify the Timestep that this data is for.
virtual bool GetTransientGeometry ()
 Description Specify whether the geoemtry changes each timestep if false, geometry is only written at timestep 0.
override int IsA (string type)
 Undocumented Block.
new vtkEnSightWriter NewInstance ()
 Undocumented Block.
virtual void SetBaseName (string _arg)
 Specify base name of EnSight data files to write.
virtual void SetBlockIDs (IntPtr val)
 Description set the array of Block ID's this class keeps a reference to the array and will not delete it.
virtual void SetFileName (string _arg)
 Specify the path and base name of the output files.
virtual void SetGhostLevel (int _arg)
 Description Specify the number of ghost levels to include in output files.
virtual void SetInput (vtkUnstructuredGrid input)
 Specify the input data or filter.
virtual void SetModelMetadata (vtkModelMetadata model)
 Description sets and gets the metadata.
virtual void SetNumberOfBlocks (int _arg)
 Description set the number of block ID's.
virtual void SetPath (string _arg)
 Specify path of EnSight data files to write.
virtual void SetProcessNumber (int _arg)
 Description Specify which process this writer is.
virtual void SetTimeStep (int _arg)
 Description Specify the Timestep that this data is for.
virtual void SetTransientGeometry (bool _arg)
 Description Specify whether the geoemtry changes each timestep if false, geometry is only written at timestep 0.
virtual void WriteCaseFile (int TotalTimeSteps)
 Description Writes the case file that EnSight is capable of reading The other data files must be written before the case file and the input must be one of the time steps variables must be the same for all time steps or the case file will be missing variables.
virtual void WriteSOSCaseFile (int NumProcs)
 Description Writes the case file that EnSight is capable of reading The other data files must be written before the case file and the input must be one of the time steps variables must be the same for all time steps or the case file will be missing variables.

Static Public Member Functions

static new vtkEnSightWriter New ()
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkEnSightWriter SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkEnSightWriter"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkEnSightWriter"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkEnSightWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkEnSightWriter_GetBaseName_01 (HandleRef pThis)
static internal IntPtr vtkEnSightWriter_GetBlockIDs_02 (HandleRef pThis)
static internal IntPtr vtkEnSightWriter_GetFileName_03 (HandleRef pThis)
static internal int vtkEnSightWriter_GetGhostLevel_04 (HandleRef pThis)
static internal IntPtr vtkEnSightWriter_GetInput_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkEnSightWriter_GetModelMetadata_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkEnSightWriter_GetNumberOfBlocks_07 (HandleRef pThis)
static internal IntPtr vtkEnSightWriter_GetPath_08 (HandleRef pThis)
static internal int vtkEnSightWriter_GetProcessNumber_09 (HandleRef pThis)
static internal int vtkEnSightWriter_GetTimeStep_10 (HandleRef pThis)
static internal byte vtkEnSightWriter_GetTransientGeometry_11 (HandleRef pThis)
static internal int vtkEnSightWriter_IsA_12 (HandleRef pThis, string type)
static internal int vtkEnSightWriter_IsTypeOf_13 (string type)
static internal IntPtr vtkEnSightWriter_NewInstance_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkEnSightWriter_SafeDownCast_16 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkEnSightWriter_SetBaseName_17 (HandleRef pThis, string _arg)
static internal void vtkEnSightWriter_SetBlockIDs_18 (HandleRef pThis, IntPtr val)
static internal void vtkEnSightWriter_SetFileName_19 (HandleRef pThis, string _arg)
static internal void vtkEnSightWriter_SetGhostLevel_20 (HandleRef pThis, int _arg)
static internal void vtkEnSightWriter_SetInput_21 (HandleRef pThis, HandleRef input)
static internal void vtkEnSightWriter_SetModelMetadata_22 (HandleRef pThis, HandleRef model)
static internal void vtkEnSightWriter_SetNumberOfBlocks_23 (HandleRef pThis, int _arg)
static internal void vtkEnSightWriter_SetPath_24 (HandleRef pThis, string _arg)
static internal void vtkEnSightWriter_SetProcessNumber_25 (HandleRef pThis, int _arg)
static internal void vtkEnSightWriter_SetTimeStep_26 (HandleRef pThis, int _arg)
static internal void vtkEnSightWriter_SetTransientGeometry_27 (HandleRef pThis, byte _arg)
static internal void vtkEnSightWriter_WriteCaseFile_28 (HandleRef pThis, int TotalTimeSteps)
static internal void vtkEnSightWriter_WriteSOSCaseFile_29 (HandleRef pThis, int NumProcs)

Static Private Member Functions

static vtkEnSightWriter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkEnSightWriter - write vtk unstructured grid data as an EnSight file

Description vtkEnSightWriter is a source object that writes binary unstructured grid data files in EnSight format. See EnSight Manual for format details


Constructor & Destructor Documentation

static Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.


Member Function Documentation

override void Kitware.VTK.vtkEnSightWriter.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkWriter.

virtual string Kitware.VTK.vtkEnSightWriter.GetBaseName ( ) [virtual]

Specify base name of EnSight data files to write.

virtual IntPtr Kitware.VTK.vtkEnSightWriter.GetBlockIDs ( ) [virtual]

Description set the array of Block ID's this class keeps a reference to the array and will not delete it.

virtual string Kitware.VTK.vtkEnSightWriter.GetFileName ( ) [virtual]

Specify the path and base name of the output files.

virtual int Kitware.VTK.vtkEnSightWriter.GetGhostLevel ( ) [virtual]

Description Specify the number of ghost levels to include in output files.

Specify the input data or filter.

Reimplemented from Kitware.VTK.vtkWriter.

Here is the call graph for this function:

Description sets and gets the metadata.

Here is the call graph for this function:

Description set the number of block ID's.

virtual string Kitware.VTK.vtkEnSightWriter.GetPath ( ) [virtual]

Specify path of EnSight data files to write.

Description Specify which process this writer is.

virtual int Kitware.VTK.vtkEnSightWriter.GetTimeStep ( ) [virtual]

Description Specify the Timestep that this data is for.

Description Specify whether the geoemtry changes each timestep if false, geometry is only written at timestep 0.

override int Kitware.VTK.vtkEnSightWriter.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkWriter.

static new int Kitware.VTK.vtkEnSightWriter.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkWriter.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkWriter.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkEnSightWriter.SetBaseName ( string  _arg) [virtual]

Specify base name of EnSight data files to write.

virtual void Kitware.VTK.vtkEnSightWriter.SetBlockIDs ( IntPtr  val) [virtual]

Description set the array of Block ID's this class keeps a reference to the array and will not delete it.

virtual void Kitware.VTK.vtkEnSightWriter.SetFileName ( string  _arg) [virtual]

Specify the path and base name of the output files.

virtual void Kitware.VTK.vtkEnSightWriter.SetGhostLevel ( int  _arg) [virtual]

Description Specify the number of ghost levels to include in output files.

Specify the input data or filter.

Description sets and gets the metadata.

virtual void Kitware.VTK.vtkEnSightWriter.SetNumberOfBlocks ( int  _arg) [virtual]

Description set the number of block ID's.

virtual void Kitware.VTK.vtkEnSightWriter.SetPath ( string  _arg) [virtual]

Specify path of EnSight data files to write.

virtual void Kitware.VTK.vtkEnSightWriter.SetProcessNumber ( int  _arg) [virtual]

Description Specify which process this writer is.

virtual void Kitware.VTK.vtkEnSightWriter.SetTimeStep ( int  _arg) [virtual]

Description Specify the Timestep that this data is for.

virtual void Kitware.VTK.vtkEnSightWriter.SetTransientGeometry ( bool  _arg) [virtual]

Description Specify whether the geoemtry changes each timestep if false, geometry is only written at timestep 0.

static internal IntPtr Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_GetBaseName_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_GetBlockIDs_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_GetFileName_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_GetGhostLevel_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_GetInput_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_GetModelMetadata_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_GetNumberOfBlocks_07 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_GetPath_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_GetProcessNumber_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_GetTimeStep_10 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_GetTransientGeometry_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_IsA_12 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_IsTypeOf_13 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_NewInstance_15 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_SafeDownCast_16 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_SetBaseName_17 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_SetBlockIDs_18 ( HandleRef  pThis,
IntPtr  val 
) [private]
static internal void Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_SetFileName_19 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_SetGhostLevel_20 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_SetInput_21 ( HandleRef  pThis,
HandleRef  input 
) [private]
static internal void Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_SetModelMetadata_22 ( HandleRef  pThis,
HandleRef  model 
) [private]
static internal void Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_SetNumberOfBlocks_23 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_SetPath_24 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_SetProcessNumber_25 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_SetTimeStep_26 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_SetTransientGeometry_27 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_WriteCaseFile_28 ( HandleRef  pThis,
int  TotalTimeSteps 
) [private]
static internal void Kitware.VTK.vtkEnSightWriter.vtkEnSightWriter_WriteSOSCaseFile_29 ( HandleRef  pThis,
int  NumProcs 
) [private]
virtual void Kitware.VTK.vtkEnSightWriter.WriteCaseFile ( int  TotalTimeSteps) [virtual]

Description Writes the case file that EnSight is capable of reading The other data files must be written before the case file and the input must be one of the time steps variables must be the same for all time steps or the case file will be missing variables.

virtual void Kitware.VTK.vtkEnSightWriter.WriteSOSCaseFile ( int  NumProcs) [virtual]

Description Writes the case file that EnSight is capable of reading The other data files must be written before the case file and the input must be one of the time steps variables must be the same for all time steps or the case file will be missing variables.


Member Data Documentation

new readonly string Kitware.VTK.vtkEnSightWriter.MRClassNameKey = "16vtkEnSightWriter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkWriter.

new const string Kitware.VTK.vtkEnSightWriter.MRFullTypeName = "Kitware.VTK.vtkEnSightWriter"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkWriter.


The documentation for this class was generated from the following file: