ActiViz .NET
5.8.0
|
vtkDataArrayCollection - maintain an unordered list of dataarray objects More...
Public Member Functions | |
vtkDataArrayCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDataArrayCollection () | |
Undocumented Block. | |
void | AddItem (vtkDataArray ds) |
Add a dataarray to the list. | |
vtkDataArray | GetItem (int i) |
Get the ith dataarray in the list. | |
vtkDataArray | GetNextItem () |
Get the next dataarray in the list. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkDataArrayCollection | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkDataArrayCollection | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDataArrayCollection | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDataArrayCollection" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkDataArrayCollection" |
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 | vtkDataArrayCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDataArrayCollection_AddItem_01 (HandleRef pThis, HandleRef ds) |
static internal IntPtr | vtkDataArrayCollection_GetItem_02 (HandleRef pThis, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDataArrayCollection_GetNextItem_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDataArrayCollection_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkDataArrayCollection_IsTypeOf_05 (string type) |
static internal IntPtr | vtkDataArrayCollection_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDataArrayCollection_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkDataArrayCollection () |
Automatically generated type registration mechanics. |
vtkDataArrayCollection - maintain an unordered list of dataarray objects
Description vtkDataArrayCollection is an object that creates and manipulates lists of datasets. See also vtkCollection and subclasses.
static Kitware.VTK.vtkDataArrayCollection.vtkDataArrayCollection | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDataArrayCollection.vtkDataArrayCollection | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
Add a dataarray to the list.
override void Kitware.VTK.vtkDataArrayCollection.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.vtkCollection.
Get the ith dataarray in the list.
Get the next dataarray in the list.
override int Kitware.VTK.vtkDataArrayCollection.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new int Kitware.VTK.vtkDataArrayCollection.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new vtkDataArrayCollection Kitware.VTK.vtkDataArrayCollection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new vtkDataArrayCollection Kitware.VTK.vtkDataArrayCollection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static internal void Kitware.VTK.vtkDataArrayCollection.vtkDataArrayCollection_AddItem_01 | ( | HandleRef | pThis, |
HandleRef | ds | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataArrayCollection.vtkDataArrayCollection_GetItem_02 | ( | HandleRef | pThis, |
int | i, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataArrayCollection.vtkDataArrayCollection_GetNextItem_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkDataArrayCollection.vtkDataArrayCollection_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDataArrayCollection.vtkDataArrayCollection_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataArrayCollection.vtkDataArrayCollection_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataArrayCollection.vtkDataArrayCollection_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataArrayCollection.vtkDataArrayCollection_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkDataArrayCollection.MRClassNameKey = "22vtkDataArrayCollection" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.
new const string Kitware.VTK.vtkDataArrayCollection.MRFullTypeName = "Kitware.VTK.vtkDataArrayCollection" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.