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

vtkPropCollection - a list of Props More...

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

List of all members.

Public Member Functions

 vtkPropCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPropCollection ()
 Undocumented Block.
void AddItem (vtkProp a)
 hide the standard AddItem from the user and the compiler.
vtkProp GetLastProp ()
 hide the standard AddItem from the user and the compiler.
vtkProp GetNextProp ()
 hide the standard AddItem from the user and the compiler.
int GetNumberOfPaths ()
 Get the number of paths contained in this list. (Recall that a vtkProp can consist of multiple parts.) Used in picking and other activities to get the parts of composite entities like vtkAssembly or vtkPropAssembly.
override int IsA (string type)
 Undocumented Block.
new vtkPropCollection NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkPropCollection"
 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 vtkPropCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPropCollection_AddItem_01 (HandleRef pThis, HandleRef a)
static internal IntPtr vtkPropCollection_GetLastProp_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPropCollection_GetNextProp_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkPropCollection_GetNumberOfPaths_04 (HandleRef pThis)
static internal int vtkPropCollection_IsA_05 (HandleRef pThis, string type)
static internal int vtkPropCollection_IsTypeOf_06 (string type)
static internal IntPtr vtkPropCollection_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPropCollection_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkPropCollection ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPropCollection - a list of Props

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


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkPropCollection.vtkPropCollection ( 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.vtkPropCollection.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.

Reimplemented in Kitware.VTK.vtkActor2DCollection, Kitware.VTK.vtkActorCollection, Kitware.VTK.vtkProp3DCollection, and Kitware.VTK.vtkVolumeCollection.

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:

Get the number of paths contained in this list. (Recall that a vtkProp can consist of multiple parts.) Used in picking and other activities to get the parts of composite entities like vtkAssembly or vtkPropAssembly.

override int Kitware.VTK.vtkPropCollection.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkPropCollection.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

Reimplemented in Kitware.VTK.vtkActor2DCollection, Kitware.VTK.vtkActorCollection, Kitware.VTK.vtkVolumeCollection, and Kitware.VTK.vtkProp3DCollection.

Here is the call graph for this function:

static internal void Kitware.VTK.vtkPropCollection.vtkPropCollection_AddItem_01 ( HandleRef  pThis,
HandleRef  a 
) [private]
static internal IntPtr Kitware.VTK.vtkPropCollection.vtkPropCollection_GetLastProp_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPropCollection.vtkPropCollection_GetNextProp_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkPropCollection.vtkPropCollection_GetNumberOfPaths_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPropCollection.vtkPropCollection_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPropCollection.vtkPropCollection_IsTypeOf_06 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPropCollection.vtkPropCollection_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPropCollection.vtkPropCollection_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPropCollection.vtkPropCollection_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPropCollection.MRClassNameKey = "17vtkPropCollection" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCollection.

Reimplemented in Kitware.VTK.vtkActor2DCollection, Kitware.VTK.vtkActorCollection, Kitware.VTK.vtkProp3DCollection, and Kitware.VTK.vtkVolumeCollection.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCollection.

Reimplemented in Kitware.VTK.vtkActor2DCollection, Kitware.VTK.vtkActorCollection, Kitware.VTK.vtkProp3DCollection, and Kitware.VTK.vtkVolumeCollection.


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