ActiViz .NET
5.8.0
|
vtkRTXMLPolyDataReader - Read RealTime VTK XML PolyData files. More...
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. |
vtkRTXMLPolyDataReader - Read RealTime VTK XML PolyData files.
Description vtkRTXMLPolyDataReader reads the VTK XML PolyData file format in real time.
static Kitware.VTK.vtkRTXMLPolyDataReader.vtkRTXMLPolyDataReader | ( | ) | [static, private] |
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.
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.
virtual string Kitware.VTK.vtkRTXMLPolyDataReader.GetDataLocation | ( | ) | [virtual] |
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.
static new vtkRTXMLPolyDataReader Kitware.VTK.vtkRTXMLPolyDataReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLPolyDataReader.
virtual int Kitware.VTK.vtkRTXMLPolyDataReader.NewDataAvailable | ( | ) | [virtual] |
check if there is new data file available in the given DataLocation
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLPolyDataReader.
virtual void Kitware.VTK.vtkRTXMLPolyDataReader.ResetReader | ( | ) | [virtual] |
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.
static new vtkRTXMLPolyDataReader Kitware.VTK.vtkRTXMLPolyDataReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLPolyDataReader.
void Kitware.VTK.vtkRTXMLPolyDataReader.SetLocation | ( | string | dataLocation | ) |
This sets the DataLocation and also Reset the reader by calling ResetReader()
virtual void Kitware.VTK.vtkRTXMLPolyDataReader.UpdateToNextFile | ( | ) | [virtual] |
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] |
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.