VTK
9.1.0
|
2D widget for manipulating a marker prop More...
#include <vtkOrientationMarkerWidget.h>
Public Types | |
typedef vtkInteractorObserver | Superclass |
![]() | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual vtkTypeBool | IsA (const char *type) |
Return 1 if this class is the same type of (or a subclass of) the named class. More... | |
vtkOrientationMarkerWidget * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) override |
Methods invoked by print to print information about the object including superclasses. More... | |
void | SetEnabled (int) override |
Enable/disable the widget. More... | |
void | ExecuteCameraUpdateEvent (vtkObject *o, unsigned long event, void *calldata) |
Callback to keep the camera for the orientation marker up to date with the camera in the parent renderer. More... | |
void | EndInteraction () override |
Ends any in progress interaction and resets border visibility. More... | |
void | SetShouldConstrainSize (const vtkTypeBool shouldConstrainSize) |
Set/get whether the widget should constrain the size to be within the min and max limits. More... | |
virtual vtkTypeBool | GetShouldConstrainSize () |
bool | SetSizeConstraintDimensionSizes (const int minDimensionSize, const int maxDimensionSize) |
Sets the minimum and maximum dimension (width and height) size limits for the widget. More... | |
virtual int | GetMinDimensionSize () |
Returns the minimum dimension (width and height) size limit in pixels for the widget. More... | |
virtual int | GetMaxDimensionSize () |
Returns the maximum dimension (width and height) size limit in pixels for the widget. More... | |
virtual void | SetOrientationMarker (vtkProp *prop) |
Set/get the orientation marker to be displayed in this widget. More... | |
virtual vtkProp * | GetOrientationMarker () |
Set/get the orientation marker to be displayed in this widget. More... | |
void | SetInteractive (vtkTypeBool interact) |
Set/get whether to allow this widget to be interactively moved/scaled. More... | |
virtual vtkTypeBool | GetInteractive () |
Set/get whether to allow this widget to be interactively moved/scaled. More... | |
virtual void | InteractiveOn () |
Set/get whether to allow this widget to be interactively moved/scaled. More... | |
virtual void | InteractiveOff () |
Set/get whether to allow this widget to be interactively moved/scaled. More... | |
void | SetOutlineColor (double r, double g, double b) |
Set/get the color of the outline of this widget. More... | |
double * | GetOutlineColor () |
Set/get the color of the outline of this widget. More... | |
virtual void | SetViewport (double, double, double, double) |
Set/get the viewport to position/size this widget. More... | |
virtual void | SetViewport (double[4]) |
Set/get the viewport to position/size this widget. More... | |
virtual double * | GetViewport () |
Set/get the viewport to position/size this widget. More... | |
virtual void | GetViewport (double &, double &, double &, double &) |
Set/get the viewport to position/size this widget. More... | |
virtual void | GetViewport (double[4]) |
Set/get the viewport to position/size this widget. More... | |
virtual void | SetTolerance (int) |
The tolerance representing the distance to the widget (in pixels) in which the cursor is considered to be on the widget, or on a widget feature (e.g., a corner point or edge). More... | |
virtual int | GetTolerance () |
The tolerance representing the distance to the widget (in pixels) in which the cursor is considered to be on the widget, or on a widget feature (e.g., a corner point or edge). More... | |
virtual void | SetZoom (double) |
The zoom factor to modify the size of the marker within the widget. More... | |
virtual double | GetZoom () |
The zoom factor to modify the size of the marker within the widget. More... | |
void | Modified () override |
Need to reimplement this->Modified() because of the vtkSetVector4Macro/vtkGetVector4Macro use. More... | |
![]() | |
virtual vtkTypeBool | IsA (const char *type) |
Return 1 if this class is the same type of (or a subclass of) the named class. More... | |
vtkInteractorObserver * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) override |
Methods invoked by print to print information about the object including superclasses. More... | |
virtual void | SetEnabled (int) |
Methods for turning the interactor observer on and off, and determining its state. More... | |
int | GetEnabled () |
void | EnabledOn () |
void | EnabledOff () |
void | On () |
void | Off () |
virtual void | OnChar () |
Sets up the keypress-i event. More... | |
virtual void | SetInteractor (vtkRenderWindowInteractor *iren) |
This method is used to associate the widget with the render window interactor. More... | |
virtual vtkRenderWindowInteractor * | GetInteractor () |
This method is used to associate the widget with the render window interactor. More... | |
virtual void | SetPriority (float) |
Set/Get the priority at which events are processed. More... | |
virtual float | GetPriority () |
Set/Get the priority at which events are processed. More... | |
virtual void | PickingManagedOn () |
Enable/Disable the use of a manager to process the picking. More... | |
virtual void | PickingManagedOff () |
Enable/Disable the use of a manager to process the picking. More... | |
virtual void | SetPickingManaged (bool managed) |
Enable/Disable the use of a manager to process the picking. More... | |
virtual bool | GetPickingManaged () |
Enable/Disable the use of a manager to process the picking. More... | |
virtual void | SetKeyPressActivation (vtkTypeBool) |
Enable/Disable of the use of a keypress to turn on and off the interactor observer. More... | |
virtual vtkTypeBool | GetKeyPressActivation () |
Enable/Disable of the use of a keypress to turn on and off the interactor observer. More... | |
virtual void | KeyPressActivationOn () |
Enable/Disable of the use of a keypress to turn on and off the interactor observer. More... | |
virtual void | KeyPressActivationOff () |
Enable/Disable of the use of a keypress to turn on and off the interactor observer. More... | |
virtual void | SetKeyPressActivationValue (char) |
Specify which key press value to use to activate the interactor observer (if key press activation is enabled). More... | |
virtual char | GetKeyPressActivationValue () |
Specify which key press value to use to activate the interactor observer (if key press activation is enabled). More... | |
virtual vtkRenderer * | GetDefaultRenderer () |
Set/Get the default renderer to use when activating the interactor observer. More... | |
virtual void | SetDefaultRenderer (vtkRenderer *) |
Set/Get the default renderer to use when activating the interactor observer. More... | |
virtual vtkRenderer * | GetCurrentRenderer () |
Set/Get the current renderer. More... | |
virtual void | SetCurrentRenderer (vtkRenderer *) |
Set/Get the current renderer. More... | |
void | GrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) |
These methods enable an interactor observer to exclusively grab all events invoked by its associated vtkRenderWindowInteractor. More... | |
void | ReleaseFocus () |
These methods enable an interactor observer to exclusively grab all events invoked by its associated vtkRenderWindowInteractor. More... | |
![]() | |
vtkBaseTypeMacro (vtkObject, vtkObjectBase) | |
virtual void | DebugOn () |
Turn debugging output on. More... | |
virtual void | DebugOff () |
Turn debugging output off. More... | |
bool | GetDebug () |
Get the value of the debug flag. More... | |
void | SetDebug (bool debugFlag) |
Set the value of the debug flag. More... | |
virtual void | Modified () |
Update the modification time for this object. More... | |
virtual vtkMTimeType | GetMTime () |
Return this object's modified time. More... | |
void | PrintSelf (ostream &os, vtkIndent indent) override |
Methods invoked by print to print information about the object including superclasses. More... | |
void | RemoveObserver (unsigned long tag) |
void | RemoveObservers (unsigned long event) |
void | RemoveObservers (const char *event) |
void | RemoveAllObservers () |
vtkTypeBool | HasObserver (unsigned long event) |
vtkTypeBool | HasObserver (const char *event) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
vtkCommand * | GetCommand (unsigned long tag) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
void | RemoveObserver (vtkCommand *) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
void | RemoveObservers (unsigned long event, vtkCommand *) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
void | RemoveObservers (const char *event, vtkCommand *) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More... | |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More... | |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
Allow user to set the AbortFlagOn() with the return value of the callback method. More... | |
int | InvokeEvent (unsigned long event, void *callData) |
This method invokes an event and return whether the event was aborted or not. More... | |
int | InvokeEvent (const char *event, void *callData) |
This method invokes an event and return whether the event was aborted or not. More... | |
![]() | |
const char * | GetClassName () const |
Return the class name as a string. More... | |
virtual vtkTypeBool | IsA (const char *name) |
Return 1 if this class is the same type of (or a subclass of) the named class. More... | |
virtual vtkIdType | GetNumberOfGenerationsFromBase (const char *name) |
Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More... | |
virtual void | Delete () |
Delete a VTK object. More... | |
virtual void | FastDelete () |
Delete a reference to this object. More... | |
void | InitializeObjectBase () |
void | Print (ostream &os) |
Print an object to an ostream. More... | |
virtual void | Register (vtkObjectBase *o) |
Increase the reference count (mark as used by another object). More... | |
virtual void | UnRegister (vtkObjectBase *o) |
Decrease the reference count (release by another object). More... | |
int | GetReferenceCount () |
Return the current reference count of this object. More... | |
void | SetReferenceCount (int) |
Sets the reference count. More... | |
bool | GetIsInMemkind () const |
A local state flag that remembers whether this object lives in the normal or extended memory space. More... | |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
Methods invoked by print to print information about the object including superclasses. More... | |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
Methods invoked by print to print information about the object including superclasses. More... | |
Static Public Member Functions | |
static vtkOrientationMarkerWidget * | New () |
static vtkTypeBool | IsTypeOf (const char *type) |
static vtkOrientationMarkerWidget * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static vtkTypeBool | IsTypeOf (const char *type) |
static vtkInteractorObserver * | SafeDownCast (vtkObjectBase *o) |
static void | ComputeDisplayToWorld (vtkRenderer *ren, double x, double y, double z, double worldPt[4]) |
Convenience methods for outside classes. More... | |
static void | ComputeWorldToDisplay (vtkRenderer *ren, double x, double y, double z, double displayPt[3]) |
Convenience methods for outside classes. More... | |
![]() | |
static vtkObject * | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
static void | BreakOnError () |
This method is called when vtkErrorMacro executes. More... | |
static void | SetGlobalWarningDisplay (int val) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
static void | GlobalWarningDisplayOn () |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
static void | GlobalWarningDisplayOff () |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
static int | GetGlobalWarningDisplay () |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
![]() | |
static vtkTypeBool | IsTypeOf (const char *name) |
Return 1 if this class type is the same type of (or a subclass of) the named class. More... | |
static vtkIdType | GetNumberOfGenerationsFromBaseType (const char *name) |
Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More... | |
static vtkObjectBase * | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
static void | SetMemkindDirectory (const char *directoryname) |
The name of a directory, ideally mounted -o dax, to memory map an extended memory space within. More... | |
static bool | GetUsingMemkind () |
A global state flag that controls whether vtkObjects are constructed in the usual way (the default) or within the extended memory space. More... | |
Protected Types | |
enum | WidgetState { Outside = 0 , Inside , Translating , AdjustingP1 , AdjustingP2 , AdjustingP3 , AdjustingP4 } |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkOrientationMarkerWidget () | |
~vtkOrientationMarkerWidget () override | |
virtual void | OnLeftButtonDown () |
virtual void | OnLeftButtonUp () |
virtual void | OnMouseMove () |
virtual int | ComputeStateBasedOnPosition (int X, int Y, int *pos1, int *pos2) |
virtual void | SetCursor (int state) |
void | MoveWidget (int X, int Y) |
void | ResizeTopLeft (int X, int Y) |
void | ResizeTopRight (int X, int Y) |
void | ResizeBottomLeft (int X, int Y) |
void | ResizeBottomRight (int X, int Y) |
void | SquareRenderer () |
void | UpdateOutline () |
void | UpdateViewport () |
void | UpdateInternalViewport () |
void | ResizeToFitSizeConstraints () |
![]() | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkInteractorObserver () | |
~vtkInteractorObserver () override | |
virtual void | RegisterPickers () |
Register internal Pickers in the Picking Manager. More... | |
void | UnRegisterPickers () |
Unregister internal pickers from the Picking Manager. More... | |
vtkPickingManager * | GetPickingManager () |
Return the picking manager associated on the context on which the observer currently belong. More... | |
vtkAssemblyPath * | GetAssemblyPath (double X, double Y, double Z, vtkAbstractPropPicker *picker) |
Proceed to a pick, whether through the PickingManager if the picking is managed or directly using the picker, and return the assembly path. More... | |
int | RequestCursorShape (int requestedShape) |
virtual void | StartInteraction () |
Utility routines used to start and end interaction. More... | |
void | ComputeDisplayToWorld (double x, double y, double z, double worldPt[4]) |
Helper method for subclasses. More... | |
void | ComputeWorldToDisplay (double x, double y, double z, double displayPt[3]) |
Helper method for subclasses. More... | |
![]() | |
vtkObject () | |
~vtkObject () override | |
void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) override |
void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) |
These methods allow a command to exclusively grab all events. More... | |
void | InternalReleaseFocus () |
These methods allow a command to exclusively grab all events. More... | |
![]() | |
vtkObjectBase () | |
virtual | ~vtkObjectBase () |
virtual void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) |
virtual void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
Static Protected Member Functions | |
static void | ProcessEvents (vtkObject *object, unsigned long event, void *clientdata, void *calldata) |
![]() | |
static void | ProcessEvents (vtkObject *object, unsigned long event, void *clientdata, void *calldata) |
Handles the char widget activation event. More... | |
![]() | |
static vtkMallocingFunction | GetCurrentMallocFunction () |
static vtkReallocingFunction | GetCurrentReallocFunction () |
static vtkFreeingFunction | GetCurrentFreeFunction () |
static vtkFreeingFunction | GetAlternateFreeFunction () |
2D widget for manipulating a marker prop
This class provides support for interactively manipulating the position, size, and apparent orientation of a prop that represents an orientation marker. This class works by adding its internal renderer to an external "parent" renderer on a different layer. The input orientation marker is rendered as an overlay on the parent renderer and, thus, appears superposed over all props in the parent's scene. The camera view of the orientation the marker is made to match that of the parent's by means of an observer mechanism, giving the illusion that the orientation of the marker reflects that of the prop(s) in the parent's scene.
The widget listens to left mouse button and mouse movement events. It will change the cursor shape based on its location. If the cursor is over the overlay renderer, it will change the cursor shape to a SIZEALL shape or to a resize corner shape (e.g., SIZENW) if the cursor is near a corner. If the left mouse button is pressed and held down while moving, the overlay renderer, and hence, the orientation marker, is resized or moved. I the case of a resize operation, releasing the left mouse button causes the widget to enforce its renderer to be square. The diagonally opposite corner to the one moved is repositioned such that all edges of the renderer have the same length: the minimum.
To use this object, there are two key steps: 1) invoke SetInteractor() with the argument of the method a vtkRenderWindowInteractor, and 2) invoke SetOrientationMarker with an instance of vtkProp (see caveats below). Specifically, vtkAxesActor and vtkAnnotatedCubeActor are two classes designed to work with this class. A composite orientation marker can be generated by adding instances of vtkAxesActor and vtkAnnotatedCubeActor to a vtkPropAssembly, which can then be set as the input orientation marker. The widget can be also be set up in a non-interactive fashion by setting Ineractive to Off and sizing/placing the overlay renderer in its parent renderer by calling the widget's SetViewport method.
Definition at line 190 of file vtkOrientationMarkerWidget.h.
Definition at line 194 of file vtkOrientationMarkerWidget.h.
|
protected |
Enumerator | |
---|---|
Outside | |
Inside | |
Translating | |
AdjustingP1 | |
AdjustingP2 | |
AdjustingP3 | |
AdjustingP4 |
Definition at line 355 of file vtkOrientationMarkerWidget.h.
|
protected |
|
overrideprotected |
|
static |
|
static |
|
virtual |
Return 1 if this class is the same type of (or a subclass of) the named class.
Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkInteractorObserver.
|
static |
|
protectedvirtual |
Reimplemented from vtkInteractorObserver.
vtkOrientationMarkerWidget * vtkOrientationMarkerWidget::NewInstance | ( | ) | const |
|
overridevirtual |
|
virtual |
Set/get the orientation marker to be displayed in this widget.
|
virtual |
Set/get the orientation marker to be displayed in this widget.
|
overridevirtual |
void vtkOrientationMarkerWidget::ExecuteCameraUpdateEvent | ( | vtkObject * | o, |
unsigned long | event, | ||
void * | calldata | ||
) |
Callback to keep the camera for the orientation marker up to date with the camera in the parent renderer.
void vtkOrientationMarkerWidget::SetInteractive | ( | vtkTypeBool | interact | ) |
Set/get whether to allow this widget to be interactively moved/scaled.
Default is On.
|
virtual |
Set/get whether to allow this widget to be interactively moved/scaled.
Default is On.
|
virtual |
Set/get whether to allow this widget to be interactively moved/scaled.
Default is On.
|
virtual |
Set/get whether to allow this widget to be interactively moved/scaled.
Default is On.
void vtkOrientationMarkerWidget::SetOutlineColor | ( | double | r, |
double | g, | ||
double | b | ||
) |
Set/get the color of the outline of this widget.
The outline is visible when (in interactive mode) the cursor is over this widget. Default is white (1,1,1).
double * vtkOrientationMarkerWidget::GetOutlineColor | ( | ) |
Set/get the color of the outline of this widget.
The outline is visible when (in interactive mode) the cursor is over this widget. Default is white (1,1,1).
|
virtual |
Set/get the viewport to position/size this widget.
Coordinates are expressed as (xmin,ymin,xmax,ymax), where each coordinate is 0 <= coordinate <= 1.0. Default is bottom left corner (0,0,0.2,0.2). Note that this viewport is scaled with respect to the viewport of the current renderer i.e. if the viewport of the current renderer is (0.5, 0.5, 0.75, 0.75) and Viewport is set to (0, 0, 1, 1), the orientation marker will be confined to a viewport of (0.5, 0.5, 0.75, 0.75) in the render window.
|
virtual |
Set/get the viewport to position/size this widget.
Coordinates are expressed as (xmin,ymin,xmax,ymax), where each coordinate is 0 <= coordinate <= 1.0. Default is bottom left corner (0,0,0.2,0.2). Note that this viewport is scaled with respect to the viewport of the current renderer i.e. if the viewport of the current renderer is (0.5, 0.5, 0.75, 0.75) and Viewport is set to (0, 0, 1, 1), the orientation marker will be confined to a viewport of (0.5, 0.5, 0.75, 0.75) in the render window.
|
virtual |
Set/get the viewport to position/size this widget.
Coordinates are expressed as (xmin,ymin,xmax,ymax), where each coordinate is 0 <= coordinate <= 1.0. Default is bottom left corner (0,0,0.2,0.2). Note that this viewport is scaled with respect to the viewport of the current renderer i.e. if the viewport of the current renderer is (0.5, 0.5, 0.75, 0.75) and Viewport is set to (0, 0, 1, 1), the orientation marker will be confined to a viewport of (0.5, 0.5, 0.75, 0.75) in the render window.
|
virtual |
Set/get the viewport to position/size this widget.
Coordinates are expressed as (xmin,ymin,xmax,ymax), where each coordinate is 0 <= coordinate <= 1.0. Default is bottom left corner (0,0,0.2,0.2). Note that this viewport is scaled with respect to the viewport of the current renderer i.e. if the viewport of the current renderer is (0.5, 0.5, 0.75, 0.75) and Viewport is set to (0, 0, 1, 1), the orientation marker will be confined to a viewport of (0.5, 0.5, 0.75, 0.75) in the render window.
|
virtual |
Set/get the viewport to position/size this widget.
Coordinates are expressed as (xmin,ymin,xmax,ymax), where each coordinate is 0 <= coordinate <= 1.0. Default is bottom left corner (0,0,0.2,0.2). Note that this viewport is scaled with respect to the viewport of the current renderer i.e. if the viewport of the current renderer is (0.5, 0.5, 0.75, 0.75) and Viewport is set to (0, 0, 1, 1), the orientation marker will be confined to a viewport of (0.5, 0.5, 0.75, 0.75) in the render window.
|
virtual |
The tolerance representing the distance to the widget (in pixels) in which the cursor is considered to be on the widget, or on a widget feature (e.g., a corner point or edge).
|
virtual |
The tolerance representing the distance to the widget (in pixels) in which the cursor is considered to be on the widget, or on a widget feature (e.g., a corner point or edge).
|
virtual |
The zoom factor to modify the size of the marker within the widget.
Default is 1.0.
|
virtual |
The zoom factor to modify the size of the marker within the widget.
Default is 1.0.
|
overridevirtual |
Need to reimplement this->Modified() because of the vtkSetVector4Macro/vtkGetVector4Macro use.
Reimplemented from vtkObject.
|
overridevirtual |
Ends any in progress interaction and resets border visibility.
Reimplemented from vtkInteractorObserver.
void vtkOrientationMarkerWidget::SetShouldConstrainSize | ( | const vtkTypeBool | shouldConstrainSize | ) |
Set/get whether the widget should constrain the size to be within the min and max limits.
Default is off (unconstrained).
|
virtual |
bool vtkOrientationMarkerWidget::SetSizeConstraintDimensionSizes | ( | const int | minDimensionSize, |
const int | maxDimensionSize | ||
) |
Sets the minimum and maximum dimension (width and height) size limits for the widget.
Validates the sizes are within tolerances before setting; ignoring otherwise. Default is 20, 500. Returns whether the sizes are valid and correctly set (true), or invalid (false).
|
virtual |
Returns the minimum dimension (width and height) size limit in pixels for the widget.
|
virtual |
Returns the maximum dimension (width and height) size limit in pixels for the widget.
|
staticprotected |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 324 of file vtkOrientationMarkerWidget.h.
|
protected |
Definition at line 325 of file vtkOrientationMarkerWidget.h.
|
protected |
Definition at line 326 of file vtkOrientationMarkerWidget.h.
|
protected |
Definition at line 327 of file vtkOrientationMarkerWidget.h.
|
protected |
Definition at line 329 of file vtkOrientationMarkerWidget.h.
|
protected |
Definition at line 340 of file vtkOrientationMarkerWidget.h.
|
protected |
Definition at line 342 of file vtkOrientationMarkerWidget.h.
|
protected |
Definition at line 343 of file vtkOrientationMarkerWidget.h.
|
protected |
Definition at line 344 of file vtkOrientationMarkerWidget.h.
|
protected |
Definition at line 345 of file vtkOrientationMarkerWidget.h.
|
protected |
Definition at line 348 of file vtkOrientationMarkerWidget.h.
|
protected |
Definition at line 351 of file vtkOrientationMarkerWidget.h.
|
protected |
Definition at line 354 of file vtkOrientationMarkerWidget.h.
|
protected |
Definition at line 367 of file vtkOrientationMarkerWidget.h.
|
protected |
Definition at line 369 of file vtkOrientationMarkerWidget.h.
|
protected |
Definition at line 371 of file vtkOrientationMarkerWidget.h.