35#ifndef vtkSliderRepresentation2D_h
36#define vtkSliderRepresentation2D_h
38#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
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
vtkPolyDataMapper2D * SliderMapper
~vtkSliderRepresentation2D()
vtkPolyDataMapper2D * TubeMapper
virtual int RenderOverlay(vtkViewport *)
virtual const char * GetTitleText()
vtkProperty2D * SelectedProperty
vtkProperty2D * SliderProperty
static vtkSliderRepresentation2D * New()
Instantiate the class.
vtkTransformPolyDataFilter * TubeXForm
vtkTransformPolyDataFilter * SliderXForm
vtkCoordinate * GetPoint1Coordinate()
Position the first end point of the slider.
vtkTextProperty * TitleProperty
vtkTransformPolyDataFilter * CapXForm
vtkSliderRepresentation2D()
vtkTextMapper * TitleMapper
vtkTextMapper * LabelMapper
virtual void Highlight(int)
virtual void PlaceWidget(double bounds[6])
Methods to interface with the vtkSliderWidget.
virtual void BuildRepresentation()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkProperty2D * CapProperty
virtual double ComputePickPosition(double eventPos[2])
vtkCoordinate * Point1Coordinate
vtkCellArray * SliderCells
virtual void StartWidgetInteraction(double eventPos[2])
vtkCoordinate * Point2Coordinate
vtkProperty2D * TubeProperty
vtkPolyDataMapper2D * CapMapper
virtual void WidgetInteraction(double newEventPos[2])
virtual void SetTitleText(const char *)
Specify the label text for this widget.
vtkCoordinate * GetPoint2Coordinate()
Position the second end point of the slider.
virtual void GetActors2D(vtkPropCollection *)
Methods supporting the rendering process.
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
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