Go to the documentation of this file.
29 #ifndef vtkCompassRepresentation_h
30 #define vtkCompassRepresentation_h
32 #include "vtkGeovisCoreModule.h"
represent and manipulate 3D points
draw vtkPolyData onto the image plane
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
vtkTextActor * StatusActor
virtual void UpdateTilt(double time)
static vtkCompassRepresentation * New()
Instantiate the class.
virtual void PlaceWidget(double bounds[6])
Methods to interface with the vtkSliderWidget.
~vtkCompassRepresentation()
virtual void SetHeading(double value)
virtual void SetRenderer(vtkRenderer *ren)
Subclasses of vtkWidgetRepresentation must implement these methods.
virtual void SetTilt(double value)
vtkProperty2D * SelectedProperty
vtkCoordinate * GetPoint2Coordinate()
Position the second end point of the slider.
virtual void DistanceWidgetInteraction(double eventPos[2])
vtkSmartPointer< vtkCenteredSliderRepresentation > TiltRepresentation
virtual void WidgetInteraction(double eventPos[2])
vtkPolyDataMapper2D * RingMapper
window superclass for vtkRenderWindow
virtual int RenderOverlay(vtkViewport *)
virtual void StartWidgetInteraction(double eventPos[2])
virtual void Highlight(int)
vtkProperty2D * RingProperty
vtkSmartPointer< vtkCenteredSliderRepresentation > DistanceRepresentation
vtkCoordinate * Point2Coordinate
An actor that displays text.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
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)
abstract specification for Viewports
virtual void BuildRepresentation()
represent text properties.
represent surface properties of a 2D image
a actor that draws 2D data
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
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()
virtual void GetActors(vtkPropCollection *)
Methods supporting the rendering process.
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)
virtual int ComputeInteractionState(int X, int Y, int modify=0)