36 #ifndef vtkCenteredSliderRepresentation_h
37 #define vtkCenteredSliderRepresentation_h
39 #include "vtkInteractionWidgetsModule.h"
a actor that draws 2D data
object to represent cell connectivity
provide the representation for a vtkCenteredSliderWidget
vtkTransformPolyDataFilter * TubeXForm
vtkCenteredSliderRepresentation()
virtual int RenderOverlay(vtkViewport *)
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual void BuildRepresentation()
virtual int ComputeInteractionState(int X, int Y, int modify=0)
virtual void PlaceWidget(double bounds[6])
Methods to interface with the vtkSliderWidget.
vtkCellArray * SliderCells
vtkTransformPolyDataFilter * SliderXForm
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkPolyDataMapper2D * TubeMapper
virtual const char * GetTitleText()
vtkProperty2D * SliderProperty
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
vtkPolyDataMapper2D * SliderMapper
vtkProperty2D * TubeProperty
vtkCoordinate * Point1Coordinate
vtkCoordinate * Point2Coordinate
vtkTextProperty * LabelProperty
virtual double ComputePickPosition(double x, double y)
vtkProperty2D * SelectedProperty
virtual void SetTitleText(const char *)
Specify the label text for this widget.
vtkTextActor * LabelActor
static vtkCenteredSliderRepresentation * New()
Instantiate the class.
virtual void StartWidgetInteraction(double eventPos[2])
vtkCoordinate * GetPoint2Coordinate()
Position the second end point of the slider.
~vtkCenteredSliderRepresentation()
vtkCoordinate * GetPoint1Coordinate()
Position the first end point of the slider.
virtual void GetActors(vtkPropCollection *)
Methods supporting the rendering process.
virtual void Highlight(int)
virtual void WidgetInteraction(double eventPos[2])
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 class defines the representation for a vtkSliderWidget
An actor that displays text.
represent text properties.
abstract specification for Viewports
window superclass for vtkRenderWindow