20#ifndef vtkSliderRepresentation2D_h 
   21#define vtkSliderRepresentation2D_h 
   24#include "vtkInteractionWidgetsModule.h"  
   27VTK_ABI_NAMESPACE_BEGIN
 
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
 
int RenderOverlay(vtkViewport *viewport) override
Methods supporting the rendering process.
 
vtkProperty2D * SelectedProperty
 
vtkProperty2D * SliderProperty
 
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.
 
vtkTextProperty * TitleProperty
 
vtkTransformPolyDataFilter * CapXForm
 
void ReleaseGraphicsResources(vtkWindow *window) override
Methods supporting the rendering process.
 
vtkSliderRepresentation2D()
 
vtkTextMapper * TitleMapper
 
vtkTextMapper * LabelMapper
 
void GetActors2D(vtkPropCollection *propCollection) override
Methods supporting the rendering process.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for the class.
 
int RenderOpaqueGeometry(vtkViewport *viewport) 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