VTK
|
orthogonal hexahedron 3D widget More...
#include <vtkBoxWidget.h>
Public Types | |
typedef vtk3DWidget | Superclass |
![]() | |
typedef vtkInteractorObserver | Superclass |
![]() | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
Return 1 if this class is the same type of (or a subclass of) the named class. More... | |
vtkBoxWidget * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Methods invoked by print to print information about the object including superclasses. More... | |
void | GetPlanes (vtkPlanes *planes) |
Get the planes describing the implicit function defined by the box widget. More... | |
virtual void | GetTransform (vtkTransform *t) |
Retrieve a linear transform characterizing the transformation of the box. More... | |
virtual void | SetTransform (vtkTransform *t) |
Set the position, scale and orientation of the box widget using the transform specified. More... | |
void | GetPolyData (vtkPolyData *pd) |
Grab the polydata (including points) that define the box widget. More... | |
virtual void | SetEnabled (int) |
Methods that satisfy the superclass' API. More... | |
virtual void | PlaceWidget (double bounds[6]) |
Methods that satisfy the superclass' API. More... | |
void | PlaceWidget () |
Methods that satisfy the superclass' API. More... | |
void | PlaceWidget (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
Methods that satisfy the superclass' API. More... | |
virtual void | SetInsideOut (int) |
Set/Get the InsideOut flag. More... | |
virtual int | GetInsideOut () |
Set/Get the InsideOut flag. More... | |
virtual void | InsideOutOn () |
Set/Get the InsideOut flag. More... | |
virtual void | InsideOutOff () |
Set/Get the InsideOut flag. More... | |
virtual vtkProperty * | GetHandleProperty () |
Get the handle properties (the little balls are the handles). More... | |
virtual vtkProperty * | GetSelectedHandleProperty () |
Get the handle properties (the little balls are the handles). More... | |
void | HandlesOn () |
Switches handles (the spheres) on or off by manipulating the actor visibility. More... | |
void | HandlesOff () |
Switches handles (the spheres) on or off by manipulating the actor visibility. More... | |
virtual vtkProperty * | GetFaceProperty () |
Get the face properties (the faces of the box). More... | |
virtual vtkProperty * | GetSelectedFaceProperty () |
Get the face properties (the faces of the box). More... | |
virtual vtkProperty * | GetOutlineProperty () |
Get the outline properties (the outline of the box). More... | |
virtual vtkProperty * | GetSelectedOutlineProperty () |
Get the outline properties (the outline of the box). More... | |
void | SetOutlineFaceWires (int) |
Control the representation of the outline. More... | |
virtual int | GetOutlineFaceWires () |
Control the representation of the outline. More... | |
void | OutlineFaceWiresOn () |
Control the representation of the outline. More... | |
void | OutlineFaceWiresOff () |
Control the representation of the outline. More... | |
void | SetOutlineCursorWires (int) |
Control the representation of the outline. More... | |
virtual int | GetOutlineCursorWires () |
Control the representation of the outline. More... | |
void | OutlineCursorWiresOn () |
Control the representation of the outline. More... | |
void | OutlineCursorWiresOff () |
Control the representation of the outline. More... | |
virtual void | SetTranslationEnabled (int) |
Control the behavior of the widget. More... | |
virtual int | GetTranslationEnabled () |
Control the behavior of the widget. More... | |
virtual void | TranslationEnabledOn () |
Control the behavior of the widget. More... | |
virtual void | TranslationEnabledOff () |
Control the behavior of the widget. More... | |
virtual void | SetScalingEnabled (int) |
Control the behavior of the widget. More... | |
virtual int | GetScalingEnabled () |
Control the behavior of the widget. More... | |
virtual void | ScalingEnabledOn () |
Control the behavior of the widget. More... | |
virtual void | ScalingEnabledOff () |
Control the behavior of the widget. More... | |
virtual void | SetRotationEnabled (int) |
Control the behavior of the widget. More... | |
virtual int | GetRotationEnabled () |
Control the behavior of the widget. More... | |
virtual void | RotationEnabledOn () |
Control the behavior of the widget. More... | |
virtual void | RotationEnabledOff () |
Control the behavior of the widget. More... | |
![]() | |
vtk3DWidget * | NewInstance () const |
virtual void | SetProp3D (vtkProp3D *) |
Specify a vtkProp3D around which to place the widget. More... | |
virtual vtkProp3D * | GetProp3D () |
Specify a vtkProp3D around which to place the widget. More... | |
virtual void | SetInputData (vtkDataSet *) |
Specify the input dataset. More... | |
virtual void | SetInputConnection (vtkAlgorithmOutput *) |
Specify the input dataset. More... | |
virtual vtkDataSet * | GetInput () |
Specify the input dataset. More... | |
virtual void | SetPlaceFactor (double) |
Set/Get a factor representing the scaling of the widget upon placement (via the PlaceWidget() method). More... | |
virtual double | GetPlaceFactor () |
Set/Get a factor representing the scaling of the widget upon placement (via the PlaceWidget() method). More... | |
virtual void | SetHandleSize (double) |
Set/Get the factor that controls the size of the handles that appear as part of the widget. More... | |
virtual double | GetHandleSize () |
Set/Get the factor that controls the size of the handles that appear as part of the widget. More... | |
![]() | |
vtkInteractorObserver * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Methods invoked by print to print information about the object including superclasses. 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) |
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 (int) |
Enable/Disable of the use of a keypress to turn on and off the interactor observer. More... | |
virtual int | 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=NULL) |
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 | RemoveObserver (unsigned long tag) |
void | RemoveObservers (unsigned long event) |
void | RemoveObservers (const char *event) |
void | RemoveAllObservers () |
int | HasObserver (unsigned long event) |
int | 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... | |
int | HasObserver (unsigned long event, vtkCommand *) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
int | 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 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... | |
void | PrintRevisions (ostream &) |
Legacy. 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 vtkBoxWidget * | New () |
Instantiate the object. More... | |
static int | IsTypeOf (const char *type) |
static vtkBoxWidget * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtk3DWidget * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static int | 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 vtkObjectBase * | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
Protected Types | |
enum | WidgetState { Start =0, Moving, Scaling, Outside } |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkBoxWidget () | |
~vtkBoxWidget () | |
virtual void | OnMouseMove () |
virtual void | OnLeftButtonDown () |
virtual void | OnLeftButtonUp () |
virtual void | OnMiddleButtonDown () |
virtual void | OnMiddleButtonUp () |
virtual void | OnRightButtonDown () |
virtual void | OnRightButtonUp () |
virtual void | PositionHandles () |
int | HighlightHandle (vtkProp *prop) |
void | HighlightFace (int cellId) |
void | HighlightOutline (int highlight) |
void | ComputeNormals () |
virtual void | SizeHandles () |
virtual void | RegisterPickers () |
Register internal Pickers in the Picking Manager. More... | |
virtual void | Translate (double *p1, double *p2) |
virtual void | Scale (double *p1, double *p2, int X, int Y) |
virtual void | Rotate (int X, int Y, double *p1, double *p2, double *vpn) |
void | MovePlusXFace (double *p1, double *p2) |
void | MoveMinusXFace (double *p1, double *p2) |
void | MovePlusYFace (double *p1, double *p2) |
void | MoveMinusYFace (double *p1, double *p2) |
void | MovePlusZFace (double *p1, double *p2) |
void | MoveMinusZFace (double *p1, double *p2) |
void | MoveFace (double *p1, double *p2, double *dir, double *x1, double *x2, double *x3, double *x4, double *x5) |
void | GetDirection (const double Nx[3], const double Ny[3], const double Nz[3], double dir[3]) |
void | CreateDefaultProperties () |
void | GenerateOutline () |
![]() | |
vtk3DWidget () | |
~vtk3DWidget () | |
void | AdjustBounds (double bounds[6], double newBounds[6], double center[3]) |
double | SizeHandles (double factor) |
void | UpdateInput () |
![]() | |
vtkInteractorObserver () | |
~vtkInteractorObserver () | |
void | UnRegisterPickers () |
Unregister internal pickers from the Picking Manager. More... | |
virtual void | PickersModified () |
Update the pickers registered in the Picking Manager when pickers are modified. 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... | |
virtual void | EndInteraction () |
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=NULL) |
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 | CollectRevisions (ostream &) |
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... | |
orthogonal hexahedron 3D widget
This 3D widget defines a region of interest that is represented by an arbitrarily oriented hexahedron with interior face angles of 90 degrees (orthogonal faces). The object creates 7 handles that can be moused on and manipulated. The first six correspond to the six faces, the seventh is in the center of the hexahedron. In addition, a bounding box outline is shown, the "faces" of which can be selected for object rotation or scaling. A nice feature of the object is that the vtkBoxWidget, like any 3D widget, will work with the current interactor style. That is, if vtkBoxWidget does not handle an event, then all other registered observers (including the interactor style) have an opportunity to process the event. Otherwise, the vtkBoxWidget will terminate the processing of the event that it handles.
To use this object, just invoke SetInteractor() with the argument of the method a vtkRenderWindowInteractor. You may also wish to invoke "PlaceWidget()" to initially position the widget. The interactor will act normally until the "i" key (for "interactor") is pressed, at which point the vtkBoxWidget will appear. (See superclass documentation for information about changing this behavior.) By grabbing the six face handles (use the left mouse button), faces can be moved. By grabbing the center handle (with the left mouse button), the entire hexahedron can be translated. (Translation can also be employed by using the "shift-left-mouse-button" combination inside of the widget.) Scaling is achieved by using the right mouse button "up" the render window (makes the widget bigger) or "down" the render window (makes the widget smaller). To rotate vtkBoxWidget, pick a face (but not a face handle) and move the left mouse. (Note: the mouse button must be held down during manipulation.) Events that occur outside of the widget (i.e., no part of the widget is picked) are propagated to any other registered obsevers (such as the interaction style). Turn off the widget by pressing the "i" key again. (See the superclass documentation on key press activiation.)
The vtkBoxWidget is very flexible. It can be used to select, cut, clip, or perform any other operation that depends on an implicit function (use the GetPlanes() method); or it can be used to transform objects using a linear transformation (use the GetTransform() method). Typical usage of the widget is to make use of the StartInteractionEvent, InteractionEvent, and EndInteractionEvent events. The InteractionEvent is called on mouse motion; the other two events are called on button down and button up (either left or right button).
Some additional features of this class include the ability to control the rendered properties of the widget. You can set the properties of the selected and unselected representations of the parts of the widget. For example, you can set the property for the handles, faces, and outline in their normal and selected states.
The box widget can be oriented by specifying a transformation matrix. This transformation is applied to the initial bounding box as defined by the PlaceWidget() method. DO NOT ASSUME that the transformation is applied to a unit box centered at the origin; this is wrong!
Definition at line 98 of file vtkBoxWidget.h.
typedef vtk3DWidget vtkBoxWidget::Superclass |
Definition at line 106 of file vtkBoxWidget.h.
|
protected |
Enumerator | |
---|---|
Start | |
Moving | |
Scaling | |
Outside |
Definition at line 256 of file vtkBoxWidget.h.
|
protected |
|
protected |
|
static |
Instantiate the object.
|
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 vtk3DWidget.
|
static |
|
protectedvirtual |
Reimplemented from vtk3DWidget.
vtkBoxWidget* vtkBoxWidget::NewInstance | ( | ) | const |
|
virtual |
Methods invoked by print to print information about the object including superclasses.
Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtk3DWidget.
|
virtual |
Methods that satisfy the superclass' API.
Reimplemented from vtkInteractorObserver.
|
virtual |
Methods that satisfy the superclass' API.
Implements vtk3DWidget.
|
inlinevirtual |
Methods that satisfy the superclass' API.
Reimplemented from vtk3DWidget.
Definition at line 115 of file vtkBoxWidget.h.
|
inlinevirtual |
Methods that satisfy the superclass' API.
Reimplemented from vtk3DWidget.
Definition at line 117 of file vtkBoxWidget.h.
void vtkBoxWidget::GetPlanes | ( | vtkPlanes * | planes | ) |
Get the planes describing the implicit function defined by the box widget.
The user must provide the instance of the class vtkPlanes. Note that vtkPlanes is a subclass of vtkImplicitFunction, meaning that it can be used by a variety of filters to perform clipping, cutting, and selection of data. (The direction of the normals of the planes can be reversed enabling the InsideOut flag.)
|
virtual |
Set/Get the InsideOut flag.
When off, the normals point out of the box. When on, the normals point into the hexahedron. InsideOut is off by default.
|
virtual |
Set/Get the InsideOut flag.
When off, the normals point out of the box. When on, the normals point into the hexahedron. InsideOut is off by default.
|
virtual |
Set/Get the InsideOut flag.
When off, the normals point out of the box. When on, the normals point into the hexahedron. InsideOut is off by default.
|
virtual |
Set/Get the InsideOut flag.
When off, the normals point out of the box. When on, the normals point into the hexahedron. InsideOut is off by default.
|
virtual |
Retrieve a linear transform characterizing the transformation of the box.
Note that the transformation is relative to where PlaceWidget was initially called. This method modifies the transform provided. The transform can be used to control the position of vtkProp3D's, as well as other transformation operations (e.g., vtkTranformPolyData).
|
virtual |
Set the position, scale and orientation of the box widget using the transform specified.
Note that the transformation is relative to where PlaceWidget was initially called (i.e., the original bounding box).
void vtkBoxWidget::GetPolyData | ( | vtkPolyData * | pd | ) |
Grab the polydata (including points) that define the box widget.
The polydata consists of 6 quadrilateral faces and 15 points. The first eight points define the eight corner vertices; the next six define the -x,+x, -y,+y, -z,+z face points; and the final point (the 15th out of 15 points) defines the center of the hexahedron. These point values are guaranteed to be up-to-date when either the InteractionEvent or EndInteractionEvent events are invoked. The user provides the vtkPolyData and the points and cells are added to it.
|
virtual |
Get the handle properties (the little balls are the handles).
The properties of the handles when selected and normal can be set.
|
virtual |
Get the handle properties (the little balls are the handles).
The properties of the handles when selected and normal can be set.
void vtkBoxWidget::HandlesOn | ( | ) |
Switches handles (the spheres) on or off by manipulating the actor visibility.
void vtkBoxWidget::HandlesOff | ( | ) |
Switches handles (the spheres) on or off by manipulating the actor visibility.
|
virtual |
Get the face properties (the faces of the box).
The properties of the face when selected and normal can be set.
|
virtual |
Get the face properties (the faces of the box).
The properties of the face when selected and normal can be set.
|
virtual |
Get the outline properties (the outline of the box).
The properties of the outline when selected and normal can be set.
|
virtual |
Get the outline properties (the outline of the box).
The properties of the outline when selected and normal can be set.
void vtkBoxWidget::SetOutlineFaceWires | ( | int | ) |
Control the representation of the outline.
This flag enables face wires. By default face wires are off.
|
virtual |
Control the representation of the outline.
This flag enables face wires. By default face wires are off.
|
inline |
Control the representation of the outline.
This flag enables face wires. By default face wires are off.
Definition at line 218 of file vtkBoxWidget.h.
|
inline |
Control the representation of the outline.
This flag enables face wires. By default face wires are off.
Definition at line 219 of file vtkBoxWidget.h.
void vtkBoxWidget::SetOutlineCursorWires | ( | int | ) |
Control the representation of the outline.
This flag enables the cursor lines running between the handles. By default cursor wires are on.
|
virtual |
Control the representation of the outline.
This flag enables the cursor lines running between the handles. By default cursor wires are on.
|
inline |
Control the representation of the outline.
This flag enables the cursor lines running between the handles. By default cursor wires are on.
Definition at line 230 of file vtkBoxWidget.h.
|
inline |
Control the representation of the outline.
This flag enables the cursor lines running between the handles. By default cursor wires are on.
Definition at line 231 of file vtkBoxWidget.h.
|
virtual |
Control the behavior of the widget.
Translation, rotation, and scaling can all be enabled and disabled.
|
virtual |
Control the behavior of the widget.
Translation, rotation, and scaling can all be enabled and disabled.
|
virtual |
Control the behavior of the widget.
Translation, rotation, and scaling can all be enabled and disabled.
|
virtual |
Control the behavior of the widget.
Translation, rotation, and scaling can all be enabled and disabled.
|
virtual |
Control the behavior of the widget.
Translation, rotation, and scaling can all be enabled and disabled.
|
virtual |
Control the behavior of the widget.
Translation, rotation, and scaling can all be enabled and disabled.
|
virtual |
Control the behavior of the widget.
Translation, rotation, and scaling can all be enabled and disabled.
|
virtual |
Control the behavior of the widget.
Translation, rotation, and scaling can all be enabled and disabled.
|
virtual |
Control the behavior of the widget.
Translation, rotation, and scaling can all be enabled and disabled.
|
virtual |
Control the behavior of the widget.
Translation, rotation, and scaling can all be enabled and disabled.
|
virtual |
Control the behavior of the widget.
Translation, rotation, and scaling can all be enabled and disabled.
|
virtual |
Control the behavior of the widget.
Translation, rotation, and scaling can all be enabled and disabled.
|
staticprotected |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented from vtk3DWidget.
|
protectedvirtual |
Register internal Pickers in the Picking Manager.
Must be reimplemented by concrete widgets to register their pickers.
Reimplemented from vtkInteractorObserver.
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 255 of file vtkBoxWidget.h.
|
protected |
Definition at line 280 of file vtkBoxWidget.h.
|
protected |
Definition at line 281 of file vtkBoxWidget.h.
|
protected |
Definition at line 282 of file vtkBoxWidget.h.
|
protected |
Definition at line 283 of file vtkBoxWidget.h.
|
protected |
Definition at line 284 of file vtkBoxWidget.h.
|
protected |
Definition at line 287 of file vtkBoxWidget.h.
|
protected |
Definition at line 288 of file vtkBoxWidget.h.
|
protected |
Definition at line 289 of file vtkBoxWidget.h.
|
protected |
Definition at line 292 of file vtkBoxWidget.h.
|
protected |
Definition at line 293 of file vtkBoxWidget.h.
|
protected |
Definition at line 294 of file vtkBoxWidget.h.
|
protected |
Definition at line 303 of file vtkBoxWidget.h.
|
protected |
Definition at line 304 of file vtkBoxWidget.h.
|
protected |
Definition at line 305 of file vtkBoxWidget.h.
|
protected |
Definition at line 308 of file vtkBoxWidget.h.
|
protected |
Definition at line 309 of file vtkBoxWidget.h.
|
protected |
Definition at line 310 of file vtkBoxWidget.h.
|
protected |
Definition at line 311 of file vtkBoxWidget.h.
|
protected |
Definition at line 338 of file vtkBoxWidget.h.
|
protected |
Definition at line 342 of file vtkBoxWidget.h.
|
protected |
Definition at line 343 of file vtkBoxWidget.h.
|
protected |
Definition at line 344 of file vtkBoxWidget.h.
|
protected |
Definition at line 345 of file vtkBoxWidget.h.
|
protected |
Definition at line 346 of file vtkBoxWidget.h.
|
protected |
Definition at line 347 of file vtkBoxWidget.h.
|
protected |
Definition at line 351 of file vtkBoxWidget.h.
|
protected |
Definition at line 352 of file vtkBoxWidget.h.
|
protected |
Definition at line 353 of file vtkBoxWidget.h.
|
protected |
Definition at line 357 of file vtkBoxWidget.h.
|
protected |
Definition at line 358 of file vtkBoxWidget.h.
|
protected |
Definition at line 359 of file vtkBoxWidget.h.