ActiViz .NET
5.8.0
|
vtkXMLPStructuredGridReader - Read PVTK XML StructuredGrid files. More...
Public Member Functions | |
vtkXMLPStructuredGridReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkXMLPStructuredGridReader () | |
Undocumented Block. | |
vtkStructuredGrid | GetOutput () |
Get the reader's output. | |
vtkStructuredGrid | GetOutput (int idx) |
Needed for ParaView. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkXMLPStructuredGridReader | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkXMLPStructuredGridReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkXMLPStructuredGridReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkXMLPStructuredGridReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "27vtkXMLPStructuredGridReader" |
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 | vtkXMLPStructuredGridReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLPStructuredGridReader_GetOutput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLPStructuredGridReader_GetOutput_02 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkXMLPStructuredGridReader_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkXMLPStructuredGridReader_IsTypeOf_04 (string type) |
static internal IntPtr | vtkXMLPStructuredGridReader_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLPStructuredGridReader_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkXMLPStructuredGridReader () |
Automatically generated type registration mechanics. |
vtkXMLPStructuredGridReader - Read PVTK XML StructuredGrid files.
Description vtkXMLPStructuredGridReader reads the PVTK XML StructuredGrid file format. This reads the parallel format's summary file and then uses vtkXMLStructuredGridReader to read data from the individual StructuredGrid piece files. Streaming is supported. The standard extension for this reader's file format is "pvts".
static Kitware.VTK.vtkXMLPStructuredGridReader.vtkXMLPStructuredGridReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkXMLPStructuredGridReader.vtkXMLPStructuredGridReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkXMLPStructuredGridReader.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.vtkXMLPStructuredDataReader.
Get the reader's output.
Needed for ParaView.
override int Kitware.VTK.vtkXMLPStructuredGridReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLPStructuredDataReader.
static new int Kitware.VTK.vtkXMLPStructuredGridReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLPStructuredDataReader.
static new vtkXMLPStructuredGridReader Kitware.VTK.vtkXMLPStructuredGridReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLPStructuredDataReader.
static new vtkXMLPStructuredGridReader Kitware.VTK.vtkXMLPStructuredGridReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLPStructuredDataReader.
static internal IntPtr Kitware.VTK.vtkXMLPStructuredGridReader.vtkXMLPStructuredGridReader_GetOutput_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLPStructuredGridReader.vtkXMLPStructuredGridReader_GetOutput_02 | ( | HandleRef | pThis, |
int | idx, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLPStructuredGridReader.vtkXMLPStructuredGridReader_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLPStructuredGridReader.vtkXMLPStructuredGridReader_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLPStructuredGridReader.vtkXMLPStructuredGridReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLPStructuredGridReader.vtkXMLPStructuredGridReader_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLPStructuredGridReader.vtkXMLPStructuredGridReader_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkXMLPStructuredGridReader.MRClassNameKey = "27vtkXMLPStructuredGridReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkXMLPStructuredDataReader.
new const string Kitware.VTK.vtkXMLPStructuredGridReader.MRFullTypeName = "Kitware.VTK.vtkXMLPStructuredGridReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkXMLPStructuredDataReader.