|
ActiViz .NET
5.8.0
|
vtkCullerCollection - a list of Cullers More...
Public Member Functions | |
| vtkCullerCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkCullerCollection () | |
| Undocumented Block. | |
| void | AddItem (vtkCuller a) |
| Add an Culler to the list. | |
| vtkCuller | GetLastItem () |
| hide the standard AddItem from the user and the compiler. | |
| vtkCuller | GetNextItem () |
| Get the next Culler in the list. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkCullerCollection | NewInstance () |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkCullerCollection | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkCullerCollection | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkCullerCollection" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "19vtkCullerCollection" |
| 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 | vtkCullerCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkCullerCollection_AddItem_01 (HandleRef pThis, HandleRef a) |
| static internal IntPtr | vtkCullerCollection_GetLastItem_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkCullerCollection_GetNextItem_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkCullerCollection_IsA_04 (HandleRef pThis, string type) |
| static internal int | vtkCullerCollection_IsTypeOf_05 (string type) |
| static internal IntPtr | vtkCullerCollection_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkCullerCollection_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkCullerCollection () |
| Automatically generated type registration mechanics. | |
vtkCullerCollection - a list of Cullers
Description vtkCullerCollection represents and provides methods to manipulate a list of Cullers (i.e., vtkCuller and subclasses). The list is unsorted and duplicate entries are not prevented.
| static Kitware.VTK.vtkCullerCollection.vtkCullerCollection | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkCullerCollection.vtkCullerCollection | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
Add an Culler to the list.
| override void Kitware.VTK.vtkCullerCollection.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.
hide the standard AddItem from the user and the compiler.
Get the next Culler in the list.
| override int Kitware.VTK.vtkCullerCollection.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static new int Kitware.VTK.vtkCullerCollection.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static new vtkCullerCollection Kitware.VTK.vtkCullerCollection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static new vtkCullerCollection Kitware.VTK.vtkCullerCollection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static internal void Kitware.VTK.vtkCullerCollection.vtkCullerCollection_AddItem_01 | ( | HandleRef | pThis, |
| HandleRef | a | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCullerCollection.vtkCullerCollection_GetLastItem_02 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCullerCollection.vtkCullerCollection_GetNextItem_03 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkCullerCollection.vtkCullerCollection_IsA_04 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkCullerCollection.vtkCullerCollection_IsTypeOf_05 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCullerCollection.vtkCullerCollection_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCullerCollection.vtkCullerCollection_NewInstance_07 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCullerCollection.vtkCullerCollection_SafeDownCast_08 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkCullerCollection.MRClassNameKey = "19vtkCullerCollection" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.
| new const string Kitware.VTK.vtkCullerCollection.MRFullTypeName = "Kitware.VTK.vtkCullerCollection" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.
1.7.6.1