|
ActiViz .NET
5.8.0
|
vtkLightCollection - a list of lights More...
Public Member Functions | |
| vtkLightCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkLightCollection () | |
| Undocumented Block. | |
| void | AddItem (vtkLight a) |
| Add a light to the list. | |
| vtkLight | GetNextItem () |
| Get the next light in the list. NULL is returned when the collection is exhausted. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkLightCollection | NewInstance () |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkLightCollection | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkLightCollection | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkLightCollection" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "18vtkLightCollection" |
| 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 | vtkLightCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkLightCollection_AddItem_01 (HandleRef pThis, HandleRef a) |
| static internal IntPtr | vtkLightCollection_GetNextItem_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkLightCollection_IsA_03 (HandleRef pThis, string type) |
| static internal int | vtkLightCollection_IsTypeOf_04 (string type) |
| static internal IntPtr | vtkLightCollection_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkLightCollection_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkLightCollection () |
| Automatically generated type registration mechanics. | |
vtkLightCollection - a list of lights
Description vtkLightCollection represents and provides methods to manipulate a list of lights (i.e., vtkLight and subclasses). The list is unsorted and duplicate entries are not prevented.
| static Kitware.VTK.vtkLightCollection.vtkLightCollection | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkLightCollection.vtkLightCollection | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
Add a light to the list.
| override void Kitware.VTK.vtkLightCollection.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 light in the list. NULL is returned when the collection is exhausted.
| override int Kitware.VTK.vtkLightCollection.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static new int Kitware.VTK.vtkLightCollection.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static new vtkLightCollection Kitware.VTK.vtkLightCollection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static new vtkLightCollection Kitware.VTK.vtkLightCollection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static internal void Kitware.VTK.vtkLightCollection.vtkLightCollection_AddItem_01 | ( | HandleRef | pThis, |
| HandleRef | a | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLightCollection.vtkLightCollection_GetNextItem_02 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkLightCollection.vtkLightCollection_IsA_03 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkLightCollection.vtkLightCollection_IsTypeOf_04 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLightCollection.vtkLightCollection_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLightCollection.vtkLightCollection_NewInstance_06 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLightCollection.vtkLightCollection_SafeDownCast_07 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkLightCollection.MRClassNameKey = "18vtkLightCollection" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.
| new const string Kitware.VTK.vtkLightCollection.MRFullTypeName = "Kitware.VTK.vtkLightCollection" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.
1.7.6.1