138#ifndef vtkSliderRepresentation2D_h
139#define vtkSliderRepresentation2D_h
142#include "vtkInteractionWidgetsModule.h"
a actor that draws 2D data
object to represent cell connectivity
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
provide the representation for a vtkSliderWidget with a 3D skin
void Highlight(int) override
Methods to interface with the vtkSliderWidget.
void WidgetInteraction(double newEventPos[2]) override
Methods to interface with the vtkSliderWidget.
vtkPolyDataMapper2D * SliderMapper
vtkPolyDataMapper2D * TubeMapper
vtkProperty2D * SelectedProperty
vtkProperty2D * SliderProperty
int RenderOverlay(vtkViewport *) override
Methods supporting the rendering process.
void SetTitleText(const char *) override
Specify the label text for this widget.
static vtkSliderRepresentation2D * New()
Instantiate the class.
void StartWidgetInteraction(double eventPos[2]) override
Methods to interface with the vtkSliderWidget.
vtkTransformPolyDataFilter * TubeXForm
vtkTransformPolyDataFilter * SliderXForm
vtkCoordinate * GetPoint1Coordinate()
Position the first end point of the slider.
void PlaceWidget(double bounds[6]) override
Methods to interface with the vtkSliderWidget.
void GetActors2D(vtkPropCollection *) override
Methods supporting the rendering process.
vtkTextProperty * TitleProperty
vtkTransformPolyDataFilter * CapXForm
vtkSliderRepresentation2D()
vtkTextMapper * TitleMapper
vtkTextMapper * LabelMapper
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for the class.
int RenderOpaqueGeometry(vtkViewport *) override
Methods supporting the rendering process.
void ReleaseGraphicsResources(vtkWindow *) override
Methods supporting the rendering process.
void BuildRepresentation() override
Methods to interface with the vtkSliderWidget.
vtkProperty2D * CapProperty
virtual double ComputePickPosition(double eventPos[2])
vtkCoordinate * Point1Coordinate
vtkCellArray * SliderCells
vtkCoordinate * Point2Coordinate
vtkProperty2D * TubeProperty
vtkPolyDataMapper2D * CapMapper
const char * GetTitleText() override
Specify the label text for this widget.
~vtkSliderRepresentation2D() override
vtkCoordinate * GetPoint2Coordinate()
Position the second end point of the slider.
vtkTextProperty * LabelProperty
abstract class defines the representation for a vtkSliderWidget
An actor that displays text.
represent text properties.
abstract specification for Viewports
window superclass for vtkRenderWindow