ActiViz .NET
5.8.0
|
vtkPDataSetReader - Manages reading pieces of a data set. More...
Public Member Functions | |
vtkPDataSetReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPDataSetReader () | |
Undocumented Block. | |
int | CanReadFile (string filename) |
Called to determine if the file can be read by the reader. | |
virtual int | GetDataType () |
This is set when UpdateInformation is called. It shows the type of the output. | |
virtual string | GetFileName () |
This file to open and read. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPDataSetReader | NewInstance () |
Undocumented Block. | |
virtual void | SetFileName (string _arg) |
This file to open and read. | |
Static Public Member Functions | |
static new vtkPDataSetReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPDataSetReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPDataSetReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "17vtkPDataSetReader" |
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 | vtkPDataSetReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPDataSetReader_CanReadFile_01 (HandleRef pThis, string filename) |
static internal int | vtkPDataSetReader_GetDataType_02 (HandleRef pThis) |
static internal IntPtr | vtkPDataSetReader_GetFileName_03 (HandleRef pThis) |
static internal int | vtkPDataSetReader_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkPDataSetReader_IsTypeOf_05 (string type) |
static internal IntPtr | vtkPDataSetReader_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPDataSetReader_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPDataSetReader_SetFileName_09 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkPDataSetReader () |
Automatically generated type registration mechanics. |
vtkPDataSetReader - Manages reading pieces of a data set.
Description vtkPDataSetReader will read a piece of a file, it takes as input a metadata file that lists all of the files in a data set.
static Kitware.VTK.vtkPDataSetReader.vtkPDataSetReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPDataSetReader.vtkPDataSetReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
int Kitware.VTK.vtkPDataSetReader.CanReadFile | ( | string | filename | ) |
Called to determine if the file can be read by the reader.
override void Kitware.VTK.vtkPDataSetReader.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.vtkDataSetAlgorithm.
virtual int Kitware.VTK.vtkPDataSetReader.GetDataType | ( | ) | [virtual] |
This is set when UpdateInformation is called. It shows the type of the output.
virtual string Kitware.VTK.vtkPDataSetReader.GetFileName | ( | ) | [virtual] |
This file to open and read.
override int Kitware.VTK.vtkPDataSetReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new int Kitware.VTK.vtkPDataSetReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new vtkPDataSetReader Kitware.VTK.vtkPDataSetReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new vtkPDataSetReader Kitware.VTK.vtkPDataSetReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
virtual void Kitware.VTK.vtkPDataSetReader.SetFileName | ( | string | _arg | ) | [virtual] |
This file to open and read.
static internal int Kitware.VTK.vtkPDataSetReader.vtkPDataSetReader_CanReadFile_01 | ( | HandleRef | pThis, |
string | filename | ||
) | [private] |
static internal int Kitware.VTK.vtkPDataSetReader.vtkPDataSetReader_GetDataType_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPDataSetReader.vtkPDataSetReader_GetFileName_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPDataSetReader.vtkPDataSetReader_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPDataSetReader.vtkPDataSetReader_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPDataSetReader.vtkPDataSetReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPDataSetReader.vtkPDataSetReader_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPDataSetReader.vtkPDataSetReader_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPDataSetReader.vtkPDataSetReader_SetFileName_09 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkPDataSetReader.MRClassNameKey = "17vtkPDataSetReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
new const string Kitware.VTK.vtkPDataSetReader.MRFullTypeName = "Kitware.VTK.vtkPDataSetReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.