ActiViz .NET
5.8.0
|
vtkSplineWidget2 - widget for vtkSplineRepresentation. More...
Public Member Functions | |
vtkSplineWidget2 (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSplineWidget2 () | |
Undocumented Block. | |
override void | CreateDefaultRepresentation () |
Create the default widget representation if one is not set. By default, this is an instance of the vtkSplineRepresentation class. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkSplineWidget2 | NewInstance () |
Undocumented Block. | |
void | SetRepresentation (vtkSplineRepresentation r) |
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene. Note that the representation is a subclass of vtkProp so it can be added to the renderer independent of the widget. | |
Static Public Member Functions | |
static new vtkSplineWidget2 | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSplineWidget2 | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSplineWidget2" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "16vtkSplineWidget2" |
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 | vtkSplineWidget2_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSplineWidget2_CreateDefaultRepresentation_01 (HandleRef pThis) |
static internal int | vtkSplineWidget2_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkSplineWidget2_IsTypeOf_03 (string type) |
static internal IntPtr | vtkSplineWidget2_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSplineWidget2_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSplineWidget2_SetRepresentation_07 (HandleRef pThis, HandleRef r) |
Static Private Member Functions | |
static | vtkSplineWidget2 () |
Automatically generated type registration mechanics. |
vtkSplineWidget2 - widget for vtkSplineRepresentation.
Description vtkSplineWidget2 is the vtkAbstractWidget subclass for vtkSplineRepresentation which manages the interactions with vtkSplineRepresentation. This is based on vtkSplineWidget.
static Kitware.VTK.vtkSplineWidget2.vtkSplineWidget2 | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSplineWidget2.vtkSplineWidget2 | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkSplineWidget2.CreateDefaultRepresentation | ( | ) | [virtual] |
Create the default widget representation if one is not set. By default, this is an instance of the vtkSplineRepresentation class.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
override void Kitware.VTK.vtkSplineWidget2.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.vtkAbstractWidget.
override int Kitware.VTK.vtkSplineWidget2.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
static new int Kitware.VTK.vtkSplineWidget2.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
static new vtkSplineWidget2 Kitware.VTK.vtkSplineWidget2.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
static new vtkSplineWidget2 Kitware.VTK.vtkSplineWidget2.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene. Note that the representation is a subclass of vtkProp so it can be added to the renderer independent of the widget.
static internal void Kitware.VTK.vtkSplineWidget2.vtkSplineWidget2_CreateDefaultRepresentation_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSplineWidget2.vtkSplineWidget2_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSplineWidget2.vtkSplineWidget2_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSplineWidget2.vtkSplineWidget2_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSplineWidget2.vtkSplineWidget2_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSplineWidget2.vtkSplineWidget2_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSplineWidget2.vtkSplineWidget2_SetRepresentation_07 | ( | HandleRef | pThis, |
HandleRef | r | ||
) | [private] |
new readonly string Kitware.VTK.vtkSplineWidget2.MRClassNameKey = "16vtkSplineWidget2" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
new const string Kitware.VTK.vtkSplineWidget2.MRFullTypeName = "Kitware.VTK.vtkSplineWidget2" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractWidget.