ActiViz .NET
5.8.0
|
vtkActorCollection - a list of actors More...
Public Member Functions | |
vtkActorCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkActorCollection () | |
Undocumented Block. | |
void | AddItem (vtkActor a) |
hide the standard AddItem from the user and the compiler. | |
void | ApplyProperties (vtkProperty p) |
Apply properties to all actors in this collection. | |
vtkActor | GetLastActor () |
hide the standard AddItem from the user and the compiler. | |
vtkActor | GetLastItem () |
hide the standard AddItem from the user and the compiler. | |
vtkActor | GetNextActor () |
hide the standard AddItem from the user and the compiler. | |
vtkActor | GetNextItem () |
hide the standard AddItem from the user and the compiler. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkActorCollection | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkActorCollection | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkActorCollection | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkActorCollection" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "18vtkActorCollection" |
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 | vtkActorCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkActorCollection_AddItem_01 (HandleRef pThis, HandleRef a) |
static internal void | vtkActorCollection_ApplyProperties_02 (HandleRef pThis, HandleRef p) |
static internal IntPtr | vtkActorCollection_GetLastActor_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkActorCollection_GetLastItem_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkActorCollection_GetNextActor_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkActorCollection_GetNextItem_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkActorCollection_IsA_07 (HandleRef pThis, string type) |
static internal int | vtkActorCollection_IsTypeOf_08 (string type) |
static internal IntPtr | vtkActorCollection_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkActorCollection_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkActorCollection () |
Automatically generated type registration mechanics. |
vtkActorCollection - a list of actors
Description vtkActorCollection represents and provides methods to manipulate a list of actors (i.e., vtkActor and subclasses). The list is unsorted and duplicate entries are not prevented.
static Kitware.VTK.vtkActorCollection.vtkActorCollection | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkActorCollection.vtkActorCollection | ( | 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.
Apply properties to all actors in this collection.
override void Kitware.VTK.vtkActorCollection.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.vtkPropCollection.
hide the standard AddItem from the user and the compiler.
hide the standard AddItem from the user and the compiler.
hide the standard AddItem from the user and the compiler.
hide the standard AddItem from the user and the compiler.
override int Kitware.VTK.vtkActorCollection.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPropCollection.
static new int Kitware.VTK.vtkActorCollection.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPropCollection.
static new vtkActorCollection Kitware.VTK.vtkActorCollection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPropCollection.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPropCollection.
static new vtkActorCollection Kitware.VTK.vtkActorCollection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPropCollection.
static internal void Kitware.VTK.vtkActorCollection.vtkActorCollection_AddItem_01 | ( | HandleRef | pThis, |
HandleRef | a | ||
) | [private] |
static internal void Kitware.VTK.vtkActorCollection.vtkActorCollection_ApplyProperties_02 | ( | HandleRef | pThis, |
HandleRef | p | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkActorCollection.vtkActorCollection_GetLastActor_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkActorCollection.vtkActorCollection_GetLastItem_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkActorCollection.vtkActorCollection_GetNextActor_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkActorCollection.vtkActorCollection_GetNextItem_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkActorCollection.vtkActorCollection_IsA_07 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkActorCollection.vtkActorCollection_IsTypeOf_08 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkActorCollection.vtkActorCollection_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkActorCollection.vtkActorCollection_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkActorCollection.vtkActorCollection_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkActorCollection.MRClassNameKey = "18vtkActorCollection" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPropCollection.
new const string Kitware.VTK.vtkActorCollection.MRFullTypeName = "Kitware.VTK.vtkActorCollection" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPropCollection.