ActiViz .NET
5.8.0
|
vtkImplicitFunctionCollection - maintain a list of implicit functions More...
Public Member Functions | |
vtkImplicitFunctionCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImplicitFunctionCollection () | |
Undocumented Block. | |
void | AddItem (vtkImplicitFunction f) |
hide the standard AddItem from the user and the compiler. | |
vtkImplicitFunction | GetNextItem () |
hide the standard AddItem from the user and the compiler. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImplicitFunctionCollection | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkImplicitFunctionCollection | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImplicitFunctionCollection | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImplicitFunctionCollection" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "29vtkImplicitFunctionCollection" |
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 | vtkImplicitFunctionCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImplicitFunctionCollection_AddItem_01 (HandleRef pThis, HandleRef f) |
static internal IntPtr | vtkImplicitFunctionCollection_GetNextItem_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImplicitFunctionCollection_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkImplicitFunctionCollection_IsTypeOf_04 (string type) |
static internal IntPtr | vtkImplicitFunctionCollection_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImplicitFunctionCollection_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkImplicitFunctionCollection () |
Automatically generated type registration mechanics. |
vtkImplicitFunctionCollection - maintain a list of implicit functions
Description vtkImplicitFunctionCollection is an object that creates and manipulates lists of objects of type vtkImplicitFunction.
static Kitware.VTK.vtkImplicitFunctionCollection.vtkImplicitFunctionCollection | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImplicitFunctionCollection.vtkImplicitFunctionCollection | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
hide the standard AddItem from the user and the compiler.
override void Kitware.VTK.vtkImplicitFunctionCollection.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.
hide the standard AddItem from the user and the compiler.
override int Kitware.VTK.vtkImplicitFunctionCollection.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new int Kitware.VTK.vtkImplicitFunctionCollection.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new vtkImplicitFunctionCollection Kitware.VTK.vtkImplicitFunctionCollection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new vtkImplicitFunctionCollection Kitware.VTK.vtkImplicitFunctionCollection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static internal void Kitware.VTK.vtkImplicitFunctionCollection.vtkImplicitFunctionCollection_AddItem_01 | ( | HandleRef | pThis, |
HandleRef | f | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImplicitFunctionCollection.vtkImplicitFunctionCollection_GetNextItem_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkImplicitFunctionCollection.vtkImplicitFunctionCollection_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImplicitFunctionCollection.vtkImplicitFunctionCollection_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImplicitFunctionCollection.vtkImplicitFunctionCollection_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImplicitFunctionCollection.vtkImplicitFunctionCollection_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImplicitFunctionCollection.vtkImplicitFunctionCollection_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkImplicitFunctionCollection.MRClassNameKey = "29vtkImplicitFunctionCollection" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.
new const string Kitware.VTK.vtkImplicitFunctionCollection.MRFullTypeName = "Kitware.VTK.vtkImplicitFunctionCollection" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.