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