|
ActiViz .NET
5.8.0
|
vtkMatricizeArray - Convert an array of arbitrary dimensions to a matrix. More...
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 long | 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 (long _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 long | 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, long _arg) |
Static Private Member Functions | |
| static | vtkMatricizeArray () |
| Automatically generated type registration mechanics. | |
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.
| static Kitware.VTK.vtkMatricizeArray.vtkMatricizeArray | ( | ) | [static, private] |
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.
| 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.
| virtual long Kitware.VTK.vtkMatricizeArray.GetSliceDimension | ( | ) | [virtual] |
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.
| static new vtkMatricizeArray Kitware.VTK.vtkMatricizeArray.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
| static new vtkMatricizeArray Kitware.VTK.vtkMatricizeArray.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
| virtual void Kitware.VTK.vtkMatricizeArray.SetSliceDimension | ( | long | _arg | ) | [virtual] |
Sets the 0-numbered dimension that will be mapped to columns in the output.
| static internal long 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, |
| long | _arg | ||
| ) | [private] |
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.
1.7.6.1