ActiViz .NET
5.8.0
|
vtkSparseArrayToTable - Converts a sparse array to a vtkTable. More...
Public Member Functions | |
vtkSparseArrayToTable (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSparseArrayToTable () | |
Undocumented Block. | |
virtual string | GetValueColumn () |
Specify the name of the output table column that contains array values. Default: "value". | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkSparseArrayToTable | NewInstance () |
Undocumented Block. | |
virtual void | SetValueColumn (string _arg) |
Specify the name of the output table column that contains array values. Default: "value". | |
Static Public Member Functions | |
static new vtkSparseArrayToTable | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSparseArrayToTable | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSparseArrayToTable" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkSparseArrayToTable" |
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 | vtkSparseArrayToTable_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSparseArrayToTable_GetValueColumn_01 (HandleRef pThis) |
static internal int | vtkSparseArrayToTable_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkSparseArrayToTable_IsTypeOf_03 (string type) |
static internal IntPtr | vtkSparseArrayToTable_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSparseArrayToTable_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSparseArrayToTable_SetValueColumn_07 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkSparseArrayToTable () |
Automatically generated type registration mechanics. |
vtkSparseArrayToTable - Converts a sparse array to a vtkTable.
Description Converts any sparse array to a vtkTable containing one row for each value stored in the array. The table will contain one column of coordinates for each dimension in the source array, plus one column of array values. A common use-case for vtkSparseArrayToTable would be converting a sparse array into a table suitable for use as an input to vtkTableToGraph.
The coordinate columns in the output table will be named using the dimension labels from the source array, The value column name can be explicitly set using SetValueColumn().
Thanks Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories.
static Kitware.VTK.vtkSparseArrayToTable.vtkSparseArrayToTable | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSparseArrayToTable.vtkSparseArrayToTable | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkSparseArrayToTable.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 string Kitware.VTK.vtkSparseArrayToTable.GetValueColumn | ( | ) | [virtual] |
Specify the name of the output table column that contains array values. Default: "value".
override int Kitware.VTK.vtkSparseArrayToTable.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new int Kitware.VTK.vtkSparseArrayToTable.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new vtkSparseArrayToTable Kitware.VTK.vtkSparseArrayToTable.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new vtkSparseArrayToTable Kitware.VTK.vtkSparseArrayToTable.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
virtual void Kitware.VTK.vtkSparseArrayToTable.SetValueColumn | ( | string | _arg | ) | [virtual] |
Specify the name of the output table column that contains array values. Default: "value".
static internal IntPtr Kitware.VTK.vtkSparseArrayToTable.vtkSparseArrayToTable_GetValueColumn_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSparseArrayToTable.vtkSparseArrayToTable_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSparseArrayToTable.vtkSparseArrayToTable_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSparseArrayToTable.vtkSparseArrayToTable_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSparseArrayToTable.vtkSparseArrayToTable_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSparseArrayToTable.vtkSparseArrayToTable_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSparseArrayToTable.vtkSparseArrayToTable_SetValueColumn_07 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkSparseArrayToTable.MRClassNameKey = "21vtkSparseArrayToTable" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
new const string Kitware.VTK.vtkSparseArrayToTable.MRFullTypeName = "Kitware.VTK.vtkSparseArrayToTable" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.