ActiViz .NET
5.8.0
|
vtkTransformCollection - maintain a list of transforms More...
Public Member Functions | |
vtkTransformCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTransformCollection () | |
Undocumented Block. | |
void | AddItem (vtkTransform t) |
vtkTransform | GetNextItem () |
override int | IsA (string type) |
Undocumented Block. | |
new vtkTransformCollection | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkTransformCollection | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTransformCollection | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTransformCollection" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkTransformCollection" |
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 | vtkTransformCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTransformCollection_AddItem_01 (HandleRef pThis, HandleRef t) |
static internal IntPtr | vtkTransformCollection_GetNextItem_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkTransformCollection_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkTransformCollection_IsTypeOf_04 (string type) |
static internal IntPtr | vtkTransformCollection_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTransformCollection_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkTransformCollection () |
Automatically generated type registration mechanics. |
vtkTransformCollection - maintain a list of transforms
static Kitware.VTK.vtkTransformCollection.vtkTransformCollection | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTransformCollection.vtkTransformCollection | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
----------------------------------------------------------------------------
override void Kitware.VTK.vtkTransformCollection.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.
----------------------------------------------------------------------------
override int Kitware.VTK.vtkTransformCollection.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new int Kitware.VTK.vtkTransformCollection.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new vtkTransformCollection Kitware.VTK.vtkTransformCollection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new vtkTransformCollection Kitware.VTK.vtkTransformCollection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static internal void Kitware.VTK.vtkTransformCollection.vtkTransformCollection_AddItem_01 | ( | HandleRef | pThis, |
HandleRef | t | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTransformCollection.vtkTransformCollection_GetNextItem_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkTransformCollection.vtkTransformCollection_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTransformCollection.vtkTransformCollection_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTransformCollection.vtkTransformCollection_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTransformCollection.vtkTransformCollection_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTransformCollection.vtkTransformCollection_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkTransformCollection.MRClassNameKey = "22vtkTransformCollection" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.
new const string Kitware.VTK.vtkTransformCollection.MRFullTypeName = "Kitware.VTK.vtkTransformCollection" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.