34 #ifndef __vtkSliderRepresentation3D_h
35 #define __vtkSliderRepresentation3D_h
37 #include "vtkInteractionWidgetsModule.h"
39 #include "vtkCoordinate.h"
42 class vtkPolyDataMapper;
63 void PrintSelf(ostream& os, vtkIndent indent);
73 vtkCoordinate *GetPoint1Coordinate();
74 void SetPoint1InWorldCoordinates(
double x,
double y,
double z);
84 vtkCoordinate *GetPoint2Coordinate();
85 void SetPoint2InWorldCoordinates(
double x,
double y,
double z);
98 vtkSetClampMacro(SliderShape,
int,SphereShape,CylinderShape);
99 vtkGetMacro(SliderShape,
int);
108 vtkSetMacro(Rotation,
double);
109 vtkGetMacro(Rotation,
double);
115 vtkGetObjectMacro(SliderProperty,vtkProperty);
120 vtkGetObjectMacro(TubeProperty,vtkProperty);
121 vtkGetObjectMacro(CapProperty,vtkProperty);
127 vtkGetObjectMacro(SelectedProperty,vtkProperty);
142 virtual void GetActors(vtkPropCollection*);
150 virtual unsigned long GetMTime();
177 virtual double ComputePickPosition(
double eventPos[2]);
vtkTransformPolyDataFilter * Cylinder
represent and manipulate 4x4 transformation matrices
generate a cylinder centered at origin
void SetSliderShapeToCylinder()
void SetSliderShapeToSphere()
vtkCoordinate * Point1Coordinate
virtual void SetTitleText(const char *)
vtkPolyDataMapper * LeftCapMapper
vtkPolyDataMapper * RightCapMapper
create a polygonal sphere centered at the origin
vtkSphereSource * SliderSource
vtkPolyDataMapper * TubeMapper
provide the representation for a vtkSliderWidget with a 3D skin
vtkPolyDataMapper * TitleMapper
vtkVectorText * LabelText
abstract class defines the representation for a vtkSliderWidget
vtkPolyDataMapper * LabelMapper
vtkProperty * SliderProperty
vtkProperty * SelectedProperty
vtkProperty * TubeProperty
virtual const char * GetTitleText()
vtkPolyDataMapper * SliderMapper
vtkAssembly * WidgetAssembly
vtkCoordinate * Point2Coordinate
vtkCylinderSource * CylinderSource
void PrintSelf(ostream &os, vtkIndent indent)
vtkProperty * CapProperty
vtkVectorText * TitleText