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.vtkMapperCollection Class Reference

vtkMapperCollection - a list of mappers More...

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

List of all members.

Public Member Functions

 vtkMapperCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkMapperCollection ()
 Undocumented Block.
void AddItem (vtkMapper a)
 Add an mapper to the list.
vtkMapper GetLastItem ()
 hide the standard AddItem from the user and the compiler.
vtkMapper GetNextItem ()
 Get the next mapper in the list.
override int IsA (string type)
 Undocumented Block.
new vtkMapperCollection NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkMapperCollection"
 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 vtkMapperCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMapperCollection_AddItem_01 (HandleRef pThis, HandleRef a)
static internal IntPtr vtkMapperCollection_GetLastItem_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMapperCollection_GetNextItem_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkMapperCollection_IsA_04 (HandleRef pThis, string type)
static internal int vtkMapperCollection_IsTypeOf_05 (string type)
static internal IntPtr vtkMapperCollection_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMapperCollection_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkMapperCollection ()
 Automatically generated type registration mechanics.

Detailed Description

vtkMapperCollection - a list of mappers

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


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Add an mapper to the list.

override void Kitware.VTK.vtkMapperCollection.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.

hide the standard AddItem from the user and the compiler.

Here is the call graph for this function:

Get the next mapper in the list.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

static new int Kitware.VTK.vtkMapperCollection.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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

Here is the call graph for this function:

static internal void Kitware.VTK.vtkMapperCollection.vtkMapperCollection_AddItem_01 ( HandleRef  pThis,
HandleRef  a 
) [private]
static internal IntPtr Kitware.VTK.vtkMapperCollection.vtkMapperCollection_GetLastItem_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMapperCollection.vtkMapperCollection_GetNextItem_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkMapperCollection.vtkMapperCollection_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkMapperCollection.vtkMapperCollection_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkMapperCollection.vtkMapperCollection_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMapperCollection.vtkMapperCollection_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMapperCollection.vtkMapperCollection_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkMapperCollection.MRClassNameKey = "19vtkMapperCollection" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCollection.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCollection.


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