35#ifndef vtkSliderRepresentation3D_h
36#define vtkSliderRepresentation3D_h
38#include "vtkInteractionWidgetsModule.h"
111 vtkSetClampMacro(SliderShape,
int,SphereShape,CylinderShape);
112 vtkGetMacro(SliderShape,
int);
124 vtkGetMacro(Rotation,
double);
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 cylinder centered at 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
provide the representation for a vtkSliderWidget with a 3D skin
vtkPolyDataMapper * LabelMapper
~vtkSliderRepresentation3D()
virtual void PlaceWidget(double bounds[6])
Methods to interface with the vtkSliderWidget.
vtkPolyDataMapper * LeftCapMapper
vtkSliderRepresentation3D()
virtual void BuildRepresentation()
void SetPoint2InWorldCoordinates(double x, double y, double z)
virtual void WidgetInteraction(double newEventPos[2])
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
vtkCoordinate * GetPoint1Coordinate()
Position the first end point of the slider.
vtkCylinderSource * CylinderSource
virtual double * GetBounds()
Methods supporting the rendering process.
vtkProperty * CapProperty
virtual void GetActors(vtkPropCollection *)
For some exporters and other other operations we must be able to collect all the actors or volumes.
virtual void StartWidgetInteraction(double eventPos[2])
virtual void RegisterPickers()
Register internal Pickers in the Picking Manager.
vtkPolyDataMapper * RightCapMapper
virtual double ComputePickPosition(double eventPos[2])
virtual void Highlight(int)
vtkProperty * SliderProperty
vtkAssembly * WidgetAssembly
virtual int HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual vtkMTimeType GetMTime()
Override GetMTime to include point coordinates.
void SetSliderShapeToCylinder()
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
vtkPolyDataMapper * TitleMapper
vtkProperty * SelectedProperty
vtkVectorText * TitleText
vtkPolyDataMapper * TubeMapper
vtkVectorText * LabelText
vtkTransformPolyDataFilter * Cylinder
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkCoordinate * Point1Coordinate
vtkSphereSource * SliderSource
virtual void SetTitleText(const char *)
Specify the title text for this widget.
static vtkSliderRepresentation3D * New()
Instantiate the class.
vtkPolyDataMapper * SliderMapper
vtkCoordinate * Point2Coordinate
void SetPoint1InWorldCoordinates(double x, double y, double z)
void SetSliderShapeToSphere()
virtual const char * GetTitleText()
vtkProperty * TubeProperty
vtkCoordinate * GetPoint2Coordinate()
Position the second end point of the slider.
abstract class defines the representation for a vtkSliderWidget
create a polygonal sphere centered at the origin
abstract specification for Viewports
window superclass for vtkRenderWindow
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkTypeUInt64 vtkMTimeType