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