VTK
|
a class defining the representation for a vtkLineWidget2 More...
#include <vtkLineRepresentation.h>
Public Types | |
enum | { Outside =0, OnP1, OnP2, TranslatingP1, TranslatingP2, OnLine, Scaling } |
![]() | |
typedef vtkProp | Superclass |
Public Member Functions | |
void | GetPolyData (vtkPolyData *pd) |
virtual unsigned long | GetMTime () |
virtual void | SetRenderer (vtkRenderer *ren) |
double | GetDistance () |
void | SetLineColor (double r, double g, double b) |
virtual vtkProperty * | GetDistanceAnnotationProperty () |
void | GetPoint1WorldPosition (double pos[3]) |
double * | GetPoint1WorldPosition () |
void | GetPoint1DisplayPosition (double pos[3]) |
double * | GetPoint1DisplayPosition () |
void | SetPoint1WorldPosition (double pos[3]) |
void | SetPoint1DisplayPosition (double pos[3]) |
void | GetPoint2DisplayPosition (double pos[3]) |
double * | GetPoint2DisplayPosition () |
void | GetPoint2WorldPosition (double pos[3]) |
double * | GetPoint2WorldPosition () |
void | SetPoint2WorldPosition (double pos[3]) |
void | SetPoint2DisplayPosition (double pos[3]) |
void | SetHandleRepresentation (vtkPointHandleRepresentation3D *handle) |
void | InstantiateHandleRepresentation () |
virtual vtkPointHandleRepresentation3D * | GetPoint1Representation () |
virtual vtkPointHandleRepresentation3D * | GetPoint2Representation () |
virtual vtkPointHandleRepresentation3D * | GetLineHandleRepresentation () |
virtual vtkProperty * | GetEndPointProperty () |
virtual vtkProperty * | GetSelectedEndPointProperty () |
virtual vtkProperty * | GetEndPoint2Property () |
virtual vtkProperty * | GetSelectedEndPoint2Property () |
virtual vtkProperty * | GetLineProperty () |
virtual vtkProperty * | GetSelectedLineProperty () |
virtual void | SetTolerance (int) |
virtual int | GetTolerance () |
void | SetResolution (int res) |
int | GetResolution () |
virtual void | PlaceWidget (double bounds[6]) |
virtual void | BuildRepresentation () |
virtual int | ComputeInteractionState (int X, int Y, int modify=0) |
virtual void | StartWidgetInteraction (double e[2]) |
virtual void | WidgetInteraction (double e[2]) |
virtual double * | GetBounds () |
virtual void | GetActors (vtkPropCollection *pc) |
virtual void | ReleaseGraphicsResources (vtkWindow *) |
virtual int | RenderOpaqueGeometry (vtkViewport *) |
virtual int | RenderTranslucentPolygonalGeometry (vtkViewport *) |
virtual int | HasTranslucentPolygonalGeometry () |
virtual void | SetInteractionState (int) |
virtual void | SetRepresentationState (int) |
virtual int | GetRepresentationState () |
virtual void | SetDistanceAnnotationVisibility (int) |
virtual int | GetDistanceAnnotationVisibility () |
virtual void | DistanceAnnotationVisibilityOn () |
virtual void | DistanceAnnotationVisibilityOff () |
virtual void | SetDistanceAnnotationFormat (const char *) |
virtual char * | GetDistanceAnnotationFormat () |
void | SetDistanceAnnotationScale (double x, double y, double z) |
virtual void | SetDistanceAnnotationScale (double scale[3]) |
virtual double * | GetDistanceAnnotationScale () |
virtual vtkFollower * | GetTextActor () |
![]() | |
virtual vtkRenderer * | GetRenderer () |
virtual void | PlaceWidget (double *vtkNotUsed(bounds[6])) |
virtual void | EndWidgetInteraction (double newEventPos[2]) |
virtual int | GetInteractionState () |
virtual void | Highlight (int vtkNotUsed(highlightOn)) |
virtual void | SetPlaceFactor (double) |
virtual double | GetPlaceFactor () |
virtual void | SetHandleSize (double) |
virtual double | GetHandleSize () |
virtual int | GetNeedToRender () |
virtual void | SetNeedToRender (int) |
virtual void | NeedToRenderOn () |
virtual void | NeedToRenderOff () |
virtual void | ShallowCopy (vtkProp *prop) |
virtual void | GetActors2D (vtkPropCollection *) |
virtual void | GetVolumes (vtkPropCollection *) |
virtual int | RenderOverlay (vtkViewport *vtkNotUsed(viewport)) |
virtual int | RenderOpaqueGeometry (vtkViewport *vtkNotUsed(viewport)) |
virtual int | RenderTranslucentPolygonalGeometry (vtkViewport *vtkNotUsed(viewport)) |
virtual int | RenderVolumetricGeometry (vtkViewport *vtkNotUsed(viewport)) |
void | PrintSelf (ostream &os, vtkIndent indent) |
![]() | |
virtual void | Pick () |
virtual unsigned long | GetRedrawMTime () |
virtual bool | HasKeys (vtkInformation *requiredKeys) |
virtual void | BuildPaths (vtkAssemblyPaths *paths, vtkAssemblyPath *path) |
virtual void | SetVisibility (int) |
virtual int | GetVisibility () |
virtual void | VisibilityOn () |
virtual void | VisibilityOff () |
virtual void | SetPickable (int) |
virtual int | GetPickable () |
virtual void | PickableOn () |
virtual void | PickableOff () |
virtual void | SetDragable (int) |
virtual int | GetDragable () |
virtual void | DragableOn () |
virtual void | DragableOff () |
virtual void | SetUseBounds (bool) |
virtual bool | GetUseBounds () |
virtual void | UseBoundsOn () |
virtual void | UseBoundsOff () |
virtual void | InitPathTraversal () |
virtual vtkAssemblyPath * | GetNextPath () |
virtual int | GetNumberOfPaths () |
virtual void | PokeMatrix (vtkMatrix4x4 *vtkNotUsed(matrix)) |
virtual vtkMatrix4x4 * | GetMatrix () |
virtual vtkInformation * | GetPropertyKeys () |
virtual void | SetPropertyKeys (vtkInformation *keys) |
virtual int | RenderVolumetricGeometry (vtkViewport *) |
virtual int | RenderOverlay (vtkViewport *) |
virtual bool | RenderFilteredOpaqueGeometry (vtkViewport *v, vtkInformation *requiredKeys) |
virtual bool | RenderFilteredTranslucentPolygonalGeometry (vtkViewport *v, vtkInformation *requiredKeys) |
virtual bool | RenderFilteredVolumetricGeometry (vtkViewport *v, vtkInformation *requiredKeys) |
virtual bool | RenderFilteredOverlay (vtkViewport *v, vtkInformation *requiredKeys) |
virtual double | GetEstimatedRenderTime (vtkViewport *) |
virtual double | GetEstimatedRenderTime () |
virtual void | SetEstimatedRenderTime (double t) |
virtual void | RestoreEstimatedRenderTime () |
virtual void | AddEstimatedRenderTime (double t, vtkViewport *vtkNotUsed(vp)) |
virtual void | SetAllocatedRenderTime (double t, vtkViewport *vtkNotUsed(v)) |
virtual double | GetAllocatedRenderTime () |
void | SetRenderTimeMultiplier (double t) |
virtual double | GetRenderTimeMultiplier () |
virtual bool | GetSupportsSelection () |
virtual int | GetNumberOfConsumers () |
void | AddConsumer (vtkObject *c) |
void | RemoveConsumer (vtkObject *c) |
vtkObject * | GetConsumer (int i) |
int | IsConsumer (vtkObject *c) |
![]() | |
virtual void | DebugOn () |
virtual void | DebugOff () |
unsigned char | GetDebug () |
void | SetDebug (unsigned char debugFlag) |
virtual void | Modified () |
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) |
int | InvokeEvent (unsigned long event, void *callData) |
int | InvokeEvent (const char *event, void *callData) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
![]() | |
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 &os) |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
Static Public Member Functions | |
static vtkLineRepresentation * | New () |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkWidgetRepresentation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkLineRepresentation () | |
~vtkLineRepresentation () | |
void | CreateDefaultProperties () |
void | ClampPosition (double x[3]) |
void | HighlightPoint (int ptId, int highlight) |
void | HighlightLine (int highlight) |
int | InBounds (double x[3]) |
void | SizeHandles () |
![]() | |
vtkWidgetRepresentation () | |
~vtkWidgetRepresentation () | |
void | AdjustBounds (double bounds[6], double newBounds[6], double center[3]) |
double | SizeHandlesRelativeToViewport (double factor, double pos[3]) |
double | SizeHandlesInPixels (double factor, double pos[3]) |
![]() | |
vtkProp () | |
~vtkProp () | |
![]() | |
vtkObject () | |
virtual | ~vtkObject () |
virtual void | RegisterInternal (vtkObjectBase *, int check) |
virtual void | UnRegisterInternal (vtkObjectBase *, int check) |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
void | InternalReleaseFocus () |
![]() | |
vtkObjectBase () | |
virtual | ~vtkObjectBase () |
virtual void | CollectRevisions (ostream &os) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
a class defining the representation for a vtkLineWidget2
This class is a concrete representation for the vtkLineWidget2. It represents a straight line with three handles: one at the beginning and ending of the line, and one used to translate the line. Through interaction with the widget, the line representation can be arbitrarily placed in the 3D space.
To use this representation, you normally specify the position of the two end points (either in world or display coordinates). The PlaceWidget() method is also used to intially position the representation.
Definition at line 59 of file vtkLineRepresentation.h.
Standard methods for the class.
Definition at line 67 of file vtkLineRepresentation.h.
anonymous enum |
Definition at line 174 of file vtkLineRepresentation.h.
|
protected |
|
protected |
|
static |
Instantiate the class.
|
virtual |
Standard methods for the class.
Reimplemented from vtkWidgetRepresentation.
|
static |
Standard methods for the class.
|
virtual |
Standard methods for the class.
Reimplemented from vtkWidgetRepresentation.
|
static |
Standard methods for the class.
|
virtual |
Standard methods for the class.
Reimplemented from vtkProp.
void vtkLineRepresentation::GetPoint1WorldPosition | ( | double | pos[3] | ) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
double* vtkLineRepresentation::GetPoint1WorldPosition | ( | ) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
void vtkLineRepresentation::GetPoint1DisplayPosition | ( | double | pos[3] | ) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
double* vtkLineRepresentation::GetPoint1DisplayPosition | ( | ) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
void vtkLineRepresentation::SetPoint1WorldPosition | ( | double | pos[3] | ) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
void vtkLineRepresentation::SetPoint1DisplayPosition | ( | double | pos[3] | ) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
void vtkLineRepresentation::GetPoint2DisplayPosition | ( | double | pos[3] | ) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
double* vtkLineRepresentation::GetPoint2DisplayPosition | ( | ) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
void vtkLineRepresentation::GetPoint2WorldPosition | ( | double | pos[3] | ) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
double* vtkLineRepresentation::GetPoint2WorldPosition | ( | ) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
void vtkLineRepresentation::SetPoint2WorldPosition | ( | double | pos[3] | ) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
void vtkLineRepresentation::SetPoint2DisplayPosition | ( | double | pos[3] | ) |
Methods to Set/Get the coordinates of the two points defining this representation. Note that methods are available for both display and world coordinates.
void vtkLineRepresentation::SetHandleRepresentation | ( | vtkPointHandleRepresentation3D * | handle | ) |
This method is used to specify the type of handle representation to use for the three internal vtkHandleWidgets within vtkLineWidget2. To use this method, create a dummy vtkHandleWidget (or subclass), and then invoke this method with this dummy. Then the vtkLineRepresentation uses this dummy to clone three vtkHandleWidgets of the same type. Make sure you set the handle representation before the widget is enabled. (The method InstantiateHandleRepresentation() is invoked by the vtkLineWidget2.)
void vtkLineRepresentation::InstantiateHandleRepresentation | ( | ) |
This method is used to specify the type of handle representation to use for the three internal vtkHandleWidgets within vtkLineWidget2. To use this method, create a dummy vtkHandleWidget (or subclass), and then invoke this method with this dummy. Then the vtkLineRepresentation uses this dummy to clone three vtkHandleWidgets of the same type. Make sure you set the handle representation before the widget is enabled. (The method InstantiateHandleRepresentation() is invoked by the vtkLineWidget2.)
|
virtual |
Get the three handle representations used for the vtkLineWidget2.
|
virtual |
Get the three handle representations used for the vtkLineWidget2.
|
virtual |
Get the three handle representations used for the vtkLineWidget2.
|
virtual |
Get the end-point (sphere) properties. The properties of the end-points when selected and unselected can be manipulated.
|
virtual |
Get the end-point (sphere) properties. The properties of the end-points when selected and unselected can be manipulated.
|
virtual |
Get the end-point (sphere) properties. The properties of the end-points when selected and unselected can be manipulated.
|
virtual |
Get the end-point (sphere) properties. The properties of the end-points when selected and unselected can be manipulated.
|
virtual |
Get the line properties. The properties of the line when selected and unselected can be manipulated.
|
virtual |
Get the line properties. The properties of the line when selected and unselected can be manipulated.
|
virtual |
The tolerance representing the distance to the widget (in pixels) in which the cursor is considered near enough to the line or end point to be active.
|
virtual |
The tolerance representing the distance to the widget (in pixels) in which the cursor is considered near enough to the line or end point to be active.
void vtkLineRepresentation::SetResolution | ( | int | res | ) |
Set/Get the resolution (number of subdivisions) of the line. A line with resolution greater than one is useful when points along the line are desired; e.g., generating a rake of streamlines.
int vtkLineRepresentation::GetResolution | ( | ) |
Set/Get the resolution (number of subdivisions) of the line. A line with resolution greater than one is useful when points along the line are desired; e.g., generating a rake of streamlines.
void vtkLineRepresentation::GetPolyData | ( | vtkPolyData * | pd | ) |
Retrieve the polydata (including points) that defines the line. The polydata consists of n+1 points, where n is the resolution of the line. These point values are guaranteed to be up-to-date whenever any one of the three handles are moved. To use this method, the user provides the vtkPolyData as an input argument, and the points and polyline are copied into it.
|
virtual |
These are methods that satisfy vtkWidgetRepresentation's API.
|
virtual |
These are methods that satisfy vtkWidgetRepresentation's API.
Implements vtkWidgetRepresentation.
|
virtual |
These are methods that satisfy vtkWidgetRepresentation's API.
Reimplemented from vtkWidgetRepresentation.
|
virtual |
These are methods that satisfy vtkWidgetRepresentation's API.
Reimplemented from vtkWidgetRepresentation.
|
virtual |
These are methods that satisfy vtkWidgetRepresentation's API.
Reimplemented from vtkWidgetRepresentation.
|
virtual |
These are methods that satisfy vtkWidgetRepresentation's API.
Reimplemented from vtkWidgetRepresentation.
|
virtual |
Methods supporting the rendering process.
Reimplemented from vtkWidgetRepresentation.
|
virtual |
Methods supporting the rendering process.
Reimplemented from vtkWidgetRepresentation.
|
virtual |
Methods supporting the rendering process.
Reimplemented from vtkProp.
|
virtual |
Methods supporting the rendering process.
Reimplemented from vtkProp.
|
virtual |
Methods supporting the rendering process.
Reimplemented from vtkWidgetRepresentation.
|
virtual |
The interaction state may be set from a widget (e.g., vtkLineWidget2) or other object. This controls how the interaction with the widget proceeds. Normally this method is used as part of a handshaking process with the widget: First ComputeInteractionState() is invoked that returns a state based on geometric considerations (i.e., cursor near a widget feature), then based on events, the widget may modify this further.
|
virtual |
Sets the visual appearance of the representation based on the state it is in. This state is usually the same as InteractionState.
|
virtual |
Sets the visual appearance of the representation based on the state it is in. This state is usually the same as InteractionState.
|
virtual |
Overload the superclasses' GetMTime() because internal classes are used to keep the state of the representation.
Reimplemented from vtkObject.
|
virtual |
Overridden to set the rendererer on the internal representations.
Reimplemented from vtkWidgetRepresentation.
|
virtual |
Show the distance between the points.
|
virtual |
Show the distance between the points.
|
virtual |
Show the distance between the points.
|
virtual |
Show the distance between the points.
|
virtual |
Specify the format to use for labelling the line. Note that an empty string results in no label, or a format string without a "%" character will not print the angle value.
|
virtual |
Specify the format to use for labelling the line. Note that an empty string results in no label, or a format string without a "%" character will not print the angle value.
|
inline |
Scale text (font size along each dimension).
Definition at line 219 of file vtkLineRepresentation.h.
|
virtual |
Scale text (font size along each dimension).
|
virtual |
Scale text (font size along each dimension).
double vtkLineRepresentation::GetDistance | ( | ) |
Get the distance between the points.
void vtkLineRepresentation::SetLineColor | ( | double | r, |
double | g, | ||
double | b | ||
) |
Convenience method to set the line color. Ideally one should use GetLineProperty()->SetColor().
|
virtual |
Get the distance annotation property
|
virtual |
Get the text actor
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 252 of file vtkLineRepresentation.h.
|
protected |
Definition at line 253 of file vtkLineRepresentation.h.
|
protected |
Definition at line 254 of file vtkLineRepresentation.h.
|
protected |
Definition at line 255 of file vtkLineRepresentation.h.
|
protected |
Definition at line 258 of file vtkLineRepresentation.h.
|
protected |
Definition at line 261 of file vtkLineRepresentation.h.
|
protected |
Definition at line 262 of file vtkLineRepresentation.h.
|
protected |
Definition at line 263 of file vtkLineRepresentation.h.
|
protected |
Definition at line 266 of file vtkLineRepresentation.h.
|
protected |
Definition at line 267 of file vtkLineRepresentation.h.
|
protected |
Definition at line 268 of file vtkLineRepresentation.h.
|
protected |
Definition at line 272 of file vtkLineRepresentation.h.
|
protected |
Definition at line 273 of file vtkLineRepresentation.h.
|
protected |
Definition at line 274 of file vtkLineRepresentation.h.
|
protected |
Definition at line 275 of file vtkLineRepresentation.h.
|
protected |
Definition at line 276 of file vtkLineRepresentation.h.
|
protected |
Definition at line 277 of file vtkLineRepresentation.h.
|
protected |
Definition at line 281 of file vtkLineRepresentation.h.
|
protected |
Definition at line 284 of file vtkLineRepresentation.h.
|
protected |
Definition at line 292 of file vtkLineRepresentation.h.
|
protected |
Definition at line 293 of file vtkLineRepresentation.h.
|
protected |
Definition at line 294 of file vtkLineRepresentation.h.
|
protected |
Definition at line 295 of file vtkLineRepresentation.h.
|
protected |
Definition at line 296 of file vtkLineRepresentation.h.
|
protected |
Definition at line 299 of file vtkLineRepresentation.h.
|
protected |
Definition at line 305 of file vtkLineRepresentation.h.
|
protected |
Definition at line 308 of file vtkLineRepresentation.h.
|
protected |
Definition at line 309 of file vtkLineRepresentation.h.
|
protected |
Definition at line 311 of file vtkLineRepresentation.h.
|
protected |
Definition at line 312 of file vtkLineRepresentation.h.
|
protected |
Definition at line 313 of file vtkLineRepresentation.h.
|
protected |
Definition at line 314 of file vtkLineRepresentation.h.
|
protected |
Definition at line 315 of file vtkLineRepresentation.h.
|
protected |
Definition at line 317 of file vtkLineRepresentation.h.