|
ActiViz .NET
5.8.0
|
vtkExtractArray - Given a vtkArrayData object containing one-or-more vtkArray instances, produces a vtkArrayData containing just one vtkArray, indentified by index. More...
Public Member Functions | |
| vtkExtractArray (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkExtractArray () | |
| Undocumented Block. | |
| virtual long | GetIndex () |
| Controls which array will be extracted. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkExtractArray | NewInstance () |
| Undocumented Block. | |
| virtual void | SetIndex (long _arg) |
| Controls which array will be extracted. | |
Static Public Member Functions | |
| static new vtkExtractArray | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkExtractArray | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkExtractArray" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "15vtkExtractArray" |
| 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 | vtkExtractArray_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal long | vtkExtractArray_GetIndex_01 (HandleRef pThis) |
| static internal int | vtkExtractArray_IsA_02 (HandleRef pThis, string type) |
| static internal int | vtkExtractArray_IsTypeOf_03 (string type) |
| static internal IntPtr | vtkExtractArray_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkExtractArray_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkExtractArray_SetIndex_07 (HandleRef pThis, long _arg) |
Static Private Member Functions | |
| static | vtkExtractArray () |
| Automatically generated type registration mechanics. | |
vtkExtractArray - Given a vtkArrayData object containing one-or-more vtkArray instances, produces a vtkArrayData containing just one vtkArray, indentified by index.
Thanks Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories.
| static Kitware.VTK.vtkExtractArray.vtkExtractArray | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkExtractArray.vtkExtractArray | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkExtractArray.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.vtkExtractArray.GetIndex | ( | ) | [virtual] |
Controls which array will be extracted.
| override int Kitware.VTK.vtkExtractArray.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
| static new int Kitware.VTK.vtkExtractArray.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
| static new vtkExtractArray Kitware.VTK.vtkExtractArray.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
| static new vtkExtractArray Kitware.VTK.vtkExtractArray.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
| virtual void Kitware.VTK.vtkExtractArray.SetIndex | ( | long | _arg | ) | [virtual] |
Controls which array will be extracted.
| static internal long Kitware.VTK.vtkExtractArray.vtkExtractArray_GetIndex_01 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkExtractArray.vtkExtractArray_IsA_02 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkExtractArray.vtkExtractArray_IsTypeOf_03 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkExtractArray.vtkExtractArray_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkExtractArray.vtkExtractArray_NewInstance_05 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkExtractArray.vtkExtractArray_SafeDownCast_06 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkExtractArray.vtkExtractArray_SetIndex_07 | ( | HandleRef | pThis, |
| long | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkExtractArray.MRClassNameKey = "15vtkExtractArray" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
| new const string Kitware.VTK.vtkExtractArray.MRFullTypeName = "Kitware.VTK.vtkExtractArray" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
1.7.6.1