ActiViz .NET
5.8.0
|
vtkLogoWidget - 2D widget for placing and manipulating a logo More...
Public Member Functions | |
vtkLogoWidget (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkLogoWidget () | |
Instantiate this class. | |
override void | CreateDefaultRepresentation () |
Create the default widget representation if one is not set. | |
override int | IsA (string type) |
Standar VTK class methods. | |
new vtkLogoWidget | NewInstance () |
Standar VTK class methods. | |
void | SetRepresentation (vtkLogoRepresentation 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 vtkLogoWidget | New () |
Instantiate this class. | |
static new int | IsTypeOf (string type) |
Standar VTK class methods. | |
static new vtkLogoWidget | SafeDownCast (vtkObjectBase o) |
Standar VTK class methods. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkLogoWidget" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkLogoWidget" |
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 | vtkLogoWidget_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkLogoWidget_CreateDefaultRepresentation_01 (HandleRef pThis) |
static internal int | vtkLogoWidget_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkLogoWidget_IsTypeOf_03 (string type) |
static internal IntPtr | vtkLogoWidget_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkLogoWidget_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkLogoWidget_SetRepresentation_07 (HandleRef pThis, HandleRef r) |
Static Private Member Functions | |
static | vtkLogoWidget () |
Automatically generated type registration mechanics. |
vtkLogoWidget - 2D widget for placing and manipulating a logo
Description This class provides support for interactively displaying and manipulating a logo. Logos are defined by an image; this widget simply allows you to interactively place and resize the image logo. To use this widget, simply create a vtkLogoRepresentation (or subclass) and associate it with the vtkLogoWidget.
static Kitware.VTK.vtkLogoWidget.vtkLogoWidget | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkLogoWidget.vtkLogoWidget | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate this class.
override void Kitware.VTK.vtkLogoWidget.CreateDefaultRepresentation | ( | ) | [virtual] |
Create the default widget representation if one is not set.
Reimplemented from Kitware.VTK.vtkBorderWidget.
override void Kitware.VTK.vtkLogoWidget.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.vtkBorderWidget.
override int Kitware.VTK.vtkLogoWidget.IsA | ( | string | type | ) | [virtual] |
Standar VTK class methods.
Reimplemented from Kitware.VTK.vtkBorderWidget.
static new int Kitware.VTK.vtkLogoWidget.IsTypeOf | ( | string | type | ) | [static] |
Standar VTK class methods.
Reimplemented from Kitware.VTK.vtkBorderWidget.
static new vtkLogoWidget Kitware.VTK.vtkLogoWidget.New | ( | ) | [static] |
Instantiate this class.
Reimplemented from Kitware.VTK.vtkBorderWidget.
Standar VTK class methods.
Reimplemented from Kitware.VTK.vtkBorderWidget.
static new vtkLogoWidget Kitware.VTK.vtkLogoWidget.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standar VTK class methods.
Reimplemented from Kitware.VTK.vtkBorderWidget.
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.vtkLogoWidget.vtkLogoWidget_CreateDefaultRepresentation_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLogoWidget.vtkLogoWidget_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkLogoWidget.vtkLogoWidget_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkLogoWidget.vtkLogoWidget_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLogoWidget.vtkLogoWidget_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLogoWidget.vtkLogoWidget_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkLogoWidget.vtkLogoWidget_SetRepresentation_07 | ( | HandleRef | pThis, |
HandleRef | r | ||
) | [private] |
new readonly string Kitware.VTK.vtkLogoWidget.MRClassNameKey = "13vtkLogoWidget" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkBorderWidget.
new const string Kitware.VTK.vtkLogoWidget.MRFullTypeName = "Kitware.VTK.vtkLogoWidget" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkBorderWidget.