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

vtkRTXMLPolyDataReader - Read RealTime VTK XML PolyData files. More...

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

List of all members.

Public Member Functions

 vtkRTXMLPolyDataReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkRTXMLPolyDataReader ()
 Undocumented Block.
virtual string GetDataLocation ()
 This sets the DataLocation and also Reset the reader by calling ResetReader()
string GetNextFileName ()
 Return the name of the next available data file assume NewDataAvailable() return VTK_OK.
override int IsA (string type)
 Undocumented Block.
virtual int NewDataAvailable ()
 check if there is new data file available in the given DataLocation
new vtkRTXMLPolyDataReader NewInstance ()
 Undocumented Block.
virtual void ResetReader ()
 ResetReader check the data directory specified in this->DataLocation, and reset the Internal data structure specifically: this->Internal->ProcessedFileList for monitoring the arriving new data files if SetDataLocation(char*) is set by the user, this ResetReader() should also be invoked.
void SetLocation (string dataLocation)
 This sets the DataLocation and also Reset the reader by calling ResetReader()
virtual void UpdateToNextFile ()
 Reader will read in the next available data file The filename is this->NextFileName maintained internally.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkRTXMLPolyDataReader"
 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 vtkRTXMLPolyDataReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkRTXMLPolyDataReader_GetDataLocation_01 (HandleRef pThis)
static internal IntPtr vtkRTXMLPolyDataReader_GetNextFileName_02 (HandleRef pThis)
static internal int vtkRTXMLPolyDataReader_IsA_03 (HandleRef pThis, string type)
static internal int vtkRTXMLPolyDataReader_IsTypeOf_04 (string type)
static internal int vtkRTXMLPolyDataReader_NewDataAvailable_06 (HandleRef pThis)
static internal IntPtr vtkRTXMLPolyDataReader_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRTXMLPolyDataReader_ResetReader_08 (HandleRef pThis)
static internal IntPtr vtkRTXMLPolyDataReader_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRTXMLPolyDataReader_SetLocation_10 (HandleRef pThis, string dataLocation)
static internal void vtkRTXMLPolyDataReader_UpdateToNextFile_11 (HandleRef pThis)

Static Private Member Functions

static vtkRTXMLPolyDataReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkRTXMLPolyDataReader - Read RealTime VTK XML PolyData files.

Description vtkRTXMLPolyDataReader reads the VTK XML PolyData file format in real time.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

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

This sets the DataLocation and also Reset the reader by calling ResetReader()

Return the name of the next available data file assume NewDataAvailable() return VTK_OK.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLPolyDataReader.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLPolyDataReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLPolyDataReader.

check if there is new data file available in the given DataLocation

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLPolyDataReader.

ResetReader check the data directory specified in this->DataLocation, and reset the Internal data structure specifically: this->Internal->ProcessedFileList for monitoring the arriving new data files if SetDataLocation(char*) is set by the user, this ResetReader() should also be invoked.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLPolyDataReader.

Here is the call graph for this function:

void Kitware.VTK.vtkRTXMLPolyDataReader.SetLocation ( string  dataLocation)

This sets the DataLocation and also Reset the reader by calling ResetReader()

Reader will read in the next available data file The filename is this->NextFileName maintained internally.

static internal IntPtr Kitware.VTK.vtkRTXMLPolyDataReader.vtkRTXMLPolyDataReader_GetDataLocation_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRTXMLPolyDataReader.vtkRTXMLPolyDataReader_GetNextFileName_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRTXMLPolyDataReader.vtkRTXMLPolyDataReader_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkRTXMLPolyDataReader.vtkRTXMLPolyDataReader_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkRTXMLPolyDataReader.vtkRTXMLPolyDataReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkRTXMLPolyDataReader.vtkRTXMLPolyDataReader_NewDataAvailable_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRTXMLPolyDataReader.vtkRTXMLPolyDataReader_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRTXMLPolyDataReader.vtkRTXMLPolyDataReader_ResetReader_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRTXMLPolyDataReader.vtkRTXMLPolyDataReader_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRTXMLPolyDataReader.vtkRTXMLPolyDataReader_SetLocation_10 ( HandleRef  pThis,
string  dataLocation 
) [private]
static internal void Kitware.VTK.vtkRTXMLPolyDataReader.vtkRTXMLPolyDataReader_UpdateToNextFile_11 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkRTXMLPolyDataReader.MRClassNameKey = "22vtkRTXMLPolyDataReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLPolyDataReader.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLPolyDataReader.


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