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

vtkObjectFactoryCollection - maintain a list of object factories More...

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

List of all members.

Public Member Functions

 vtkObjectFactoryCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkObjectFactoryCollection ()
 Undocumented Block.
void AddItem (vtkObjectFactory t)
 Add an ObjectFactory from the list.
vtkObjectFactory GetNextItem ()
 Get the next ObjectFactory in the list. Return NULL when the end of the list is reached.
override int IsA (string type)
 Undocumented Block.
new vtkObjectFactoryCollection NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "26vtkObjectFactoryCollection"
 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 vtkObjectFactoryCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkObjectFactoryCollection_AddItem_01 (HandleRef pThis, HandleRef t)
static internal IntPtr vtkObjectFactoryCollection_GetNextItem_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkObjectFactoryCollection_IsA_03 (HandleRef pThis, string type)
static internal int vtkObjectFactoryCollection_IsTypeOf_04 (string type)
static internal IntPtr vtkObjectFactoryCollection_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkObjectFactoryCollection_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkObjectFactoryCollection ()
 Automatically generated type registration mechanics.

Detailed Description

vtkObjectFactoryCollection - maintain a list of object factories

Description vtkObjectFactoryCollection is an object that creates and manipulates lists of object of type vtkObjectFactory.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Add an ObjectFactory from the list.

override void Kitware.VTK.vtkObjectFactoryCollection.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 next ObjectFactory in the list. Return NULL when the end of the list is reached.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

static new int Kitware.VTK.vtkObjectFactoryCollection.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.vtkObjectFactoryCollection.vtkObjectFactoryCollection_AddItem_01 ( HandleRef  pThis,
HandleRef  t 
) [private]
static internal IntPtr Kitware.VTK.vtkObjectFactoryCollection.vtkObjectFactoryCollection_GetNextItem_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkObjectFactoryCollection.vtkObjectFactoryCollection_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkObjectFactoryCollection.vtkObjectFactoryCollection_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkObjectFactoryCollection.vtkObjectFactoryCollection_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkObjectFactoryCollection.vtkObjectFactoryCollection_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkObjectFactoryCollection.MRClassNameKey = "26vtkObjectFactoryCollection" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCollection.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCollection.


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