32#ifndef vtkSliderRepresentation3D_h
33#define vtkSliderRepresentation3D_h
37#include "vtkInteractionWidgetsModule.h"
255#if !defined(VTK_LEGACY_REMOVE)
represents an object (geometry & properties) in a rendered scene
create hierarchies of vtkProp3Ds (transformable props)
ray-cast cell picker for all kinds of Prop3Ds
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems
generate a polygonal cylinder centered at the origin
a simple class to control print indentation
represent and manipulate 4x4 transformation matrices
map vtkPolyData to graphics primitives
represent surface properties of a geometric object
vtkMTimeType GetMTime() override
Override GetMTime to include point coordinates.
void BuildRepresentation() override
Methods to interface with the vtkSliderWidget.
vtkPolyDataMapper * LabelMapper
vtkPolyDataMapper * LeftCapMapper
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
Methods supporting the rendering process.
vtkSliderRepresentation3D()
void SetPoint2InWorldCoordinates(double x, double y, double z)
Position the second end point of the slider.
vtkCoordinate * GetPoint1Coordinate()
Position the first end point of the slider.
vtkCylinderSource * CylinderSource
void Highlight(int) override
Methods to interface with the vtkSliderWidget.
virtual void SetSliderShape(int)
Specify whether to use a sphere or cylinder slider shape.
vtkProperty * CapProperty
void ReleaseGraphicsResources(vtkWindow *) override
Methods supporting the rendering process.
const char * GetTitleText() override
Specify the title text for this widget.
vtkPolyDataMapper * RightCapMapper
void WidgetInteraction(double newEventPos[2]) override
Methods to interface with the vtkSliderWidget.
virtual double ComputePickPosition(double eventPos[2])
double * GetBounds() override
Methods supporting the rendering process.
void StartWidgetInteraction(double eventPos[2]) override
Methods to interface with the vtkSliderWidget.
vtkProperty * SliderProperty
vtkAssembly * WidgetAssembly
void RegisterPickers() override
Register internal Pickers in the Picking Manager.
void SetSliderShapeToCylinder()
Specify whether to use a sphere or cylinder slider shape.
int RenderOpaqueGeometry(vtkViewport *) override
Methods supporting the rendering process.
vtkPolyDataMapper * TitleMapper
SliderShapeType _SliderShape
vtkProperty * SelectedProperty
vtkVectorText * TitleText
void GetActors(vtkPropCollection *) override
Methods supporting the rendering process.
vtkPolyDataMapper * TubeMapper
vtkVectorText * LabelText
vtkTransformPolyDataFilter * Cylinder
void PlaceWidget(double bounds[6]) override
Methods to interface with the vtkSliderWidget.
vtkCoordinate * Point1Coordinate
void SetTitleText(const char *) override
Specify the title text for this widget.
vtkSphereSource * SliderSource
static vtkSliderRepresentation3D * New()
Instantiate the class.
vtkPolyDataMapper * SliderMapper
vtkCoordinate * Point2Coordinate
void SetPoint1InWorldCoordinates(double x, double y, double z)
Position the first end point of the slider.
void SetSliderShapeToSphere()
Specify whether to use a sphere or cylinder slider shape.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for the class.
vtkProperty * TubeProperty
vtkTypeBool HasTranslucentPolygonalGeometry() override
Methods supporting the rendering process.
vtkCoordinate * GetPoint2Coordinate()
Position the second end point of the slider.
vtkSliderRepresentation()
create a polygonal sphere centered at the origin
abstract specification for Viewports
window superclass for vtkRenderWindow
#define VTK_DEPRECATED_IN_9_2_0(reason)
vtkTypeUInt32 vtkMTimeType
#define VTK_SIZEHINT(...)