ActiViz .NET
5.8.0
|
vtkPolyDataCollection - maintain a list of polygonal data objects More...
Public Member Functions | |
vtkPolyDataCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPolyDataCollection () | |
Undocumented Block. | |
void | AddItem (vtkPolyData pd) |
Add a poly data to the list. | |
vtkPolyData | GetNextItem () |
Get the next poly data in the list. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPolyDataCollection | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkPolyDataCollection | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPolyDataCollection | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPolyDataCollection" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkPolyDataCollection" |
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 | vtkPolyDataCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPolyDataCollection_AddItem_01 (HandleRef pThis, HandleRef pd) |
static internal IntPtr | vtkPolyDataCollection_GetNextItem_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPolyDataCollection_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkPolyDataCollection_IsTypeOf_04 (string type) |
static internal IntPtr | vtkPolyDataCollection_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPolyDataCollection_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkPolyDataCollection () |
Automatically generated type registration mechanics. |
vtkPolyDataCollection - maintain a list of polygonal data objects
Description vtkPolyDataCollection is an object that creates and manipulates lists of datasets of type vtkPolyData.
static Kitware.VTK.vtkPolyDataCollection.vtkPolyDataCollection | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPolyDataCollection.vtkPolyDataCollection | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
Add a poly data to the list.
override void Kitware.VTK.vtkPolyDataCollection.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 poly data in the list.
override int Kitware.VTK.vtkPolyDataCollection.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new int Kitware.VTK.vtkPolyDataCollection.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new vtkPolyDataCollection Kitware.VTK.vtkPolyDataCollection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new vtkPolyDataCollection Kitware.VTK.vtkPolyDataCollection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static internal void Kitware.VTK.vtkPolyDataCollection.vtkPolyDataCollection_AddItem_01 | ( | HandleRef | pThis, |
HandleRef | pd | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataCollection.vtkPolyDataCollection_GetNextItem_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataCollection.vtkPolyDataCollection_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataCollection.vtkPolyDataCollection_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataCollection.vtkPolyDataCollection_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataCollection.vtkPolyDataCollection_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataCollection.vtkPolyDataCollection_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkPolyDataCollection.MRClassNameKey = "21vtkPolyDataCollection" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.
new const string Kitware.VTK.vtkPolyDataCollection.MRFullTypeName = "Kitware.VTK.vtkPolyDataCollection" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.