ActiViz .NET
5.8.0
|
vtkSESAMEReader - read SESAME files More...
Public Member Functions | |
vtkSESAMEReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSESAMEReader () | |
Undocumented Block. | |
string | GetFileName () |
Get the filename to read. | |
int | GetNumberOfTableArrayNames () |
Get the number of arrays for the table to read. | |
int | GetNumberOfTableArrays () |
Get the number of arrays for the table to read. | |
int | GetNumberOfTableIds () |
Get the number of tables in this file. | |
int | GetTable () |
Get the table to read in. | |
string | GetTableArrayName (int index) |
Get the names of arrays for the table to read. | |
int | GetTableArrayStatus (string name) |
Set whether to read a table array. | |
IntPtr | GetTableIds () |
Get the ids of the tables in this file. | |
vtkIntArray | GetTableIdsAsArray () |
Returns the table ids in a data array. | |
override int | IsA (string type) |
Undocumented Block. | |
int | IsValidFile () |
Return whether this is a valid file. | |
new vtkSESAMEReader | NewInstance () |
Undocumented Block. | |
void | SetFileName (string file) |
Set the filename to read. | |
void | SetTable (int tableId) |
Set the table to read in. | |
void | SetTableArrayStatus (string name, int flag) |
Set whether to read a table array. | |
Static Public Member Functions | |
static new vtkSESAMEReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSESAMEReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSESAMEReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkSESAMEReader" |
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 | vtkSESAMEReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSESAMEReader_GetFileName_01 (HandleRef pThis) |
static internal int | vtkSESAMEReader_GetNumberOfTableArrayNames_02 (HandleRef pThis) |
static internal int | vtkSESAMEReader_GetNumberOfTableArrays_03 (HandleRef pThis) |
static internal int | vtkSESAMEReader_GetNumberOfTableIds_04 (HandleRef pThis) |
static internal int | vtkSESAMEReader_GetTable_05 (HandleRef pThis) |
static internal IntPtr | vtkSESAMEReader_GetTableArrayName_06 (HandleRef pThis, int index) |
static internal int | vtkSESAMEReader_GetTableArrayStatus_07 (HandleRef pThis, string name) |
static internal IntPtr | vtkSESAMEReader_GetTableIds_08 (HandleRef pThis) |
static internal IntPtr | vtkSESAMEReader_GetTableIdsAsArray_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkSESAMEReader_IsA_10 (HandleRef pThis, string type) |
static internal int | vtkSESAMEReader_IsTypeOf_11 (string type) |
static internal int | vtkSESAMEReader_IsValidFile_12 (HandleRef pThis) |
static internal IntPtr | vtkSESAMEReader_NewInstance_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSESAMEReader_SafeDownCast_15 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSESAMEReader_SetFileName_16 (HandleRef pThis, string file) |
static internal void | vtkSESAMEReader_SetTable_17 (HandleRef pThis, int tableId) |
static internal void | vtkSESAMEReader_SetTableArrayStatus_18 (HandleRef pThis, string name, int flag) |
Static Private Member Functions | |
static | vtkSESAMEReader () |
Automatically generated type registration mechanics. |
vtkSESAMEReader - read SESAME files
Description vtkSESAMEReader is a source object that reads SESAME files. Currently supported tables include 301, 304, 502, 503, 504, 505, 602
SESAMEReader creates rectilinear grid datasets. The dimension of the dataset depends upon the number of densities and temperatures in the table. Values at certain temperatures and densities are stored as scalars.
static Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkSESAMEReader.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.vtkRectilinearGridSource.
string Kitware.VTK.vtkSESAMEReader.GetFileName | ( | ) |
Get the filename to read.
Get the number of arrays for the table to read.
Get the number of arrays for the table to read.
Get the number of tables in this file.
Get the table to read in.
string Kitware.VTK.vtkSESAMEReader.GetTableArrayName | ( | int | index | ) |
Get the names of arrays for the table to read.
int Kitware.VTK.vtkSESAMEReader.GetTableArrayStatus | ( | string | name | ) |
Set whether to read a table array.
IntPtr Kitware.VTK.vtkSESAMEReader.GetTableIds | ( | ) |
Get the ids of the tables in this file.
Returns the table ids in a data array.
override int Kitware.VTK.vtkSESAMEReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRectilinearGridSource.
static new int Kitware.VTK.vtkSESAMEReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRectilinearGridSource.
Return whether this is a valid file.
static new vtkSESAMEReader Kitware.VTK.vtkSESAMEReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRectilinearGridSource.
static new vtkSESAMEReader Kitware.VTK.vtkSESAMEReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRectilinearGridSource.
void Kitware.VTK.vtkSESAMEReader.SetFileName | ( | string | file | ) |
Set the filename to read.
void Kitware.VTK.vtkSESAMEReader.SetTable | ( | int | tableId | ) |
Set the table to read in.
void Kitware.VTK.vtkSESAMEReader.SetTableArrayStatus | ( | string | name, |
int | flag | ||
) |
Set whether to read a table array.
static internal IntPtr Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader_GetFileName_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader_GetNumberOfTableArrayNames_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader_GetNumberOfTableArrays_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader_GetNumberOfTableIds_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader_GetTable_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader_GetTableArrayName_06 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader_GetTableArrayStatus_07 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader_GetTableIds_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader_GetTableIdsAsArray_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader_IsA_10 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader_IsTypeOf_11 | ( | string | type | ) | [private] |
static internal int Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader_IsValidFile_12 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader_NewInstance_14 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader_SafeDownCast_15 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader_SetFileName_16 | ( | HandleRef | pThis, |
string | file | ||
) | [private] |
static internal void Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader_SetTable_17 | ( | HandleRef | pThis, |
int | tableId | ||
) | [private] |
static internal void Kitware.VTK.vtkSESAMEReader.vtkSESAMEReader_SetTableArrayStatus_18 | ( | HandleRef | pThis, |
string | name, | ||
int | flag | ||
) | [private] |
new readonly string Kitware.VTK.vtkSESAMEReader.MRClassNameKey = "15vtkSESAMEReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRectilinearGridSource.
new const string Kitware.VTK.vtkSESAMEReader.MRFullTypeName = "Kitware.VTK.vtkSESAMEReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRectilinearGridSource.