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

vtkMatricizeArray - Convert an array of arbitrary dimensions to a matrix. More...

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

List of all members.

Public Member Functions

 vtkMatricizeArray (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkMatricizeArray ()
 Undocumented Block.
virtual int GetSliceDimension ()
 Returns the 0-numbered dimension that will be mapped to columns in the output.
override int IsA (string type)
 Undocumented Block.
new vtkMatricizeArray NewInstance ()
 Undocumented Block.
virtual void SetSliceDimension (int _arg)
 Sets the 0-numbered dimension that will be mapped to columns in the output.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkMatricizeArray"
 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 vtkMatricizeArray_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkMatricizeArray_GetSliceDimension_01 (HandleRef pThis)
static internal int vtkMatricizeArray_IsA_02 (HandleRef pThis, string type)
static internal int vtkMatricizeArray_IsTypeOf_03 (string type)
static internal IntPtr vtkMatricizeArray_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMatricizeArray_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMatricizeArray_SetSliceDimension_07 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkMatricizeArray ()
 Automatically generated type registration mechanics.

Detailed Description

vtkMatricizeArray - Convert an array of arbitrary dimensions to a matrix.

Description Given a sparse input array of arbitrary dimension, creates a sparse output matrix (vtkSparseArray<double>) where each column is a slice along an arbitrary dimension from the source.

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


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkMatricizeArray.vtkMatricizeArray ( 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.vtkMatricizeArray.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.

Returns the 0-numbered dimension that will be mapped to columns in the output.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.

static new int Kitware.VTK.vtkMatricizeArray.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:

virtual void Kitware.VTK.vtkMatricizeArray.SetSliceDimension ( int  _arg) [virtual]

Sets the 0-numbered dimension that will be mapped to columns in the output.

static internal int Kitware.VTK.vtkMatricizeArray.vtkMatricizeArray_GetSliceDimension_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMatricizeArray.vtkMatricizeArray_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkMatricizeArray.vtkMatricizeArray_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkMatricizeArray.vtkMatricizeArray_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMatricizeArray.vtkMatricizeArray_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMatricizeArray.vtkMatricizeArray_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkMatricizeArray.vtkMatricizeArray_SetSliceDimension_07 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkMatricizeArray.MRClassNameKey = "17vtkMatricizeArray" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.


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