|
ActiViz .NET
5.8.0
|
vtkExecutiveCollection - maintain a list of executive objects More...
Public Member Functions | |
| vtkExecutiveCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkExecutiveCollection () | |
| Undocumented Block. | |
| void | AddItem (vtkExecutive exec) |
| Add an executive to the list. | |
| vtkExecutive | GetNextItem () |
| Get the next executive in the list. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkExecutiveCollection | NewInstance () |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkExecutiveCollection | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkExecutiveCollection | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkExecutiveCollection" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "22vtkExecutiveCollection" |
| 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 | vtkExecutiveCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkExecutiveCollection_AddItem_01 (HandleRef pThis, HandleRef exec) |
| static internal IntPtr | vtkExecutiveCollection_GetNextItem_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkExecutiveCollection_IsA_03 (HandleRef pThis, string type) |
| static internal int | vtkExecutiveCollection_IsTypeOf_04 (string type) |
| static internal IntPtr | vtkExecutiveCollection_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkExecutiveCollection_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkExecutiveCollection () |
| Automatically generated type registration mechanics. | |
vtkExecutiveCollection - maintain a list of executive objects
Description vtkExecutiveCollection is an object that creates and manipulates lists of objects that are (inherited from) vtkExecutives.
| static Kitware.VTK.vtkExecutiveCollection.vtkExecutiveCollection | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkExecutiveCollection.vtkExecutiveCollection | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| void Kitware.VTK.vtkExecutiveCollection.AddItem | ( | vtkExecutive | exec | ) |
Add an executive to the list.
| override void Kitware.VTK.vtkExecutiveCollection.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 executive in the list.
| override int Kitware.VTK.vtkExecutiveCollection.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static new int Kitware.VTK.vtkExecutiveCollection.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static new vtkExecutiveCollection Kitware.VTK.vtkExecutiveCollection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static new vtkExecutiveCollection Kitware.VTK.vtkExecutiveCollection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static internal void Kitware.VTK.vtkExecutiveCollection.vtkExecutiveCollection_AddItem_01 | ( | HandleRef | pThis, |
| HandleRef | exec | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkExecutiveCollection.vtkExecutiveCollection_GetNextItem_02 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkExecutiveCollection.vtkExecutiveCollection_IsA_03 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkExecutiveCollection.vtkExecutiveCollection_IsTypeOf_04 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkExecutiveCollection.vtkExecutiveCollection_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkExecutiveCollection.vtkExecutiveCollection_NewInstance_06 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkExecutiveCollection.vtkExecutiveCollection_SafeDownCast_07 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkExecutiveCollection.MRClassNameKey = "22vtkExecutiveCollection" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.
| new const string Kitware.VTK.vtkExecutiveCollection.MRFullTypeName = "Kitware.VTK.vtkExecutiveCollection" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.
1.7.6.1