ActiViz .NET
5.8.0
|
vtkXMLFileReadTester - Utility class for vtkXMLReader and subclasses. More...
Public Member Functions | |
vtkXMLFileReadTester (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkXMLFileReadTester () | |
Undocumented Block. | |
virtual string | GetFileDataType () |
Get the data type of the XML file tested. If the file could not be read, returns NULL. | |
override string | GetFileName () |
Get/Set the name of the file tested by TestReadFile(). | |
virtual string | GetFileVersion () |
Get the file version of the XML file tested. If the file could not be read, returns NULL. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkXMLFileReadTester | NewInstance () |
Undocumented Block. | |
override void | SetFileName (string _arg) |
Get/Set the name of the file tested by TestReadFile(). | |
int | TestReadFile () |
Try to read the file given by FileName. Returns 1 if the file is a VTK XML file, and 0 otherwise. | |
Static Public Member Functions | |
static new vtkXMLFileReadTester | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkXMLFileReadTester | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkXMLFileReadTester" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "20vtkXMLFileReadTester" |
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 | vtkXMLFileReadTester_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLFileReadTester_GetFileDataType_01 (HandleRef pThis) |
static internal IntPtr | vtkXMLFileReadTester_GetFileName_02 (HandleRef pThis) |
static internal IntPtr | vtkXMLFileReadTester_GetFileVersion_03 (HandleRef pThis) |
static internal int | vtkXMLFileReadTester_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkXMLFileReadTester_IsTypeOf_05 (string type) |
static internal IntPtr | vtkXMLFileReadTester_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLFileReadTester_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkXMLFileReadTester_SetFileName_09 (HandleRef pThis, string _arg) |
static internal int | vtkXMLFileReadTester_TestReadFile_10 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkXMLFileReadTester () |
Automatically generated type registration mechanics. |
vtkXMLFileReadTester - Utility class for vtkXMLReader and subclasses.
Description vtkXMLFileReadTester reads the smallest part of a file necessary to determine whether it is a VTK XML file. If so, it extracts the file type and version number.
static Kitware.VTK.vtkXMLFileReadTester.vtkXMLFileReadTester | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkXMLFileReadTester.vtkXMLFileReadTester | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkXMLFileReadTester.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.vtkXMLParser.
virtual string Kitware.VTK.vtkXMLFileReadTester.GetFileDataType | ( | ) | [virtual] |
Get the data type of the XML file tested. If the file could not be read, returns NULL.
override string Kitware.VTK.vtkXMLFileReadTester.GetFileName | ( | ) | [virtual] |
Get/Set the name of the file tested by TestReadFile().
Reimplemented from Kitware.VTK.vtkXMLParser.
virtual string Kitware.VTK.vtkXMLFileReadTester.GetFileVersion | ( | ) | [virtual] |
Get the file version of the XML file tested. If the file could not be read, returns NULL.
override int Kitware.VTK.vtkXMLFileReadTester.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLParser.
static new int Kitware.VTK.vtkXMLFileReadTester.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLParser.
static new vtkXMLFileReadTester Kitware.VTK.vtkXMLFileReadTester.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLParser.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLParser.
static new vtkXMLFileReadTester Kitware.VTK.vtkXMLFileReadTester.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLParser.
override void Kitware.VTK.vtkXMLFileReadTester.SetFileName | ( | string | _arg | ) | [virtual] |
Get/Set the name of the file tested by TestReadFile().
Reimplemented from Kitware.VTK.vtkXMLParser.
Try to read the file given by FileName. Returns 1 if the file is a VTK XML file, and 0 otherwise.
static internal IntPtr Kitware.VTK.vtkXMLFileReadTester.vtkXMLFileReadTester_GetFileDataType_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLFileReadTester.vtkXMLFileReadTester_GetFileName_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLFileReadTester.vtkXMLFileReadTester_GetFileVersion_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkXMLFileReadTester.vtkXMLFileReadTester_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLFileReadTester.vtkXMLFileReadTester_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLFileReadTester.vtkXMLFileReadTester_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLFileReadTester.vtkXMLFileReadTester_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLFileReadTester.vtkXMLFileReadTester_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkXMLFileReadTester.vtkXMLFileReadTester_SetFileName_09 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLFileReadTester.vtkXMLFileReadTester_TestReadFile_10 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkXMLFileReadTester.MRClassNameKey = "20vtkXMLFileReadTester" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkXMLParser.
new const string Kitware.VTK.vtkXMLFileReadTester.MRFullTypeName = "Kitware.VTK.vtkXMLFileReadTester" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkXMLParser.