ActiViz .NET
5.8.0
|
vtkArrayReader - Reads sparse and dense vtkArray data written by vtkArrayWriter. More...
Public Member Functions | |
vtkArrayReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkArrayReader () | |
Undocumented Block. | |
virtual string | GetFileName () |
Set the filesystem location from which data will be read. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkArrayReader | NewInstance () |
Undocumented Block. | |
virtual void | SetFileName (string _arg) |
Set the filesystem location from which data will be read. | |
Static Public Member Functions | |
static new vtkArrayReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkArrayReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkArrayReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkArrayReader" |
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 | vtkArrayReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkArrayReader_GetFileName_01 (HandleRef pThis) |
static internal int | vtkArrayReader_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkArrayReader_IsTypeOf_03 (string type) |
static internal IntPtr | vtkArrayReader_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkArrayReader_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkArrayReader_SetFileName_07 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkArrayReader () |
Automatically generated type registration mechanics. |
vtkArrayReader - Reads sparse and dense vtkArray data written by vtkArrayWriter.
Description Reads sparse and dense vtkArray data written with vtkArrayWriter.
Outputs: Output port 0: vtkArrayData containing a dense or sparse array.
Thanks Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories.
static Kitware.VTK.vtkArrayReader.vtkArrayReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkArrayReader.vtkArrayReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkArrayReader.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.vtkArrayDataAlgorithm.
virtual string Kitware.VTK.vtkArrayReader.GetFileName | ( | ) | [virtual] |
Set the filesystem location from which data will be read.
override int Kitware.VTK.vtkArrayReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
static new int Kitware.VTK.vtkArrayReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
static new vtkArrayReader Kitware.VTK.vtkArrayReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
static new vtkArrayReader Kitware.VTK.vtkArrayReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
virtual void Kitware.VTK.vtkArrayReader.SetFileName | ( | string | _arg | ) | [virtual] |
Set the filesystem location from which data will be read.
static internal IntPtr Kitware.VTK.vtkArrayReader.vtkArrayReader_GetFileName_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkArrayReader.vtkArrayReader_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkArrayReader.vtkArrayReader_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkArrayReader.vtkArrayReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkArrayReader.vtkArrayReader_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkArrayReader.vtkArrayReader_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkArrayReader.vtkArrayReader_SetFileName_07 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkArrayReader.MRClassNameKey = "14vtkArrayReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
new const string Kitware.VTK.vtkArrayReader.MRFullTypeName = "Kitware.VTK.vtkArrayReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.