Go to the documentation of this file.
36 #ifndef vtkCenteredSliderRepresentation_h
37 #define vtkCenteredSliderRepresentation_h
39 #include "vtkInteractionWidgetsModule.h"
represent and manipulate 3D points
vtkPolyDataMapper2D * TubeMapper
draw vtkPolyData onto the image plane
vtkTextActor * LabelActor
int RenderOpaqueGeometry(vtkViewport *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void GetActors(vtkPropCollection *) override
Methods supporting the rendering process.
void WidgetInteraction(double eventPos[2]) override
vtkCenteredSliderRepresentation()
provide the representation for a vtkCenteredSliderWidget
const char * GetTitleText() override
vtkProperty2D * SelectedProperty
int ComputeInteractionState(int X, int Y, int modify=0) override
window superclass for vtkRenderWindow
void BuildRepresentation() override
vtkTextProperty * LabelProperty
vtkCoordinate * Point2Coordinate
vtkCoordinate * GetPoint2Coordinate()
Position the second end point of the slider.
vtkCellArray * SliderCells
void ReleaseGraphicsResources(vtkWindow *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
void PlaceWidget(double bounds[6]) override
Methods to interface with the vtkSliderWidget.
An actor that displays text.
a simple class to control print indentation
object to represent cell connectivity
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems
static vtkCenteredSliderRepresentation * New()
Instantiate the class.
void SetTitleText(const char *) override
Specify the label text for this widget.
abstract specification for Viewports
vtkCoordinate * Point1Coordinate
represent text properties.
represent surface properties of a 2D image
a actor that draws 2D data
int RenderOverlay(vtkViewport *) override
vtkProperty2D * SliderProperty
void Highlight(int) override
void StartWidgetInteraction(double eventPos[2]) override
vtkProperty2D * TubeProperty
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkTransformPolyDataFilter * SliderXForm
vtkTransformPolyDataFilter * TubeXForm
vtkPolyDataMapper2D * SliderMapper
vtkCoordinate * GetPoint1Coordinate()
Position the first end point of the slider.
~vtkCenteredSliderRepresentation() override
virtual double ComputePickPosition(double x, double y)
abstract class defines the representation for a vtkSliderWidget