|
ActiViz .NET
5.8.0
|
vtkPlaneCollection - maintain a list of planes More...
Public Member Functions | |
| vtkPlaneCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkPlaneCollection () | |
| Undocumented Block. | |
| void | AddItem (vtkPlane f) |
| hide the standard AddItem from the user and the compiler. | |
| vtkPlane | GetItem (int i) |
| Get the ith plane in the list. | |
| vtkPlane | GetNextItem () |
| hide the standard AddItem from the user and the compiler. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkPlaneCollection | NewInstance () |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkPlaneCollection | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkPlaneCollection | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkPlaneCollection" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "18vtkPlaneCollection" |
| 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 | vtkPlaneCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkPlaneCollection_AddItem_01 (HandleRef pThis, HandleRef f) |
| static internal IntPtr | vtkPlaneCollection_GetItem_02 (HandleRef pThis, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkPlaneCollection_GetNextItem_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkPlaneCollection_IsA_04 (HandleRef pThis, string type) |
| static internal int | vtkPlaneCollection_IsTypeOf_05 (string type) |
| static internal IntPtr | vtkPlaneCollection_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkPlaneCollection_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkPlaneCollection () |
| Automatically generated type registration mechanics. | |
vtkPlaneCollection - maintain a list of planes
Description vtkPlaneCollection is an object that creates and manipulates lists of objects of type vtkPlane.
| static Kitware.VTK.vtkPlaneCollection.vtkPlaneCollection | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkPlaneCollection.vtkPlaneCollection | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
hide the standard AddItem from the user and the compiler.
| override void Kitware.VTK.vtkPlaneCollection.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 plane in the list.
hide the standard AddItem from the user and the compiler.
| override int Kitware.VTK.vtkPlaneCollection.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static new int Kitware.VTK.vtkPlaneCollection.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static new vtkPlaneCollection Kitware.VTK.vtkPlaneCollection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static new vtkPlaneCollection Kitware.VTK.vtkPlaneCollection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static internal void Kitware.VTK.vtkPlaneCollection.vtkPlaneCollection_AddItem_01 | ( | HandleRef | pThis, |
| HandleRef | f | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPlaneCollection.vtkPlaneCollection_GetItem_02 | ( | HandleRef | pThis, |
| int | i, | ||
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPlaneCollection.vtkPlaneCollection_GetNextItem_03 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkPlaneCollection.vtkPlaneCollection_IsA_04 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkPlaneCollection.vtkPlaneCollection_IsTypeOf_05 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPlaneCollection.vtkPlaneCollection_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPlaneCollection.vtkPlaneCollection_NewInstance_07 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPlaneCollection.vtkPlaneCollection_SafeDownCast_08 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkPlaneCollection.MRClassNameKey = "18vtkPlaneCollection" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.
| new const string Kitware.VTK.vtkPlaneCollection.MRFullTypeName = "Kitware.VTK.vtkPlaneCollection" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.
1.7.6.1