ActiViz .NET
5.8.0
|
vtkStructuredPointsCollection - maintain a list of structured points data objects More...
Public Member Functions | |
vtkStructuredPointsCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkStructuredPointsCollection () | |
Undocumented Block. | |
void | AddItem (vtkStructuredPoints ds) |
Add a pointer to a vtkStructuredPoints to the list. | |
vtkStructuredPoints | GetNextItem () |
Get the next item in the collection. NULL is returned if the collection is exhausted. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkStructuredPointsCollection | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkStructuredPointsCollection | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkStructuredPointsCollection | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkStructuredPointsCollection" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "29vtkStructuredPointsCollection" |
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 | vtkStructuredPointsCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkStructuredPointsCollection_AddItem_01 (HandleRef pThis, HandleRef ds) |
static internal IntPtr | vtkStructuredPointsCollection_GetNextItem_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkStructuredPointsCollection_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkStructuredPointsCollection_IsTypeOf_04 (string type) |
static internal IntPtr | vtkStructuredPointsCollection_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStructuredPointsCollection_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkStructuredPointsCollection () |
Automatically generated type registration mechanics. |
vtkStructuredPointsCollection - maintain a list of structured points data objects
Description vtkStructuredPointsCollection is an object that creates and manipulates lists of structured points datasets. See also vtkCollection and subclasses.
static Kitware.VTK.vtkStructuredPointsCollection.vtkStructuredPointsCollection | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkStructuredPointsCollection.vtkStructuredPointsCollection | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
Add a pointer to a vtkStructuredPoints to the list.
override void Kitware.VTK.vtkStructuredPointsCollection.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 next item in the collection. NULL is returned if the collection is exhausted.
override int Kitware.VTK.vtkStructuredPointsCollection.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new int Kitware.VTK.vtkStructuredPointsCollection.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new vtkStructuredPointsCollection Kitware.VTK.vtkStructuredPointsCollection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new vtkStructuredPointsCollection Kitware.VTK.vtkStructuredPointsCollection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static internal void Kitware.VTK.vtkStructuredPointsCollection.vtkStructuredPointsCollection_AddItem_01 | ( | HandleRef | pThis, |
HandleRef | ds | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStructuredPointsCollection.vtkStructuredPointsCollection_GetNextItem_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkStructuredPointsCollection.vtkStructuredPointsCollection_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkStructuredPointsCollection.vtkStructuredPointsCollection_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkStructuredPointsCollection.vtkStructuredPointsCollection_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStructuredPointsCollection.vtkStructuredPointsCollection_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStructuredPointsCollection.vtkStructuredPointsCollection_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkStructuredPointsCollection.MRClassNameKey = "29vtkStructuredPointsCollection" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.
new const string Kitware.VTK.vtkStructuredPointsCollection.MRFullTypeName = "Kitware.VTK.vtkStructuredPointsCollection" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.