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.vtkTableToSparseArray Class Reference

vtkTableToSparseArray - converts a vtkTable into a sparse array. More...

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

List of all members.

Public Member Functions

 vtkTableToSparseArray (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTableToSparseArray ()
 Undocumented Block.
void AddCoordinateColumn (string name)
 Specify the set of input table columns that will be mapped to coordinates in the output sparse array.
void ClearCoordinateColumns ()
 Specify the set of input table columns that will be mapped to coordinates in the output sparse array.
string GetValueColumn ()
 Specify the input table column that will be mapped to values in the output array.
override int IsA (string type)
 Undocumented Block.
new vtkTableToSparseArray NewInstance ()
 Undocumented Block.
void SetValueColumn (string name)
 Specify the input table column that will be mapped to values in the output array.

Static Public Member Functions

static new vtkTableToSparseArray New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkTableToSparseArray SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkTableToSparseArray"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "21vtkTableToSparseArray"
 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 vtkTableToSparseArray_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTableToSparseArray_AddCoordinateColumn_01 (HandleRef pThis, string name)
static internal void vtkTableToSparseArray_ClearCoordinateColumns_02 (HandleRef pThis)
static internal IntPtr vtkTableToSparseArray_GetValueColumn_03 (HandleRef pThis)
static internal int vtkTableToSparseArray_IsA_04 (HandleRef pThis, string type)
static internal int vtkTableToSparseArray_IsTypeOf_05 (string type)
static internal IntPtr vtkTableToSparseArray_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTableToSparseArray_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTableToSparseArray_SetValueColumn_09 (HandleRef pThis, string name)

Static Private Member Functions

static vtkTableToSparseArray ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTableToSparseArray - converts a vtkTable into a sparse array.

Description Converts a vtkTable into a sparse array. Use AddCoordinateColumn() to designate one-to-many table columns that contain coordinates for each array value, and SetValueColumn() to designate the table column that contains array values.

Thus, the number of dimensions in the output array will equal the number of calls to AddCoordinateColumn().

The coordinate columns will also be used to populate dimension labels in the output array.

Thanks Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkTableToSparseArray.vtkTableToSparseArray ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

Specify the set of input table columns that will be mapped to coordinates in the output sparse array.

Specify the set of input table columns that will be mapped to coordinates in the output sparse array.

override void Kitware.VTK.vtkTableToSparseArray.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.

Specify the input table column that will be mapped to values in the output array.

override int Kitware.VTK.vtkTableToSparseArray.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.

static new int Kitware.VTK.vtkTableToSparseArray.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.

Here is the call graph for this function:

Specify the input table column that will be mapped to values in the output array.

static internal void Kitware.VTK.vtkTableToSparseArray.vtkTableToSparseArray_AddCoordinateColumn_01 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkTableToSparseArray.vtkTableToSparseArray_ClearCoordinateColumns_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTableToSparseArray.vtkTableToSparseArray_GetValueColumn_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTableToSparseArray.vtkTableToSparseArray_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkTableToSparseArray.vtkTableToSparseArray_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkTableToSparseArray.vtkTableToSparseArray_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTableToSparseArray.vtkTableToSparseArray_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTableToSparseArray.vtkTableToSparseArray_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTableToSparseArray.vtkTableToSparseArray_SetValueColumn_09 ( HandleRef  pThis,
string  name 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTableToSparseArray.MRClassNameKey = "21vtkTableToSparseArray" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.

new const string Kitware.VTK.vtkTableToSparseArray.MRFullTypeName = "Kitware.VTK.vtkTableToSparseArray"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.


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