ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkRendererCollection Class Reference

vtkRendererCollection - a list of renderers More...

Inheritance diagram for Kitware.VTK.vtkRendererCollection:
[legend]
Collaboration diagram for Kitware.VTK.vtkRendererCollection:
[legend]

List of all members.

Public Member Functions

 vtkRendererCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkRendererCollection ()
 Undocumented Block.
void AddItem (vtkRenderer a)
 Add a Renderer to the list.
vtkRenderer GetFirstRenderer ()
 Get the first Renderer in the list. Return NULL when at the end of the list.
vtkRenderer GetNextItem ()
 Get the next Renderer in the list. Return NULL when at the end of the list.
override int IsA (string type)
 Undocumented Block.
new vtkRendererCollection NewInstance ()
 Undocumented Block.
void Render ()
 Forward the Render() method to each renderer in the list.

Static Public Member Functions

static new vtkRendererCollection New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkRendererCollection SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkRendererCollection"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "21vtkRendererCollection"
 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 vtkRendererCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRendererCollection_AddItem_01 (HandleRef pThis, HandleRef a)
static internal IntPtr vtkRendererCollection_GetFirstRenderer_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkRendererCollection_GetNextItem_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkRendererCollection_IsA_04 (HandleRef pThis, string type)
static internal int vtkRendererCollection_IsTypeOf_05 (string type)
static internal IntPtr vtkRendererCollection_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRendererCollection_Render_08 (HandleRef pThis)
static internal IntPtr vtkRendererCollection_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkRendererCollection ()
 Automatically generated type registration mechanics.

Detailed Description

vtkRendererCollection - a list of renderers

Description vtkRendererCollection represents and provides methods to manipulate a list of renderers (i.e., vtkRenderer and subclasses). The list is unsorted and duplicate entries are not prevented.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkRendererCollection.vtkRendererCollection ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

Add a Renderer to the list.

override void Kitware.VTK.vtkRendererCollection.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 first Renderer in the list. Return NULL when at the end of the list.

Here is the call graph for this function:

Get the next Renderer in the list. Return NULL when at the end of the list.

Here is the call graph for this function:

override int Kitware.VTK.vtkRendererCollection.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

static new int Kitware.VTK.vtkRendererCollection.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

Forward the Render() method to each renderer in the list.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

Here is the call graph for this function:

static internal void Kitware.VTK.vtkRendererCollection.vtkRendererCollection_AddItem_01 ( HandleRef  pThis,
HandleRef  a 
) [private]
static internal IntPtr Kitware.VTK.vtkRendererCollection.vtkRendererCollection_GetFirstRenderer_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRendererCollection.vtkRendererCollection_GetNextItem_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkRendererCollection.vtkRendererCollection_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkRendererCollection.vtkRendererCollection_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkRendererCollection.vtkRendererCollection_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRendererCollection.vtkRendererCollection_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRendererCollection.vtkRendererCollection_Render_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRendererCollection.vtkRendererCollection_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkRendererCollection.MRClassNameKey = "21vtkRendererCollection" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCollection.

new const string Kitware.VTK.vtkRendererCollection.MRFullTypeName = "Kitware.VTK.vtkRendererCollection"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCollection.


The documentation for this class was generated from the following file: