ActiViz .NET
5.8.0
|
vtkActor2DCollection - a list of 2D actors More...
Public Member Functions | |
vtkActor2DCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkActor2DCollection () | |
Desctructor for the vtkActor2DCollection class. This removes all objects from the collection. | |
void | AddItem (vtkActor2D a) |
Add an actor to the list. The new actor is inserted in the list according to it's layer number. | |
vtkActor2D | GetLastActor2D () |
hide the standard AddItem from the user and the compiler. | |
vtkActor2D | GetLastItem () |
hide the standard AddItem from the user and the compiler. | |
vtkActor2D | GetNextActor2D () |
hide the standard AddItem from the user and the compiler. | |
vtkActor2D | GetNextItem () |
hide the standard AddItem from the user and the compiler. | |
override int | IsA (string type) |
Desctructor for the vtkActor2DCollection class. This removes all objects from the collection. | |
int | IsItemPresent (vtkActor2D a) |
hide the standard AddItem from the user and the compiler. | |
new vtkActor2DCollection | NewInstance () |
Desctructor for the vtkActor2DCollection class. This removes all objects from the collection. | |
void | RenderOverlay (vtkViewport viewport) |
Sort and then render the collection of 2D actors. | |
void | Sort () |
Sorts the vtkActor2DCollection by layer number. Smaller layer numbers are first. Layer numbers can be any integer value. | |
Static Public Member Functions | |
static new vtkActor2DCollection | New () |
Desctructor for the vtkActor2DCollection class. This removes all objects from the collection. | |
static new int | IsTypeOf (string type) |
Desctructor for the vtkActor2DCollection class. This removes all objects from the collection. | |
static new vtkActor2DCollection | SafeDownCast (vtkObjectBase o) |
Desctructor for the vtkActor2DCollection class. This removes all objects from the collection. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkActor2DCollection" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "20vtkActor2DCollection" |
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 | vtkActor2DCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkActor2DCollection_AddItem_01 (HandleRef pThis, HandleRef a) |
static internal IntPtr | vtkActor2DCollection_GetLastActor2D_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkActor2DCollection_GetLastItem_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkActor2DCollection_GetNextActor2D_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkActor2DCollection_GetNextItem_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkActor2DCollection_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkActor2DCollection_IsItemPresent_07 (HandleRef pThis, HandleRef a) |
static internal int | vtkActor2DCollection_IsTypeOf_08 (string type) |
static internal IntPtr | vtkActor2DCollection_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkActor2DCollection_RenderOverlay_11 (HandleRef pThis, HandleRef viewport) |
static internal IntPtr | vtkActor2DCollection_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkActor2DCollection_Sort_13 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkActor2DCollection () |
Automatically generated type registration mechanics. |
vtkActor2DCollection - a list of 2D actors
Description vtkActor2DCollection is a subclass of vtkCollection. vtkActor2DCollection maintains a collection of vtkActor2D objects that is sorted by layer number, with lower layer numbers at the start of the list. This allows the vtkActor2D objects to be rendered in the correct order.
static Kitware.VTK.vtkActor2DCollection.vtkActor2DCollection | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkActor2DCollection.vtkActor2DCollection | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Desctructor for the vtkActor2DCollection class. This removes all objects from the collection.
Add an actor to the list. The new actor is inserted in the list according to it's layer number.
override void Kitware.VTK.vtkActor2DCollection.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.vtkActor2DCollection.IsA | ( | string | type | ) | [virtual] |
Desctructor for the vtkActor2DCollection class. This removes all objects from the collection.
Reimplemented from Kitware.VTK.vtkPropCollection.
hide the standard AddItem from the user and the compiler.
static new int Kitware.VTK.vtkActor2DCollection.IsTypeOf | ( | string | type | ) | [static] |
Desctructor for the vtkActor2DCollection class. This removes all objects from the collection.
Reimplemented from Kitware.VTK.vtkPropCollection.
static new vtkActor2DCollection Kitware.VTK.vtkActor2DCollection.New | ( | ) | [static] |
Desctructor for the vtkActor2DCollection class. This removes all objects from the collection.
Reimplemented from Kitware.VTK.vtkPropCollection.
Desctructor for the vtkActor2DCollection class. This removes all objects from the collection.
Reimplemented from Kitware.VTK.vtkPropCollection.
void Kitware.VTK.vtkActor2DCollection.RenderOverlay | ( | vtkViewport | viewport | ) |
Sort and then render the collection of 2D actors.
static new vtkActor2DCollection Kitware.VTK.vtkActor2DCollection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Desctructor for the vtkActor2DCollection class. This removes all objects from the collection.
Reimplemented from Kitware.VTK.vtkPropCollection.
Sorts the vtkActor2DCollection by layer number. Smaller layer numbers are first. Layer numbers can be any integer value.
static internal void Kitware.VTK.vtkActor2DCollection.vtkActor2DCollection_AddItem_01 | ( | HandleRef | pThis, |
HandleRef | a | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkActor2DCollection.vtkActor2DCollection_GetLastActor2D_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkActor2DCollection.vtkActor2DCollection_GetLastItem_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkActor2DCollection.vtkActor2DCollection_GetNextActor2D_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkActor2DCollection.vtkActor2DCollection_GetNextItem_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkActor2DCollection.vtkActor2DCollection_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkActor2DCollection.vtkActor2DCollection_IsItemPresent_07 | ( | HandleRef | pThis, |
HandleRef | a | ||
) | [private] |
static internal int Kitware.VTK.vtkActor2DCollection.vtkActor2DCollection_IsTypeOf_08 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkActor2DCollection.vtkActor2DCollection_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkActor2DCollection.vtkActor2DCollection_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkActor2DCollection.vtkActor2DCollection_RenderOverlay_11 | ( | HandleRef | pThis, |
HandleRef | viewport | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkActor2DCollection.vtkActor2DCollection_SafeDownCast_12 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkActor2DCollection.vtkActor2DCollection_Sort_13 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkActor2DCollection.MRClassNameKey = "20vtkActor2DCollection" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPropCollection.
new const string Kitware.VTK.vtkActor2DCollection.MRFullTypeName = "Kitware.VTK.vtkActor2DCollection" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPropCollection.