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

vtkProp3DCollection - a list of 3D props More...

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

List of all members.

Public Member Functions

 vtkProp3DCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkProp3DCollection ()
 Undocumented Block.
void AddItem (vtkProp3D a)
 hide the standard AddItem from the user and the compiler.
vtkProp3D GetLastProp3D ()
 hide the standard AddItem from the user and the compiler.
vtkProp3D GetNextProp3D ()
 hide the standard AddItem from the user and the compiler.
override int IsA (string type)
 Undocumented Block.
new vtkProp3DCollection NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkProp3DCollection"
 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 vtkProp3DCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkProp3DCollection_AddItem_01 (HandleRef pThis, HandleRef a)
static internal IntPtr vtkProp3DCollection_GetLastProp3D_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkProp3DCollection_GetNextProp3D_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkProp3DCollection_IsA_04 (HandleRef pThis, string type)
static internal int vtkProp3DCollection_IsTypeOf_05 (string type)
static internal IntPtr vtkProp3DCollection_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkProp3DCollection_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkProp3DCollection ()
 Automatically generated type registration mechanics.

Detailed Description

vtkProp3DCollection - a list of 3D props

Description vtkProp3DCollection represents and provides methods to manipulate a list of 3D props (i.e., vtkProp3D and subclasses). The list is unsorted and duplicate entries are not prevented.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

hide the standard AddItem from the user and the compiler.

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

Here is the call graph for this function:

hide the standard AddItem from the user and the compiler.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPropCollection.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPropCollection.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPropCollection.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPropCollection.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPropCollection.

Here is the call graph for this function:

static internal void Kitware.VTK.vtkProp3DCollection.vtkProp3DCollection_AddItem_01 ( HandleRef  pThis,
HandleRef  a 
) [private]
static internal IntPtr Kitware.VTK.vtkProp3DCollection.vtkProp3DCollection_GetLastProp3D_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkProp3DCollection.vtkProp3DCollection_GetNextProp3D_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkProp3DCollection.vtkProp3DCollection_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkProp3DCollection.vtkProp3DCollection_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkProp3DCollection.vtkProp3DCollection_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkProp3DCollection.vtkProp3DCollection_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkProp3DCollection.vtkProp3DCollection_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPropCollection.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPropCollection.


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