Go to the documentation of this file.
29 #ifndef vtkCompassRepresentation_h
30 #define vtkCompassRepresentation_h
32 #include "vtkGeovisCoreModule.h"
represent and manipulate 3D points
void SetRenderer(vtkRenderer *ren) override
Subclasses of vtkWidgetRepresentation must implement these methods.
draw vtkPolyData onto the image plane
vtkTextActor * StatusActor
void StartWidgetInteraction(double eventPos[2]) override
virtual void UpdateTilt(double time)
void GetActors(vtkPropCollection *) override
Methods supporting the rendering process.
static vtkCompassRepresentation * New()
Instantiate the class.
~vtkCompassRepresentation() override
void Highlight(int) override
virtual void SetHeading(double value)
virtual void SetTilt(double value)
vtkProperty2D * SelectedProperty
vtkCoordinate * GetPoint2Coordinate()
Position the second end point of the slider.
virtual void DistanceWidgetInteraction(double eventPos[2])
void BuildRepresentation() override
int ComputeInteractionState(int X, int Y, int modify=0) override
vtkSmartPointer< vtkCenteredSliderRepresentation > TiltRepresentation
void WidgetInteraction(double eventPos[2]) override
vtkPolyDataMapper2D * RingMapper
window superclass for vtkRenderWindow
int RenderOverlay(vtkViewport *) override
vtkProperty2D * RingProperty
vtkSmartPointer< vtkCenteredSliderRepresentation > DistanceRepresentation
vtkCoordinate * Point2Coordinate
An actor that displays text. Scaled or unscaled.
a simple class to control print indentation
virtual double GetDistance()
object to represent cell connectivity
vtkCoordinate * Point1Coordinate
virtual void EndDistance()
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems
vtkPolyDataMapper2D * BackdropMapper
virtual void UpdateDistance(double time)
int RenderOpaqueGeometry(vtkViewport *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract specification for Viewports
represent text properties.
represent surface properties of a 2D image
void ReleaseGraphicsResources(vtkWindow *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
a actor that draws 2D data
void PlaceWidget(double bounds[6]) override
Methods to interface with the vtkSliderWidget.
abstract specification for renderers
vtkTextActor * LabelActor
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual void TiltWidgetInteraction(double eventPos[2])
vtkCompassRepresentation()
virtual double GetHeading()
vtkTextProperty * LabelProperty
vtkTransformPolyDataFilter * RingXForm
vtkCoordinate * GetPoint1Coordinate()
Position the first end point of the slider.
vtkTextProperty * StatusProperty
virtual void SetDistance(double value)
void GetCenterAndUnitRadius(int center[2], double &radius)