ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkSparseArrayToTable Class Reference

vtkSparseArrayToTable - Converts a sparse array to a vtkTable. More...

Inheritance diagram for Kitware.VTK.vtkSparseArrayToTable:
[legend]
Collaboration diagram for Kitware.VTK.vtkSparseArrayToTable:
[legend]

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Here is the call graph for this function:

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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: