ActiViz .NET
5.8.0
|
vtkDataObjectToTable - extract field data as a table More...
Public Types | |
enum | CELL_DATA_WrapperEnum { CELL_DATA = 2, EDGE_DATA = 4, FIELD_DATA = 0, POINT_DATA = 1, VERTEX_DATA = 3 } |
Undocumented Block. More... | |
Public Member Functions | |
vtkDataObjectToTable (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDataObjectToTable () | |
Undocumented Block. | |
virtual int | GetFieldType () |
The field type to copy into the output table. Should be one of FIELD_DATA, POINT_DATA, CELL_DATA, VERTEX_DATA, EDGE_DATA. | |
virtual int | GetFieldTypeMaxValue () |
The field type to copy into the output table. Should be one of FIELD_DATA, POINT_DATA, CELL_DATA, VERTEX_DATA, EDGE_DATA. | |
virtual int | GetFieldTypeMinValue () |
The field type to copy into the output table. Should be one of FIELD_DATA, POINT_DATA, CELL_DATA, VERTEX_DATA, EDGE_DATA. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkDataObjectToTable | NewInstance () |
Undocumented Block. | |
virtual void | SetFieldType (int _arg) |
The field type to copy into the output table. Should be one of FIELD_DATA, POINT_DATA, CELL_DATA, VERTEX_DATA, EDGE_DATA. | |
Static Public Member Functions | |
static new vtkDataObjectToTable | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDataObjectToTable | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDataObjectToTable" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "20vtkDataObjectToTable" |
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 | vtkDataObjectToTable_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDataObjectToTable_GetFieldType_01 (HandleRef pThis) |
static internal int | vtkDataObjectToTable_GetFieldTypeMaxValue_02 (HandleRef pThis) |
static internal int | vtkDataObjectToTable_GetFieldTypeMinValue_03 (HandleRef pThis) |
static internal int | vtkDataObjectToTable_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkDataObjectToTable_IsTypeOf_05 (string type) |
static internal IntPtr | vtkDataObjectToTable_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDataObjectToTable_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDataObjectToTable_SetFieldType_09 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkDataObjectToTable () |
Automatically generated type registration mechanics. |
vtkDataObjectToTable - extract field data as a table
Description This filter is used to extract either the field, cell or point data of any data object as a table.
static Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkDataObjectToTable.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.vtkTableAlgorithm.
virtual int Kitware.VTK.vtkDataObjectToTable.GetFieldType | ( | ) | [virtual] |
The field type to copy into the output table. Should be one of FIELD_DATA, POINT_DATA, CELL_DATA, VERTEX_DATA, EDGE_DATA.
virtual int Kitware.VTK.vtkDataObjectToTable.GetFieldTypeMaxValue | ( | ) | [virtual] |
The field type to copy into the output table. Should be one of FIELD_DATA, POINT_DATA, CELL_DATA, VERTEX_DATA, EDGE_DATA.
virtual int Kitware.VTK.vtkDataObjectToTable.GetFieldTypeMinValue | ( | ) | [virtual] |
The field type to copy into the output table. Should be one of FIELD_DATA, POINT_DATA, CELL_DATA, VERTEX_DATA, EDGE_DATA.
override int Kitware.VTK.vtkDataObjectToTable.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new int Kitware.VTK.vtkDataObjectToTable.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new vtkDataObjectToTable Kitware.VTK.vtkDataObjectToTable.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new vtkDataObjectToTable Kitware.VTK.vtkDataObjectToTable.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
virtual void Kitware.VTK.vtkDataObjectToTable.SetFieldType | ( | int | _arg | ) | [virtual] |
The field type to copy into the output table. Should be one of FIELD_DATA, POINT_DATA, CELL_DATA, VERTEX_DATA, EDGE_DATA.
static internal int Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable_GetFieldType_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable_GetFieldTypeMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable_GetFieldTypeMinValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable_SetFieldType_09 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkDataObjectToTable.MRClassNameKey = "20vtkDataObjectToTable" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
new const string Kitware.VTK.vtkDataObjectToTable.MRFullTypeName = "Kitware.VTK.vtkDataObjectToTable" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.