VTK
|
3D widget for manipulating an infinite plane More...
#include <vtkImplicitPlaneWidget.h>
Public Types | |
typedef vtkPolyDataSourceWidget | Superclass |
Public Types inherited from vtkPolyDataSourceWidget | |
typedef vtk3DWidget | Superclass |
Public Types inherited from vtk3DWidget | |
typedef vtkInteractorObserver | Superclass |
Public Types inherited from vtkInteractorObserver | |
typedef vtkObject | Superclass |
Public Types inherited from vtkObject | |
typedef vtkObjectBase | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkImplicitPlaneWidget * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | GetPolyData (vtkPolyData *pd) |
vtkPolyDataAlgorithm * | GetPolyDataAlgorithm () |
void | GetPlane (vtkPlane *plane) |
void | UpdatePlacement () |
virtual void | SizeHandles () |
virtual void | SetEnabled (int) |
virtual void | PlaceWidget (double bounds[6]) |
void | PlaceWidget () |
void | PlaceWidget (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
virtual void | SetOrigin (double x, double y, double z) |
virtual void | SetOrigin (double x[3]) |
double * | GetOrigin () |
void | GetOrigin (double xyz[3]) |
void | SetNormal (double x, double y, double z) |
void | SetNormal (double x[3]) |
double * | GetNormal () |
void | GetNormal (double xyz[3]) |
void | SetNormalToXAxis (int) |
virtual int | GetNormalToXAxis () |
virtual void | NormalToXAxisOn () |
virtual void | NormalToXAxisOff () |
void | SetNormalToYAxis (int) |
virtual int | GetNormalToYAxis () |
virtual void | NormalToYAxisOn () |
virtual void | NormalToYAxisOff () |
void | SetNormalToZAxis (int) |
virtual int | GetNormalToZAxis () |
virtual void | NormalToZAxisOn () |
virtual void | NormalToZAxisOff () |
virtual void | SetTubing (int) |
virtual int | GetTubing () |
virtual void | TubingOn () |
virtual void | TubingOff () |
void | SetDrawPlane (int plane) |
virtual int | GetDrawPlane () |
virtual void | DrawPlaneOn () |
virtual void | DrawPlaneOff () |
virtual void | SetOutlineTranslation (int) |
virtual int | GetOutlineTranslation () |
virtual void | OutlineTranslationOn () |
virtual void | OutlineTranslationOff () |
virtual void | SetOutsideBounds (int) |
virtual int | GetOutsideBounds () |
virtual void | OutsideBoundsOn () |
virtual void | OutsideBoundsOff () |
virtual void | SetScaleEnabled (int) |
virtual int | GetScaleEnabled () |
virtual void | ScaleEnabledOn () |
virtual void | ScaleEnabledOff () |
virtual void | SetOriginTranslation (int) |
virtual int | GetOriginTranslation () |
virtual void | OriginTranslationOn () |
virtual void | OriginTranslationOff () |
virtual void | SetDiagonalRatio (double) |
virtual double | GetDiagonalRatio () |
virtual vtkProperty * | GetNormalProperty () |
virtual vtkProperty * | GetSelectedNormalProperty () |
virtual vtkProperty * | GetPlaneProperty () |
virtual vtkProperty * | GetSelectedPlaneProperty () |
virtual vtkProperty * | GetOutlineProperty () |
virtual vtkProperty * | GetSelectedOutlineProperty () |
virtual vtkProperty * | GetEdgesProperty () |
Public Member Functions inherited from vtkPolyDataSourceWidget | |
vtkPolyDataSourceWidget * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | PlaceWidget (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
Public Member Functions inherited from vtk3DWidget | |
vtk3DWidget * | NewInstance () const |
virtual void | SetProp3D (vtkProp3D *) |
virtual vtkProp3D * | GetProp3D () |
virtual void | SetInputData (vtkDataSet *) |
virtual void | SetInputConnection (vtkAlgorithmOutput *) |
virtual vtkDataSet * | GetInput () |
virtual void | SetPlaceFactor (double) |
virtual double | GetPlaceFactor () |
virtual void | SetHandleSize (double) |
virtual double | GetHandleSize () |
Public Member Functions inherited from vtkInteractorObserver | |
vtkInteractorObserver * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | OnChar () |
int | GetEnabled () |
void | EnabledOn () |
void | EnabledOff () |
void | On () |
void | Off () |
virtual void | SetInteractor (vtkRenderWindowInteractor *iren) |
virtual vtkRenderWindowInteractor * | GetInteractor () |
virtual void | SetPriority (float) |
virtual float | GetPriority () |
virtual void | PickingManagedOn () |
virtual void | PickingManagedOff () |
virtual void | SetPickingManaged (bool) |
virtual bool | GetPickingManaged () |
virtual void | SetKeyPressActivation (int) |
virtual int | GetKeyPressActivation () |
virtual void | KeyPressActivationOn () |
virtual void | KeyPressActivationOff () |
virtual void | SetKeyPressActivationValue (char) |
virtual char | GetKeyPressActivationValue () |
virtual vtkRenderer * | GetDefaultRenderer () |
virtual void | SetDefaultRenderer (vtkRenderer *) |
virtual vtkRenderer * | GetCurrentRenderer () |
virtual void | SetCurrentRenderer (vtkRenderer *) |
void | GrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
void | ReleaseFocus () |
Public Member Functions inherited from vtkObject | |
vtkObject * | NewInstance () const |
virtual void | DebugOn () |
virtual void | DebugOff () |
bool | GetDebug () |
void | SetDebug (bool debugFlag) |
virtual void | Modified () |
virtual unsigned long | GetMTime () |
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
vtkCommand * | GetCommand (unsigned long tag) |
void | RemoveObserver (vtkCommand *) |
void | RemoveObservers (unsigned long event, vtkCommand *) |
void | RemoveObservers (const char *event, vtkCommand *) |
int | HasObserver (unsigned long event, vtkCommand *) |
int | HasObserver (const char *event, vtkCommand *) |
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) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
int | InvokeEvent (unsigned long event, void *callData) |
int | InvokeEvent (const char *event, void *callData) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
Public Member Functions inherited from vtkObjectBase | |
const char * | GetClassName () const |
virtual void | Delete () |
virtual void | FastDelete () |
void | Print (ostream &os) |
virtual void | Register (vtkObjectBase *o) |
virtual void | UnRegister (vtkObjectBase *o) |
void | SetReferenceCount (int) |
void | PrintRevisions (ostream &) |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
Static Public Member Functions | |
static vtkImplicitPlaneWidget * | New () |
static int | IsTypeOf (const char *type) |
static vtkImplicitPlaneWidget * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtkPolyDataSourceWidget | |
static int | IsTypeOf (const char *type) |
static vtkPolyDataSourceWidget * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtk3DWidget | |
static int | IsTypeOf (const char *type) |
static vtk3DWidget * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtkInteractorObserver | |
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]) |
static void | ComputeWorldToDisplay (vtkRenderer *ren, double x, double y, double z, double displayPt[3]) |
Static Public Member Functions inherited from vtkObject | |
static int | IsTypeOf (const char *type) |
static vtkObject * | SafeDownCast (vtkObjectBase *o) |
static vtkObject * | New () |
static void | BreakOnError () |
static void | SetGlobalWarningDisplay (int val) |
static void | GlobalWarningDisplayOn () |
static void | GlobalWarningDisplayOff () |
static int | GetGlobalWarningDisplay () |
Static Public Member Functions inherited from vtkObjectBase | |
static int | IsTypeOf (const char *name) |
static vtkObjectBase * | New () |
Protected Types | |
enum | WidgetState { Start =0, MovingPlane, MovingOutline, MovingOrigin, Scaling, Pushing, Rotating, Outside } |
Static Protected Member Functions | |
static void | ProcessEvents (vtkObject *object, unsigned long event, void *clientdata, void *calldata) |
Static Protected Member Functions inherited from vtkInteractorObserver | |
static void | ProcessEvents (vtkObject *object, unsigned long event, void *clientdata, void *calldata) |
3D widget for manipulating an infinite plane
This 3D widget defines an infinite plane that can be interactively placed in a scene. The widget is represented by a plane with a normal vector; the plane is contained by a bounding box, and where the plane intersects the bounding box the edges are shown (possibly tubed). The normal can be selected and moved to rotate the plane; the plane itself can be selected and translated in various directions. As the plane is moved, the implicit plane function and polygon (representing the plane cut against the bounding box) is updated.
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. If the "i" key (for "interactor") is pressed, the vtkImplicitPlaneWidget will appear. (See superclass documentation for information about changing this behavior.) If you select the normal vector, the plane can be arbitrarily rotated. The plane can be translated along the normal by selecting the plane and moving it. The plane (the plane origin) can also be arbitrary moved by selecting the plane with the middle mouse button. The right mouse button can be used to uniformly scale the bounding box (moving "up" the box scales larger; moving "down" the box scales smaller). 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 (or invoke the Off() method).
The vtkImplicitPlaneWidget has several methods that can be used in conjunction with other VTK objects. The GetPolyData() method can be used to get a polygonal representation (the single polygon clipped by the bounding box). 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). (Note: there is also a PlaceWidgetEvent that is invoked when the widget is placed with PlaceWidget().)
Some additional features of this class include the ability to control the properties of the widget. You do this by setting property values on the normal vector (selected and unselected properties); the plane (selected and unselected properties); the outline (selected and unselected properties); and the edges. The edges may also be tubed or not.
Definition at line 94 of file vtkImplicitPlaneWidget.h.
Definition at line 100 of file vtkImplicitPlaneWidget.h.
|
protected |
Enumerator | |
---|---|
Start | |
MovingPlane | |
MovingOutline | |
MovingOrigin | |
Scaling | |
Pushing | |
Rotating | |
Outside |
Definition at line 255 of file vtkImplicitPlaneWidget.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 vtkPolyDataSourceWidget.
|
static |
|
protectedvirtual |
Reimplemented from vtkPolyDataSourceWidget.
vtkImplicitPlaneWidget* vtkImplicitPlaneWidget::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 vtkPolyDataSourceWidget.
|
inlinevirtual |
Methods that satisfy the superclass' API.
Reimplemented from vtkPolyDataSourceWidget.
Definition at line 107 of file vtkImplicitPlaneWidget.h.
|
inlinevirtual |
Methods that satisfy the superclass' API.
Reimplemented from vtk3DWidget.
Definition at line 109 of file vtkImplicitPlaneWidget.h.
Get the origin of the plane.
|
virtual |
Get the origin of the plane.
double* vtkImplicitPlaneWidget::GetOrigin | ( | ) |
Get the origin of the plane.
void vtkImplicitPlaneWidget::GetOrigin | ( | double | xyz[3] | ) |
Get the origin of the plane.
Get the normal to the plane.
void vtkImplicitPlaneWidget::SetNormal | ( | double | x[3] | ) |
Get the normal to the plane.
double* vtkImplicitPlaneWidget::GetNormal | ( | ) |
Get the normal to the plane.
void vtkImplicitPlaneWidget::GetNormal | ( | double | xyz[3] | ) |
Get the normal to the plane.
void vtkImplicitPlaneWidget::SetNormalToXAxis | ( | int | ) |
Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is originally not aligned.
|
virtual |
Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is originally not aligned.
|
virtual |
Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is originally not aligned.
|
virtual |
Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is originally not aligned.
void vtkImplicitPlaneWidget::SetNormalToYAxis | ( | int | ) |
Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is originally not aligned.
|
virtual |
Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is originally not aligned.
|
virtual |
Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is originally not aligned.
|
virtual |
Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is originally not aligned.
void vtkImplicitPlaneWidget::SetNormalToZAxis | ( | int | ) |
Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is originally not aligned.
|
virtual |
Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is originally not aligned.
|
virtual |
Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is originally not aligned.
|
virtual |
Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is originally not aligned.
|
virtual |
Turn on/off tubing of the wire outline of the plane. The tube thickens the line by wrapping with a vtkTubeFilter.
|
virtual |
Turn on/off tubing of the wire outline of the plane. The tube thickens the line by wrapping with a vtkTubeFilter.
|
virtual |
Turn on/off tubing of the wire outline of the plane. The tube thickens the line by wrapping with a vtkTubeFilter.
|
virtual |
Turn on/off tubing of the wire outline of the plane. The tube thickens the line by wrapping with a vtkTubeFilter.
void vtkImplicitPlaneWidget::SetDrawPlane | ( | int | plane | ) |
Enable/disable the drawing of the plane. In some cases the plane interferes with the object that it is operating on (i.e., the plane interferes with the cut surface it produces producing z-buffer artifacts.)
|
virtual |
Enable/disable the drawing of the plane. In some cases the plane interferes with the object that it is operating on (i.e., the plane interferes with the cut surface it produces producing z-buffer artifacts.)
|
virtual |
Enable/disable the drawing of the plane. In some cases the plane interferes with the object that it is operating on (i.e., the plane interferes with the cut surface it produces producing z-buffer artifacts.)
|
virtual |
Enable/disable the drawing of the plane. In some cases the plane interferes with the object that it is operating on (i.e., the plane interferes with the cut surface it produces producing z-buffer artifacts.)
|
virtual |
Turn on/off the ability to translate the bounding box by grabbing it with the left mouse button.
|
virtual |
Turn on/off the ability to translate the bounding box by grabbing it with the left mouse button.
|
virtual |
Turn on/off the ability to translate the bounding box by grabbing it with the left mouse button.
|
virtual |
Turn on/off the ability to translate the bounding box by grabbing it with the left mouse button.
|
virtual |
Turn on/off the ability to move the widget outside of the input's bound
|
virtual |
Turn on/off the ability to move the widget outside of the input's bound
|
virtual |
Turn on/off the ability to move the widget outside of the input's bound
|
virtual |
Turn on/off the ability to move the widget outside of the input's bound
|
virtual |
Turn on/off the ability to scale with the mouse
|
virtual |
Turn on/off the ability to scale with the mouse
|
virtual |
Turn on/off the ability to scale with the mouse
|
virtual |
Turn on/off the ability to scale with the mouse
|
virtual |
Turn on/off the ability to translate the origin (sphere) with the left mouse button.
|
virtual |
Turn on/off the ability to translate the origin (sphere) with the left mouse button.
|
virtual |
Turn on/off the ability to translate the origin (sphere) with the left mouse button.
|
virtual |
Turn on/off the ability to translate the origin (sphere) with the left mouse button.
|
virtual |
By default the arrow is 30% of the diagonal length. DiagonalRatio control this ratio in the interval [0-2]
|
virtual |
By default the arrow is 30% of the diagonal length. DiagonalRatio control this ratio in the interval [0-2]
void vtkImplicitPlaneWidget::GetPolyData | ( | vtkPolyData * | pd | ) |
Grab the polydata that defines the plane. The polydata contains a single polygon that is clipped by the bounding box.
|
virtual |
Satisfies superclass API. This returns a pointer to the underlying PolyData (which represents the plane).
Implements vtkPolyDataSourceWidget.
void vtkImplicitPlaneWidget::GetPlane | ( | vtkPlane * | plane | ) |
Get the implicit function for the plane. The user must provide the instance of the class vtkPlane. Note that vtkPlane is a subclass of vtkImplicitFunction, meaning that it can be used by a variety of filters to perform clipping, cutting, and selection of data.
|
virtual |
Satisfies the superclass API. This will change the state of the widget to match changes that have been made to the underlying PolyDataSource
Implements vtkPolyDataSourceWidget.
|
virtual |
Control widget appearance
Reimplemented from vtk3DWidget.
|
virtual |
Get the properties on the normal (line and cone).
|
virtual |
Get the properties on the normal (line and cone).
|
virtual |
Get the plane properties. The properties of the plane when selected and unselected can be manipulated.
|
virtual |
Get the plane properties. The properties of the plane when selected and unselected can be manipulated.
|
virtual |
Get the property of the outline.
|
virtual |
Get the property of the outline.
|
virtual |
Get the property of the intersection edges. (This property also applies to the edges when tubed.)
|
staticprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
|
protected |
|
protectedvirtual |
Register internal Pickers in the Picking Manager. Must be reimplemented by concrete widgets to register their pickers.
Reimplemented from vtkInteractorObserver.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 254 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 282 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 283 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 284 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 288 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 291 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 292 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 293 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 294 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 296 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 297 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 298 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 301 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 302 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 303 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 304 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 308 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 309 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 310 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 311 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 312 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 315 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 318 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 319 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 320 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 324 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 325 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 326 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 329 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 330 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 331 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 334 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 335 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 336 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 339 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 340 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 341 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 342 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 345 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 351 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 364 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 365 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 366 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 367 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 368 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 369 of file vtkImplicitPlaneWidget.h.
|
protected |
Definition at line 370 of file vtkImplicitPlaneWidget.h.