ActiViz .NET
5.8.0
|
vtkParallelopipedWidget - a widget to manipulate 3D parallelopipeds More...
Public Member Functions | |
vtkParallelopipedWidget (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkParallelopipedWidget () | |
Instantiate the object. | |
override void | CreateDefaultRepresentation () |
Create the default widget representation if one is not set. | |
virtual void | EnableChairCreationOff () |
Enable/disable the creation of a chair on this widget. If off, chairs cannot be created. | |
virtual void | EnableChairCreationOn () |
Enable/disable the creation of a chair on this widget. If off, chairs cannot be created. | |
virtual int | GetEnableChairCreation () |
Enable/disable the creation of a chair on this widget. If off, chairs cannot be created. | |
vtkParallelopipedRepresentation | GetParallelopipedRepresentation () |
Return the representation as a vtkParallelopipedRepresentation. | |
override int | IsA (string type) |
Instantiate the object. | |
new vtkParallelopipedWidget | NewInstance () |
Instantiate the object. | |
virtual void | SetEnableChairCreation (int _arg) |
Enable/disable the creation of a chair on this widget. If off, chairs cannot be created. | |
override void | SetEnabled (int arg0) |
Override the superclass method. This is a composite widget, (it internally consists of handle widgets). We will override the superclass method, so that we can pass the enabled state to the internal widgets as well. | |
override void | SetProcessEvents (int arg0) |
Methods to change the whether the widget responds to interaction. Overridden to pass the state to component widgets. | |
void | SetRepresentation (vtkParallelopipedRepresentation 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 vtkParallelopipedWidget | New () |
Instantiate the object. | |
static new int | IsTypeOf (string type) |
Instantiate the object. | |
static new vtkParallelopipedWidget | SafeDownCast (vtkObjectBase o) |
Instantiate the object. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkParallelopipedWidget" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "23vtkParallelopipedWidget" |
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 | vtkParallelopipedWidget_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkParallelopipedWidget_CreateDefaultRepresentation_01 (HandleRef pThis) |
static internal void | vtkParallelopipedWidget_EnableChairCreationOff_02 (HandleRef pThis) |
static internal void | vtkParallelopipedWidget_EnableChairCreationOn_03 (HandleRef pThis) |
static internal int | vtkParallelopipedWidget_GetEnableChairCreation_04 (HandleRef pThis) |
static internal IntPtr | vtkParallelopipedWidget_GetParallelopipedRepresentation_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkParallelopipedWidget_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkParallelopipedWidget_IsTypeOf_07 (string type) |
static internal IntPtr | vtkParallelopipedWidget_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkParallelopipedWidget_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkParallelopipedWidget_SetEnableChairCreation_11 (HandleRef pThis, int _arg) |
static internal void | vtkParallelopipedWidget_SetEnabled_12 (HandleRef pThis, int arg0) |
static internal void | vtkParallelopipedWidget_SetProcessEvents_13 (HandleRef pThis, int arg0) |
static internal void | vtkParallelopipedWidget_SetRepresentation_14 (HandleRef pThis, HandleRef r) |
Static Private Member Functions | |
static | vtkParallelopipedWidget () |
Automatically generated type registration mechanics. |
vtkParallelopipedWidget - a widget to manipulate 3D parallelopipeds
Description This widget was designed with the aim of visualizing / probing cuts on a skewed image data / structured grid.
Interaction The widget allows you to create a parallelopiped (defined by 8 handles). The widget is initially placed by using the "PlaceWidget" method in the representation class. After the widget has been created, the following interactions may be used to manipulate it : 1) Click on a handle and drag it around moves the handle in space, while keeping the same axis alignment of the parallelopiped 2) Dragging a handle with the shift button pressed resizes the piped along an axis. 3) Control-click on a handle creates a chair at that position. (A chair is a depression in the piped that allows you to visualize cuts in the volume). 4) Clicking on a chair and dragging it around moves the chair within the piped. 5) Shift-click on the piped enables you to translate it.
Caveats
static Kitware.VTK.vtkParallelopipedWidget.vtkParallelopipedWidget | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkParallelopipedWidget.vtkParallelopipedWidget | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate the object.
override void Kitware.VTK.vtkParallelopipedWidget.CreateDefaultRepresentation | ( | ) | [virtual] |
Create the default widget representation if one is not set.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
override void Kitware.VTK.vtkParallelopipedWidget.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.
virtual void Kitware.VTK.vtkParallelopipedWidget.EnableChairCreationOff | ( | ) | [virtual] |
Enable/disable the creation of a chair on this widget. If off, chairs cannot be created.
virtual void Kitware.VTK.vtkParallelopipedWidget.EnableChairCreationOn | ( | ) | [virtual] |
Enable/disable the creation of a chair on this widget. If off, chairs cannot be created.
virtual int Kitware.VTK.vtkParallelopipedWidget.GetEnableChairCreation | ( | ) | [virtual] |
Enable/disable the creation of a chair on this widget. If off, chairs cannot be created.
vtkParallelopipedRepresentation Kitware.VTK.vtkParallelopipedWidget.GetParallelopipedRepresentation | ( | ) |
Return the representation as a vtkParallelopipedRepresentation.
override int Kitware.VTK.vtkParallelopipedWidget.IsA | ( | string | type | ) | [virtual] |
Instantiate the object.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
static new int Kitware.VTK.vtkParallelopipedWidget.IsTypeOf | ( | string | type | ) | [static] |
Instantiate the object.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
static new vtkParallelopipedWidget Kitware.VTK.vtkParallelopipedWidget.New | ( | ) | [static] |
Instantiate the object.
Reimplemented from Kitware.VTK.vtkObject.
Instantiate the object.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
static new vtkParallelopipedWidget Kitware.VTK.vtkParallelopipedWidget.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Instantiate the object.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
virtual void Kitware.VTK.vtkParallelopipedWidget.SetEnableChairCreation | ( | int | _arg | ) | [virtual] |
Enable/disable the creation of a chair on this widget. If off, chairs cannot be created.
override void Kitware.VTK.vtkParallelopipedWidget.SetEnabled | ( | int | arg0 | ) | [virtual] |
Override the superclass method. This is a composite widget, (it internally consists of handle widgets). We will override the superclass method, so that we can pass the enabled state to the internal widgets as well.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
override void Kitware.VTK.vtkParallelopipedWidget.SetProcessEvents | ( | int | arg0 | ) | [virtual] |
Methods to change the whether the widget responds to interaction. Overridden to pass the state to component widgets.
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.vtkParallelopipedWidget.vtkParallelopipedWidget_CreateDefaultRepresentation_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelopipedWidget.vtkParallelopipedWidget_EnableChairCreationOff_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelopipedWidget.vtkParallelopipedWidget_EnableChairCreationOn_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkParallelopipedWidget.vtkParallelopipedWidget_GetEnableChairCreation_04 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelopipedWidget.vtkParallelopipedWidget_GetParallelopipedRepresentation_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkParallelopipedWidget.vtkParallelopipedWidget_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkParallelopipedWidget.vtkParallelopipedWidget_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelopipedWidget.vtkParallelopipedWidget_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelopipedWidget.vtkParallelopipedWidget_NewInstance_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelopipedWidget.vtkParallelopipedWidget_SafeDownCast_10 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedWidget.vtkParallelopipedWidget_SetEnableChairCreation_11 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedWidget.vtkParallelopipedWidget_SetEnabled_12 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedWidget.vtkParallelopipedWidget_SetProcessEvents_13 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedWidget.vtkParallelopipedWidget_SetRepresentation_14 | ( | HandleRef | pThis, |
HandleRef | r | ||
) | [private] |
new readonly string Kitware.VTK.vtkParallelopipedWidget.MRClassNameKey = "23vtkParallelopipedWidget" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
new const string Kitware.VTK.vtkParallelopipedWidget.MRFullTypeName = "Kitware.VTK.vtkParallelopipedWidget" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractWidget.