VTK
|
3D widget for tracing on planar props. More...
#include <vtkImageTracerWidget.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... | |
vtkImageTracerWidget * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Methods invoked by print to print information about the object including superclasses. More... | |
void | SetViewProp (vtkProp *prop) |
Set the prop, usually a vtkImageActor, to trace over. More... | |
void | GetPath (vtkPolyData *pd) |
Grab the points and lines that define the traced path. More... | |
vtkGlyphSource2D * | GetGlyphSource () |
Get the handles' geometric representation via vtkGlyphSource2D. More... | |
void | InitializeHandles (vtkPoints *) |
Initialize the widget with a set of points and generate lines between them. More... | |
int | IsClosed () |
Is the path closed or open? 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 | SetHandleProperty (vtkProperty *) |
Set/Get the handle properties (the 2D glyphs are the handles). More... | |
virtual vtkProperty * | GetHandleProperty () |
Set/Get the handle properties (the 2D glyphs are the handles). More... | |
virtual void | SetSelectedHandleProperty (vtkProperty *) |
Set/Get the handle properties (the 2D glyphs are the handles). More... | |
virtual vtkProperty * | GetSelectedHandleProperty () |
Set/Get the handle properties (the 2D glyphs are the handles). More... | |
virtual void | SetLineProperty (vtkProperty *) |
Set/Get the line properties. More... | |
virtual vtkProperty * | GetLineProperty () |
Set/Get the line properties. More... | |
virtual void | SetSelectedLineProperty (vtkProperty *) |
Set/Get the line properties. More... | |
virtual vtkProperty * | GetSelectedLineProperty () |
Set/Get the line properties. More... | |
virtual void | SetProjectToPlane (int) |
Force handles to be on a specific ortho plane. More... | |
virtual int | GetProjectToPlane () |
Force handles to be on a specific ortho plane. More... | |
virtual void | ProjectToPlaneOn () |
Force handles to be on a specific ortho plane. More... | |
virtual void | ProjectToPlaneOff () |
Force handles to be on a specific ortho plane. More... | |
virtual void | SetProjectionNormal (int) |
Set the projection normal. More... | |
virtual int | GetProjectionNormal () |
Set the projection normal. More... | |
void | SetProjectionNormalToXAxes () |
Set the projection normal. More... | |
void | SetProjectionNormalToYAxes () |
Set the projection normal. More... | |
void | SetProjectionNormalToZAxes () |
Set the projection normal. More... | |
void | SetProjectionPosition (double position) |
Set the position of the widgets' handles in terms of a plane's position. More... | |
virtual double | GetProjectionPosition () |
Set the position of the widgets' handles in terms of a plane's position. More... | |
void | SetSnapToImage (int snap) |
Force snapping to image data while tracing. More... | |
virtual int | GetSnapToImage () |
Force snapping to image data while tracing. More... | |
virtual void | SnapToImageOn () |
Force snapping to image data while tracing. More... | |
virtual void | SnapToImageOff () |
Force snapping to image data while tracing. More... | |
virtual void | SetAutoClose (int) |
In concert with a CaptureRadius value, automatically form a closed path by connecting first to last path points. More... | |
virtual int | GetAutoClose () |
In concert with a CaptureRadius value, automatically form a closed path by connecting first to last path points. More... | |
virtual void | AutoCloseOn () |
In concert with a CaptureRadius value, automatically form a closed path by connecting first to last path points. More... | |
virtual void | AutoCloseOff () |
In concert with a CaptureRadius value, automatically form a closed path by connecting first to last path points. More... | |
virtual void | SetCaptureRadius (double) |
Set/Get the capture radius for automatic path closing. More... | |
virtual double | GetCaptureRadius () |
Set/Get the capture radius for automatic path closing. More... | |
virtual void | SetImageSnapType (int) |
Set/Get the type of snapping to image data: center of a pixel/voxel or nearest point defining a pixel/voxel. More... | |
virtual int | GetImageSnapType () |
Set/Get the type of snapping to image data: center of a pixel/voxel or nearest point defining a pixel/voxel. More... | |
void | SetHandlePosition (int handle, double xyz[3]) |
Set/Get the handle position in terms of a zero-based array of handles. More... | |
void | SetHandlePosition (int handle, double x, double y, double z) |
Set/Get the handle position in terms of a zero-based array of handles. More... | |
void | GetHandlePosition (int handle, double xyz[3]) |
Set/Get the handle position in terms of a zero-based array of handles. More... | |
double * | GetHandlePosition (int handle) |
Set/Get the handle position in terms of a zero-based array of handles. More... | |
virtual int | GetNumberOfHandles () |
Get the number of handles. More... | |
void | SetInteraction (int interact) |
Enable/disable mouse interaction when the widget is visible. More... | |
virtual int | GetInteraction () |
Enable/disable mouse interaction when the widget is visible. More... | |
virtual void | InteractionOn () |
Enable/disable mouse interaction when the widget is visible. More... | |
virtual void | InteractionOff () |
Enable/disable mouse interaction when the widget is visible. More... | |
virtual void | SetHandleLeftMouseButton (int) |
Enable/Disable mouse button events. More... | |
virtual int | GetHandleLeftMouseButton () |
Enable/Disable mouse button events. More... | |
virtual void | HandleLeftMouseButtonOn () |
Enable/Disable mouse button events. More... | |
virtual void | HandleLeftMouseButtonOff () |
Enable/Disable mouse button events. More... | |
virtual void | SetHandleMiddleMouseButton (int) |
Enable/Disable mouse button events. More... | |
virtual int | GetHandleMiddleMouseButton () |
Enable/Disable mouse button events. More... | |
virtual void | HandleMiddleMouseButtonOn () |
Enable/Disable mouse button events. More... | |
virtual void | HandleMiddleMouseButtonOff () |
Enable/Disable mouse button events. More... | |
virtual void | SetHandleRightMouseButton (int) |
Enable/Disable mouse button events. More... | |
virtual int | GetHandleRightMouseButton () |
Enable/Disable mouse button events. More... | |
virtual void | HandleRightMouseButtonOn () |
Enable/Disable mouse button events. More... | |
virtual void | HandleRightMouseButtonOff () |
Enable/Disable mouse button events. 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 vtkImageTracerWidget * | New () |
Instantiate the object. More... | |
static int | IsTypeOf (const char *type) |
static vtkImageTracerWidget * | 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, Tracing, Snapping, Erasing, Inserting, Moving, Translating, Outside } |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkImageTracerWidget () | |
~vtkImageTracerWidget () | |
void | OnLeftButtonDown () |
void | OnLeftButtonUp () |
void | OnMiddleButtonDown () |
void | OnMiddleButtonUp () |
void | OnRightButtonDown () |
void | OnRightButtonUp () |
void | OnMouseMove () |
void | AddObservers () |
void | Trace (int, int) |
void | Snap (double *) |
void | MovePoint (const double *, const double *) |
void | Translate (const double *, const double *) |
void | ClosePath () |
void | AppendHandles (double *) |
void | ResetHandles () |
void | AllocateHandles (const int &) |
void | AdjustHandlePosition (const int &, double *) |
int | HighlightHandle (vtkProp *) |
void | EraseHandle (const int &) |
virtual void | SizeHandles () |
void | InsertHandleOnLine (double *) |
void | HighlightLine (const int &) |
void | BuildLinesFromHandles () |
void | ResetLine (double *) |
void | AppendLine (double *) |
virtual void | RegisterPickers () |
Register internal Pickers in the Picking Manager. More... | |
void | CreateDefaultProperties () |
![]() | |
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... | |
3D widget for tracing on planar props.
vtkImageTracerWidget is different from other widgets in three distinct ways: 1) any sub-class of vtkProp can be input rather than just vtkProp3D, so that vtkImageActor can be set as the prop and then traced over, 2) the widget fires pick events at the input prop to decide where to move its handles, 3) the widget has 2D glyphs for handles instead of 3D spheres as is done in other sub-classes of vtk3DWidget. This widget is primarily designed for manually tracing over image data. The button actions and key modifiers are as follows for controlling the widget: 1) left button click over the image, hold and drag draws a free hand line. 2) left button click and release erases the widget line, if it exists, and repositions the first handle. 3) middle button click starts a snap drawn line. The line is terminated by clicking the middle button while depressing the ctrl key. 4) when tracing a continuous or snap drawn line, if the last cursor position is within a specified tolerance to the first handle, the widget line will form a closed loop. 5) right button clicking and holding on any handle that is part of a snap drawn line allows handle dragging: existing line segments are updated accordingly. If the path is open and AutoClose is set to On, the path can be closed by repositioning the first and last points over one another. 6) ctrl key + right button down on any handle will erase it: existing snap drawn line segments are updated accordingly. If the line was formed by continuous tracing, the line is deleted leaving one handle. 7) shift key + right button down on any snap drawn line segment will insert a handle at the cursor position. The line segment is split accordingly.
Definition at line 86 of file vtkImageTracerWidget.h.
Definition at line 94 of file vtkImageTracerWidget.h.
|
protected |
Enumerator | |
---|---|
Start | |
Tracing | |
Snapping | |
Erasing | |
Inserting | |
Moving | |
Translating | |
Outside |
Definition at line 297 of file vtkImageTracerWidget.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.
vtkImageTracerWidget* vtkImageTracerWidget::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 103 of file vtkImageTracerWidget.h.
|
inlinevirtual |
Methods that satisfy the superclass' API.
Reimplemented from vtk3DWidget.
Definition at line 105 of file vtkImageTracerWidget.h.
|
virtual |
Set/Get the handle properties (the 2D glyphs are the handles).
The properties of the handles when selected and normal can be manipulated.
|
virtual |
Set/Get the handle properties (the 2D glyphs are the handles).
The properties of the handles when selected and normal can be manipulated.
|
virtual |
Set/Get the handle properties (the 2D glyphs are the handles).
The properties of the handles when selected and normal can be manipulated.
|
virtual |
Set/Get the handle properties (the 2D glyphs are the handles).
The properties of the handles when selected and normal can be manipulated.
|
virtual |
Set/Get the line properties.
The properties of the line when selected and unselected can be manipulated.
|
virtual |
Set/Get the line properties.
The properties of the line when selected and unselected can be manipulated.
|
virtual |
Set/Get the line properties.
The properties of the line when selected and unselected can be manipulated.
|
virtual |
Set/Get the line properties.
The properties of the line when selected and unselected can be manipulated.
void vtkImageTracerWidget::SetViewProp | ( | vtkProp * | prop | ) |
Set the prop, usually a vtkImageActor, to trace over.
|
virtual |
Force handles to be on a specific ortho plane.
Default is Off.
|
virtual |
Force handles to be on a specific ortho plane.
Default is Off.
|
virtual |
Force handles to be on a specific ortho plane.
Default is Off.
|
virtual |
Force handles to be on a specific ortho plane.
Default is Off.
|
virtual |
Set the projection normal.
The normal in SetProjectionNormal is 0,1,2 for YZ,XZ,XY planes respectively. Since the handles are 2D glyphs, it is necessary to specify a plane on which to generate them, even though ProjectToPlane may be turned off.
|
virtual |
Set the projection normal.
The normal in SetProjectionNormal is 0,1,2 for YZ,XZ,XY planes respectively. Since the handles are 2D glyphs, it is necessary to specify a plane on which to generate them, even though ProjectToPlane may be turned off.
|
inline |
Set the projection normal.
The normal in SetProjectionNormal is 0,1,2 for YZ,XZ,XY planes respectively. Since the handles are 2D glyphs, it is necessary to specify a plane on which to generate them, even though ProjectToPlane may be turned off.
Definition at line 155 of file vtkImageTracerWidget.h.
|
inline |
Set the projection normal.
The normal in SetProjectionNormal is 0,1,2 for YZ,XZ,XY planes respectively. Since the handles are 2D glyphs, it is necessary to specify a plane on which to generate them, even though ProjectToPlane may be turned off.
Definition at line 157 of file vtkImageTracerWidget.h.
|
inline |
Set the projection normal.
The normal in SetProjectionNormal is 0,1,2 for YZ,XZ,XY planes respectively. Since the handles are 2D glyphs, it is necessary to specify a plane on which to generate them, even though ProjectToPlane may be turned off.
Definition at line 159 of file vtkImageTracerWidget.h.
void vtkImageTracerWidget::SetProjectionPosition | ( | double | position | ) |
Set the position of the widgets' handles in terms of a plane's position.
e.g., if ProjectionNormal is 0, all of the x-coordinate values of the handles are set to ProjectionPosition. No attempt is made to ensure that the position is within the bounds of either the underlying image data or the prop on which tracing is performed.
|
virtual |
Set the position of the widgets' handles in terms of a plane's position.
e.g., if ProjectionNormal is 0, all of the x-coordinate values of the handles are set to ProjectionPosition. No attempt is made to ensure that the position is within the bounds of either the underlying image data or the prop on which tracing is performed.
void vtkImageTracerWidget::SetSnapToImage | ( | int | snap | ) |
Force snapping to image data while tracing.
Default is Off.
|
virtual |
Force snapping to image data while tracing.
Default is Off.
|
virtual |
Force snapping to image data while tracing.
Default is Off.
|
virtual |
Force snapping to image data while tracing.
Default is Off.
|
virtual |
In concert with a CaptureRadius value, automatically form a closed path by connecting first to last path points.
Default is Off.
|
virtual |
In concert with a CaptureRadius value, automatically form a closed path by connecting first to last path points.
Default is Off.
|
virtual |
In concert with a CaptureRadius value, automatically form a closed path by connecting first to last path points.
Default is Off.
|
virtual |
In concert with a CaptureRadius value, automatically form a closed path by connecting first to last path points.
Default is Off.
|
virtual |
Set/Get the capture radius for automatic path closing.
For image data, capture radius should be half the distance between voxel/pixel centers. Default is 1.0
|
virtual |
Set/Get the capture radius for automatic path closing.
For image data, capture radius should be half the distance between voxel/pixel centers. Default is 1.0
void vtkImageTracerWidget::GetPath | ( | vtkPolyData * | pd | ) |
Grab the points and lines that define the traced path.
These point values are guaranteed to be up-to-date when either the InteractionEvent or EndInteraction events are invoked. The user provides the vtkPolyData and the points and cells representing the line are added to it.
|
inline |
Get the handles' geometric representation via vtkGlyphSource2D.
Definition at line 217 of file vtkImageTracerWidget.h.
|
virtual |
Set/Get the type of snapping to image data: center of a pixel/voxel or nearest point defining a pixel/voxel.
|
virtual |
Set/Get the type of snapping to image data: center of a pixel/voxel or nearest point defining a pixel/voxel.
Set/Get the handle position in terms of a zero-based array of handles.
Set/Get the handle position in terms of a zero-based array of handles.
Set/Get the handle position in terms of a zero-based array of handles.
Set/Get the handle position in terms of a zero-based array of handles.
|
virtual |
Get the number of handles.
void vtkImageTracerWidget::SetInteraction | ( | int | interact | ) |
Enable/disable mouse interaction when the widget is visible.
|
virtual |
Enable/disable mouse interaction when the widget is visible.
|
virtual |
Enable/disable mouse interaction when the widget is visible.
|
virtual |
Enable/disable mouse interaction when the widget is visible.
void vtkImageTracerWidget::InitializeHandles | ( | vtkPoints * | ) |
Initialize the widget with a set of points and generate lines between them.
If AutoClose is on it will handle the case wherein the first and last points are congruent.
int vtkImageTracerWidget::IsClosed | ( | ) |
Is the path closed or open?
|
virtual |
Enable/Disable mouse button events.
|
virtual |
Enable/Disable mouse button events.
|
virtual |
Enable/Disable mouse button events.
|
virtual |
Enable/Disable mouse button events.
|
virtual |
Enable/Disable mouse button events.
|
virtual |
Enable/Disable mouse button events.
|
virtual |
Enable/Disable mouse button events.
|
virtual |
Enable/Disable mouse button events.
|
virtual |
Enable/Disable mouse button events.
|
virtual |
Enable/Disable mouse button events.
|
virtual |
Enable/Disable mouse button events.
|
virtual |
Enable/Disable mouse button events.
|
staticprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented from vtk3DWidget.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
Register internal Pickers in the Picking Manager.
Must be reimplemented by concrete widgets to register their pickers.
Reimplemented from vtkInteractorObserver.
|
protected |
|
protected |
Definition at line 296 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 327 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 328 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 329 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 330 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 331 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 332 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 333 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 334 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 335 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 336 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 337 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 346 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 347 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 348 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 351 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 352 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 353 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 364 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 365 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 366 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 368 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 369 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 372 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 373 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 374 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 375 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 376 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 382 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 385 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 386 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 387 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 394 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 395 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 396 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 397 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 401 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 402 of file vtkImageTracerWidget.h.
|
protected |
Definition at line 403 of file vtkImageTracerWidget.h.