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

vtkDataObjectCollection - maintain an unordered list of data objects More...

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

List of all members.

Public Member Functions

 vtkDataObjectCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDataObjectCollection ()
 Undocumented Block.
void AddItem (vtkDataObject ds)
 Add a data object to the list.
vtkDataObject GetItem (int i)
 Get the ith data object in the list.
vtkDataObject GetNextItem ()
 Get the next data object in the list.
override int IsA (string type)
 Undocumented Block.
new vtkDataObjectCollection NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "23vtkDataObjectCollection"
 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 vtkDataObjectCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataObjectCollection_AddItem_01 (HandleRef pThis, HandleRef ds)
static internal IntPtr vtkDataObjectCollection_GetItem_02 (HandleRef pThis, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObjectCollection_GetNextItem_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDataObjectCollection_IsA_04 (HandleRef pThis, string type)
static internal int vtkDataObjectCollection_IsTypeOf_05 (string type)
static internal IntPtr vtkDataObjectCollection_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObjectCollection_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkDataObjectCollection ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDataObjectCollection - maintain an unordered list of data objects

Description vtkDataObjectCollection is an object that creates and manipulates lists of data objects. See also vtkCollection and subclasses.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Add a data object to the list.

override void Kitware.VTK.vtkDataObjectCollection.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 ith data object in the list.

Here is the call graph for this function:

Get the next data object in the list.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

static new int Kitware.VTK.vtkDataObjectCollection.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.vtkDataObjectCollection.vtkDataObjectCollection_AddItem_01 ( HandleRef  pThis,
HandleRef  ds 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectCollection.vtkDataObjectCollection_GetItem_02 ( HandleRef  pThis,
int  i,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectCollection.vtkDataObjectCollection_GetNextItem_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDataObjectCollection.vtkDataObjectCollection_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkDataObjectCollection.vtkDataObjectCollection_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectCollection.vtkDataObjectCollection_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectCollection.vtkDataObjectCollection_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectCollection.vtkDataObjectCollection_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkDataObjectCollection.MRClassNameKey = "23vtkDataObjectCollection" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCollection.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCollection.


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