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

vtkDataSetCollection - maintain an unordered list of dataset objects More...

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

List of all members.

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "20vtkDataSetCollection"
 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 vtkDataSetCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataSetCollection_AddItem_01 (HandleRef pThis, HandleRef ds)
static internal IntPtr vtkDataSetCollection_GetDataSet_02 (HandleRef pThis, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetCollection_GetItem_03 (HandleRef pThis, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetCollection_GetNextDataSet_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetCollection_GetNextItem_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDataSetCollection_IsA_06 (HandleRef pThis, string type)
static internal int vtkDataSetCollection_IsTypeOf_07 (string type)
static internal IntPtr vtkDataSetCollection_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetCollection_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkDataSetCollection ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDataSetCollection - maintain an unordered list of dataset objects

Description vtkDataSetCollection is an object that creates and manipulates lists of datasets. See also vtkCollection and subclasses.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Add a dataset to the list.

override void Kitware.VTK.vtkDataSetCollection.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 dataset in the list.

Here is the call graph for this function:

Get the ith dataset in the list.

Here is the call graph for this function:

Get the next dataset in the list.

Here is the call graph for this function:

Get the next dataset in the list.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

static new int Kitware.VTK.vtkDataSetCollection.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.vtkDataSetCollection.vtkDataSetCollection_AddItem_01 ( HandleRef  pThis,
HandleRef  ds 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetCollection.vtkDataSetCollection_GetDataSet_02 ( HandleRef  pThis,
int  i,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetCollection.vtkDataSetCollection_GetItem_03 ( HandleRef  pThis,
int  i,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetCollection.vtkDataSetCollection_GetNextDataSet_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetCollection.vtkDataSetCollection_GetNextItem_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDataSetCollection.vtkDataSetCollection_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkDataSetCollection.vtkDataSetCollection_IsTypeOf_07 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDataSetCollection.vtkDataSetCollection_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetCollection.vtkDataSetCollection_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetCollection.vtkDataSetCollection_SafeDownCast_10 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkDataSetCollection.MRClassNameKey = "20vtkDataSetCollection" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCollection.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCollection.


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