ActiViz .NET
5.8.0
|
vtkObjectFactoryCollection - maintain a list of object factories More...
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. |
vtkObjectFactoryCollection - maintain a list of object factories
Description vtkObjectFactoryCollection is an object that creates and manipulates lists of object of type vtkObjectFactory.
static Kitware.VTK.vtkObjectFactoryCollection.vtkObjectFactoryCollection | ( | ) | [static, private] |
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.
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.
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.
static new vtkObjectFactoryCollection Kitware.VTK.vtkObjectFactoryCollection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new vtkObjectFactoryCollection Kitware.VTK.vtkObjectFactoryCollection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
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 int Kitware.VTK.vtkObjectFactoryCollection.vtkObjectFactoryCollection_IsTypeOf_04 | ( | 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] |
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.