ActiViz .NET
5.8.0
|
vtkXMLPStructuredDataReader - Superclass for parallel structured data XML readers. More...
Public Member Functions | |
vtkXMLPStructuredDataReader (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. | |
virtual vtkExtentTranslator | GetExtentTranslator () |
Get an extent translator that will create pieces matching the input file's piece breakdown. This can be used further down the pipeline to prevent reading from outside this process's piece. The translator is only valid after an UpdateInformation has been called. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkXMLPStructuredDataReader | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkXMLPStructuredDataReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkXMLPStructuredDataReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "27vtkXMLPStructuredDataReader" |
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 | vtkXMLPStructuredDataReader_CopyOutputInformation_01 (HandleRef pThis, HandleRef outInfo, int port) |
static internal IntPtr | vtkXMLPStructuredDataReader_GetExtentTranslator_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkXMLPStructuredDataReader_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkXMLPStructuredDataReader_IsTypeOf_04 (string type) |
static internal IntPtr | vtkXMLPStructuredDataReader_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLPStructuredDataReader_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkXMLPStructuredDataReader () |
Automatically generated type registration mechanics. |
vtkXMLPStructuredDataReader - Superclass for parallel structured data XML readers.
Description vtkXMLPStructuredDataReader provides functionality common to all parallel structured data format readers.
static Kitware.VTK.vtkXMLPStructuredDataReader.vtkXMLPStructuredDataReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkXMLPStructuredDataReader.vtkXMLPStructuredDataReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkXMLPStructuredDataReader.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.vtkXMLPDataReader.
Reimplemented in Kitware.VTK.vtkXMLPImageDataReader.
override void Kitware.VTK.vtkXMLPStructuredDataReader.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.vtkXMLPDataReader.
Reimplemented in Kitware.VTK.vtkXMLPImageDataReader, Kitware.VTK.vtkXMLPRectilinearGridReader, and Kitware.VTK.vtkXMLPStructuredGridReader.
virtual vtkExtentTranslator Kitware.VTK.vtkXMLPStructuredDataReader.GetExtentTranslator | ( | ) | [virtual] |
Get an extent translator that will create pieces matching the input file's piece breakdown. This can be used further down the pipeline to prevent reading from outside this process's piece. The translator is only valid after an UpdateInformation has been called.
override int Kitware.VTK.vtkXMLPStructuredDataReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLPDataReader.
Reimplemented in Kitware.VTK.vtkXMLPImageDataReader, Kitware.VTK.vtkXMLPRectilinearGridReader, and Kitware.VTK.vtkXMLPStructuredGridReader.
static new int Kitware.VTK.vtkXMLPStructuredDataReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLPDataReader.
Reimplemented in Kitware.VTK.vtkXMLPImageDataReader, Kitware.VTK.vtkXMLPRectilinearGridReader, and Kitware.VTK.vtkXMLPStructuredGridReader.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLPDataReader.
Reimplemented in Kitware.VTK.vtkXMLPImageDataReader, Kitware.VTK.vtkXMLPRectilinearGridReader, and Kitware.VTK.vtkXMLPStructuredGridReader.
static new vtkXMLPStructuredDataReader Kitware.VTK.vtkXMLPStructuredDataReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLPDataReader.
Reimplemented in Kitware.VTK.vtkXMLPImageDataReader, Kitware.VTK.vtkXMLPRectilinearGridReader, and Kitware.VTK.vtkXMLPStructuredGridReader.
static internal void Kitware.VTK.vtkXMLPStructuredDataReader.vtkXMLPStructuredDataReader_CopyOutputInformation_01 | ( | HandleRef | pThis, |
HandleRef | outInfo, | ||
int | port | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLPStructuredDataReader.vtkXMLPStructuredDataReader_GetExtentTranslator_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLPStructuredDataReader.vtkXMLPStructuredDataReader_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLPStructuredDataReader.vtkXMLPStructuredDataReader_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLPStructuredDataReader.vtkXMLPStructuredDataReader_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLPStructuredDataReader.vtkXMLPStructuredDataReader_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkXMLPStructuredDataReader.MRClassNameKey = "27vtkXMLPStructuredDataReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkXMLPDataReader.
Reimplemented in Kitware.VTK.vtkXMLPImageDataReader, Kitware.VTK.vtkXMLPRectilinearGridReader, and Kitware.VTK.vtkXMLPStructuredGridReader.
new const string Kitware.VTK.vtkXMLPStructuredDataReader.MRFullTypeName = "Kitware.VTK.vtkXMLPStructuredDataReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkXMLPDataReader.
Reimplemented in Kitware.VTK.vtkXMLPImageDataReader, Kitware.VTK.vtkXMLPRectilinearGridReader, and Kitware.VTK.vtkXMLPStructuredGridReader.