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.vtkAbstractParticleWriter Class Reference

vtkAbstractParticleWriter - abstract class to write particle data to file More...

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

List of all members.

Public Member Functions

 vtkAbstractParticleWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual void CloseFile ()
 Close the file after a write. This is optional but may protect against data loss in between steps.
virtual int GetCollectiveIO ()
 When running in parallel, this writer may be capable of Collective IO operations (HDF5). By default, this is off.
virtual string GetFileName ()
 Set/get the FileName that is being written to.
virtual int GetTimeStep ()
 Set/get the TimeStep that is being written.
virtual double GetTimeValue ()
 Before writing the current data out, set the TimeValue (optional) The TimeValue is a float/double value that corresonds to the real time of the data, it may not be regular, whereas the TimeSteps are simple increments.
override int IsA (string type)
 Undocumented Block.
new vtkAbstractParticleWriter NewInstance ()
 Undocumented Block.
virtual void SetCollectiveIO (int _arg)
 When running in parallel, this writer may be capable of Collective IO operations (HDF5). By default, this is off.
virtual void SetFileName (string _arg)
 Set/get the FileName that is being written to.
virtual void SetTimeStep (int _arg)
 Set/get the TimeStep that is being written.
virtual void SetTimeValue (double _arg)
 Before writing the current data out, set the TimeValue (optional) The TimeValue is a float/double value that corresonds to the real time of the data, it may not be regular, whereas the TimeSteps are simple increments.
void SetWriteModeToCollective ()
 When running in parallel, this writer may be capable of Collective IO operations (HDF5). By default, this is off.
void SetWriteModeToIndependent ()
 When running in parallel, this writer may be capable of Collective IO operations (HDF5). By default, this is off.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "25vtkAbstractParticleWriter"
 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 void vtkAbstractParticleWriter_CloseFile_01 (HandleRef pThis)
static internal int vtkAbstractParticleWriter_GetCollectiveIO_02 (HandleRef pThis)
static internal IntPtr vtkAbstractParticleWriter_GetFileName_03 (HandleRef pThis)
static internal int vtkAbstractParticleWriter_GetTimeStep_04 (HandleRef pThis)
static internal double vtkAbstractParticleWriter_GetTimeValue_05 (HandleRef pThis)
static internal int vtkAbstractParticleWriter_IsA_06 (HandleRef pThis, string type)
static internal int vtkAbstractParticleWriter_IsTypeOf_07 (string type)
static internal IntPtr vtkAbstractParticleWriter_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkAbstractParticleWriter_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkAbstractParticleWriter_SetCollectiveIO_10 (HandleRef pThis, int _arg)
static internal void vtkAbstractParticleWriter_SetFileName_11 (HandleRef pThis, string _arg)
static internal void vtkAbstractParticleWriter_SetTimeStep_12 (HandleRef pThis, int _arg)
static internal void vtkAbstractParticleWriter_SetTimeValue_13 (HandleRef pThis, double _arg)
static internal void vtkAbstractParticleWriter_SetWriteModeToCollective_14 (HandleRef pThis)
static internal void vtkAbstractParticleWriter_SetWriteModeToIndependent_15 (HandleRef pThis)

Static Private Member Functions

static vtkAbstractParticleWriter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkAbstractParticleWriter - abstract class to write particle data to file

Description vtkAbstractParticleWriter is an abstract class which is used by vtkTemporalStreamTracer to write particles out during simulations. This class is abstract and provides a TimeStep and FileName. Subclasses of this should provide the necessary IO.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

Close the file after a write. This is optional but may protect against data loss in between steps.

override void Kitware.VTK.vtkAbstractParticleWriter.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.

When running in parallel, this writer may be capable of Collective IO operations (HDF5). By default, this is off.

Set/get the FileName that is being written to.

Set/get the TimeStep that is being written.

Before writing the current data out, set the TimeValue (optional) The TimeValue is a float/double value that corresonds to the real time of the data, it may not be regular, whereas the TimeSteps are simple increments.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkWriter.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkWriter.

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.vtkAbstractParticleWriter.SetCollectiveIO ( int  _arg) [virtual]

When running in parallel, this writer may be capable of Collective IO operations (HDF5). By default, this is off.

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

Set/get the FileName that is being written to.

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

Set/get the TimeStep that is being written.

virtual void Kitware.VTK.vtkAbstractParticleWriter.SetTimeValue ( double  _arg) [virtual]

Before writing the current data out, set the TimeValue (optional) The TimeValue is a float/double value that corresonds to the real time of the data, it may not be regular, whereas the TimeSteps are simple increments.

When running in parallel, this writer may be capable of Collective IO operations (HDF5). By default, this is off.

When running in parallel, this writer may be capable of Collective IO operations (HDF5). By default, this is off.

static internal void Kitware.VTK.vtkAbstractParticleWriter.vtkAbstractParticleWriter_CloseFile_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkAbstractParticleWriter.vtkAbstractParticleWriter_GetFileName_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAbstractParticleWriter.vtkAbstractParticleWriter_GetTimeStep_04 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkAbstractParticleWriter.vtkAbstractParticleWriter_GetTimeValue_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAbstractParticleWriter.vtkAbstractParticleWriter_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkAbstractParticleWriter.vtkAbstractParticleWriter_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAbstractParticleWriter.vtkAbstractParticleWriter_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkAbstractParticleWriter.vtkAbstractParticleWriter_SetCollectiveIO_10 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkAbstractParticleWriter.vtkAbstractParticleWriter_SetFileName_11 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkAbstractParticleWriter.vtkAbstractParticleWriter_SetTimeStep_12 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkAbstractParticleWriter.vtkAbstractParticleWriter_SetTimeValue_13 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkAbstractParticleWriter.MRClassNameKey = "25vtkAbstractParticleWriter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkWriter.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkWriter.


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