ActiViz .NET
5.8.0
|
vtkXMLUnstructuredDataReader - Superclass for unstructured data XML readers. More...
Public Member Functions | |
vtkXMLUnstructuredDataReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
override void | CopyOutputInformation (vtkInformation outInfo, int port) |
For the specified port, copy the information this reader sets up in SetupOutputInformation to outInfo. | |
override int | GetNumberOfCells () |
Get the number of cells in the output. | |
override int | GetNumberOfPoints () |
Get the number of points in the output. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkXMLUnstructuredDataReader | NewInstance () |
Undocumented Block. | |
void | SetupUpdateExtent (int piece, int numberOfPieces, int ghostLevel) |
Setup the reader as if the given update extent were requested by its output. This can be used after an UpdateInformation to validate GetNumberOfPoints() and GetNumberOfCells() without actually reading data. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkXMLUnstructuredDataReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkXMLUnstructuredDataReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "28vtkXMLUnstructuredDataReader" |
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 | vtkXMLUnstructuredDataReader_CopyOutputInformation_01 (HandleRef pThis, HandleRef outInfo, int port) |
static internal int | vtkXMLUnstructuredDataReader_GetNumberOfCells_02 (HandleRef pThis) |
static internal int | vtkXMLUnstructuredDataReader_GetNumberOfPoints_03 (HandleRef pThis) |
static internal int | vtkXMLUnstructuredDataReader_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkXMLUnstructuredDataReader_IsTypeOf_05 (string type) |
static internal IntPtr | vtkXMLUnstructuredDataReader_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLUnstructuredDataReader_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkXMLUnstructuredDataReader_SetupUpdateExtent_08 (HandleRef pThis, int piece, int numberOfPieces, int ghostLevel) |
Static Private Member Functions | |
static | vtkXMLUnstructuredDataReader () |
Automatically generated type registration mechanics. |
vtkXMLUnstructuredDataReader - Superclass for unstructured data XML readers.
Description vtkXMLUnstructuredDataReader provides functionality common to all unstructured data format readers.
static Kitware.VTK.vtkXMLUnstructuredDataReader.vtkXMLUnstructuredDataReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkXMLUnstructuredDataReader.vtkXMLUnstructuredDataReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkXMLUnstructuredDataReader.CopyOutputInformation | ( | vtkInformation | outInfo, |
int | port | ||
) | [virtual] |
For the specified port, copy the information this reader sets up in SetupOutputInformation to outInfo.
Reimplemented from Kitware.VTK.vtkXMLDataReader.
override void Kitware.VTK.vtkXMLUnstructuredDataReader.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.vtkXMLDataReader.
Reimplemented in Kitware.VTK.vtkXMLPolyDataReader, Kitware.VTK.vtkXMLUnstructuredGridReader, and Kitware.VTK.vtkRTXMLPolyDataReader.
override int Kitware.VTK.vtkXMLUnstructuredDataReader.GetNumberOfCells | ( | ) | [virtual] |
Get the number of cells in the output.
Reimplemented from Kitware.VTK.vtkXMLDataReader.
override int Kitware.VTK.vtkXMLUnstructuredDataReader.GetNumberOfPoints | ( | ) | [virtual] |
Get the number of points in the output.
Reimplemented from Kitware.VTK.vtkXMLDataReader.
override int Kitware.VTK.vtkXMLUnstructuredDataReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLDataReader.
Reimplemented in Kitware.VTK.vtkXMLPolyDataReader, Kitware.VTK.vtkXMLUnstructuredGridReader, and Kitware.VTK.vtkRTXMLPolyDataReader.
static new int Kitware.VTK.vtkXMLUnstructuredDataReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLDataReader.
Reimplemented in Kitware.VTK.vtkXMLPolyDataReader, Kitware.VTK.vtkXMLUnstructuredGridReader, and Kitware.VTK.vtkRTXMLPolyDataReader.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLDataReader.
Reimplemented in Kitware.VTK.vtkXMLPolyDataReader, Kitware.VTK.vtkXMLUnstructuredGridReader, and Kitware.VTK.vtkRTXMLPolyDataReader.
static new vtkXMLUnstructuredDataReader Kitware.VTK.vtkXMLUnstructuredDataReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLDataReader.
Reimplemented in Kitware.VTK.vtkXMLPolyDataReader, Kitware.VTK.vtkXMLUnstructuredGridReader, and Kitware.VTK.vtkRTXMLPolyDataReader.
void Kitware.VTK.vtkXMLUnstructuredDataReader.SetupUpdateExtent | ( | int | piece, |
int | numberOfPieces, | ||
int | ghostLevel | ||
) |
Setup the reader as if the given update extent were requested by its output. This can be used after an UpdateInformation to validate GetNumberOfPoints() and GetNumberOfCells() without actually reading data.
static internal void Kitware.VTK.vtkXMLUnstructuredDataReader.vtkXMLUnstructuredDataReader_CopyOutputInformation_01 | ( | HandleRef | pThis, |
HandleRef | outInfo, | ||
int | port | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLUnstructuredDataReader.vtkXMLUnstructuredDataReader_GetNumberOfCells_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkXMLUnstructuredDataReader.vtkXMLUnstructuredDataReader_GetNumberOfPoints_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkXMLUnstructuredDataReader.vtkXMLUnstructuredDataReader_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLUnstructuredDataReader.vtkXMLUnstructuredDataReader_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLUnstructuredDataReader.vtkXMLUnstructuredDataReader_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLUnstructuredDataReader.vtkXMLUnstructuredDataReader_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkXMLUnstructuredDataReader.vtkXMLUnstructuredDataReader_SetupUpdateExtent_08 | ( | HandleRef | pThis, |
int | piece, | ||
int | numberOfPieces, | ||
int | ghostLevel | ||
) | [private] |
new readonly string Kitware.VTK.vtkXMLUnstructuredDataReader.MRClassNameKey = "28vtkXMLUnstructuredDataReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkXMLDataReader.
Reimplemented in Kitware.VTK.vtkXMLPolyDataReader, Kitware.VTK.vtkXMLUnstructuredGridReader, and Kitware.VTK.vtkRTXMLPolyDataReader.
new const string Kitware.VTK.vtkXMLUnstructuredDataReader.MRFullTypeName = "Kitware.VTK.vtkXMLUnstructuredDataReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkXMLDataReader.
Reimplemented in Kitware.VTK.vtkXMLPolyDataReader, Kitware.VTK.vtkXMLUnstructuredGridReader, and Kitware.VTK.vtkRTXMLPolyDataReader.