19#ifndef vtkCenteredSliderRepresentation_h 
   20#define vtkCenteredSliderRepresentation_h 
   23#include "vtkInteractionWidgetsModule.h"  
   26VTK_ABI_NAMESPACE_BEGIN
 
a actor that draws 2D data
 
object to represent cell connectivity
 
provide the representation for a vtkCenteredSliderWidget
 
vtkTransformPolyDataFilter * TubeXForm
 
vtkCenteredSliderRepresentation()
 
void WidgetInteraction(double eventPos[2]) override
Methods to interface with the vtkSliderWidget.
 
void BuildRepresentation() override
Methods to interface with the vtkSliderWidget.
 
vtkCoordinate * GetPoint1Coordinate()
Position the first end point of the slider.
 
void ReleaseGraphicsResources(vtkWindow *window) override
Methods supporting the rendering process.
 
vtkCellArray * SliderCells
 
const char * GetTitleText() override
Specify the label text for this widget.
 
vtkTransformPolyDataFilter * SliderXForm
 
vtkPolyDataMapper2D * TubeMapper
 
vtkCoordinate * GetPoint2Coordinate()
Position the second end point of the slider.
 
vtkProperty2D * SliderProperty
 
int RenderOverlay(vtkViewport *) override
Methods supporting the rendering process.
 
vtkPolyDataMapper2D * SliderMapper
 
~vtkCenteredSliderRepresentation() override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for the class.
 
void Highlight(int) override
Methods to interface with the vtkSliderWidget.
 
vtkProperty2D * TubeProperty
 
vtkCoordinate * Point1Coordinate
 
void StartWidgetInteraction(double eventPos[2]) override
Methods to interface with the vtkSliderWidget.
 
vtkCoordinate * Point2Coordinate
 
vtkTextProperty * LabelProperty
 
virtual double ComputePickPosition(double x, double y)
 
vtkProperty2D * SelectedProperty
 
void PlaceWidget(double bounds[6]) override
Methods to interface with the vtkSliderWidget.
 
vtkTextActor * LabelActor
 
static vtkCenteredSliderRepresentation * New()
Instantiate the class.
 
void GetActors(vtkPropCollection *propCollections) override
Methods supporting the rendering process.
 
int RenderOpaqueGeometry(vtkViewport *) override
Methods supporting the rendering process.
 
int ComputeInteractionState(int X, int Y, int modify=0) override
Methods to interface with the vtkSliderWidget.
 
void SetTitleText(const char *) override
Specify the label text for this widget.
 
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