ActiViz .NET
5.8.0
|
vtkOverrideInformation - Factory object override information More...
Public Member Functions | |
vtkOverrideInformation (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkOverrideInformation () | |
Undocumented Block. | |
string | GetClassOverrideName () |
Returns the name of the class being overriden. For example, if you had a factory that provided an override for vtkVertex, then this funciton would return "vtkVertex". | |
string | GetClassOverrideWithName () |
Returns the name of the class that will override the class. For example, if you had a factory that provided an override for vtkVertex called vtkMyVertex, then this would return "vtkMyVertex". | |
string | GetDescription () |
Return a human readable or GUI displayable description of this override. | |
vtkObjectFactory | GetObjectFactory () |
Return the specific object factory that this override occurs in. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkOverrideInformation | NewInstance () |
Undocumented Block. | |
virtual void | SetClassOverrideName (string _arg) |
Set the class override name. | |
virtual void | SetClassOverrideWithName (string _arg) |
Set the class override with name. | |
virtual void | SetDescription (string _arg) |
Set the description. | |
Static Public Member Functions | |
static new vtkOverrideInformation | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkOverrideInformation | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkOverrideInformation" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkOverrideInformation" |
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 | vtkOverrideInformation_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkOverrideInformation_GetClassOverrideName_01 (HandleRef pThis) |
static internal IntPtr | vtkOverrideInformation_GetClassOverrideWithName_02 (HandleRef pThis) |
static internal IntPtr | vtkOverrideInformation_GetDescription_03 (HandleRef pThis) |
static internal IntPtr | vtkOverrideInformation_GetObjectFactory_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkOverrideInformation_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkOverrideInformation_IsTypeOf_06 (string type) |
static internal IntPtr | vtkOverrideInformation_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkOverrideInformation_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkOverrideInformation_SetClassOverrideName_10 (HandleRef pThis, string _arg) |
static internal void | vtkOverrideInformation_SetClassOverrideWithName_11 (HandleRef pThis, string _arg) |
static internal void | vtkOverrideInformation_SetDescription_12 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkOverrideInformation () |
Automatically generated type registration mechanics. |
vtkOverrideInformation - Factory object override information
Description vtkOverrideInformation is used to represent the information about a class which is overriden in a vtkObjectFactory.
static Kitware.VTK.vtkOverrideInformation.vtkOverrideInformation | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkOverrideInformation.vtkOverrideInformation | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkOverrideInformation.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.vtkObject.
Returns the name of the class that will override the class. For example, if you had a factory that provided an override for vtkVertex called vtkMyVertex, then this would return "vtkMyVertex".
Return a human readable or GUI displayable description of this override.
Return the specific object factory that this override occurs in.
override int Kitware.VTK.vtkOverrideInformation.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkOverrideInformation.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkOverrideInformation Kitware.VTK.vtkOverrideInformation.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkOverrideInformation Kitware.VTK.vtkOverrideInformation.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
virtual void Kitware.VTK.vtkOverrideInformation.SetClassOverrideName | ( | string | _arg | ) | [virtual] |
Set the class override name.
virtual void Kitware.VTK.vtkOverrideInformation.SetClassOverrideWithName | ( | string | _arg | ) | [virtual] |
Set the class override with name.
virtual void Kitware.VTK.vtkOverrideInformation.SetDescription | ( | string | _arg | ) | [virtual] |
Set the description.
static internal IntPtr Kitware.VTK.vtkOverrideInformation.vtkOverrideInformation_GetClassOverrideName_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkOverrideInformation.vtkOverrideInformation_GetClassOverrideWithName_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkOverrideInformation.vtkOverrideInformation_GetDescription_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkOverrideInformation.vtkOverrideInformation_GetObjectFactory_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkOverrideInformation.vtkOverrideInformation_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkOverrideInformation.vtkOverrideInformation_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkOverrideInformation.vtkOverrideInformation_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkOverrideInformation.vtkOverrideInformation_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkOverrideInformation.vtkOverrideInformation_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkOverrideInformation.vtkOverrideInformation_SetClassOverrideName_10 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkOverrideInformation.vtkOverrideInformation_SetClassOverrideWithName_11 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkOverrideInformation.vtkOverrideInformation_SetDescription_12 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkOverrideInformation.MRClassNameKey = "22vtkOverrideInformation" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkOverrideInformation.MRFullTypeName = "Kitware.VTK.vtkOverrideInformation" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.