35 #ifndef vtkSliderRepresentation3D_h 36 #define vtkSliderRepresentation3D_h 38 #include "vtkInteractionWidgetsModule.h" 81 void SetPoint1InWorldCoordinates(
double x,
double y,
double z);
94 void SetPoint2InWorldCoordinates(
double x,
double y,
double z);
111 vtkSetClampMacro(SliderShape,
int,SphereShape,CylinderShape);
112 vtkGetMacro(SliderShape,
int);
123 vtkSetMacro(Rotation,
double);
124 vtkGetMacro(Rotation,
double);
206 virtual double ComputePickPosition(
double eventPos[2]);
vtkTransformPolyDataFilter * Cylinder
represents an object (geometry & properties) in a rendered scene
represent and manipulate 4x4 transformation matrices
generate a cylinder centered at origin
vtkTypeUInt32 vtkMTimeType
abstract specification for Viewports
represent surface properties of a geometric object
void SetSliderShapeToCylinder()
Specify whether to use a sphere or cylinder slider shape.
void SetSliderShapeToSphere()
Specify whether to use a sphere or cylinder slider shape.
vtkCoordinate * Point1Coordinate
virtual void SetTitleText(const char *)
Specify the label text for this widget.
vtkPolyDataMapper * LeftCapMapper
window superclass for vtkRenderWindow
vtkPolyDataMapper * RightCapMapper
create a polygonal sphere centered at the origin
vtkSphereSource * SliderSource
a simple class to control print indentation
vtkPolyDataMapper * TubeMapper
provide the representation for a vtkSliderWidget with a 3D skin
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkPolyDataMapper * TitleMapper
#define VTK_SIZEHINT(...)
vtkVectorText * LabelText
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems ...
abstract class defines the representation for a vtkSliderWidget
create hierarchies of vtkProp3Ds (transformable props)
vtkPolyDataMapper * LabelMapper
map vtkPolyData to graphics primitives
vtkProperty * SliderProperty
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for the class.
vtkProperty * SelectedProperty
vtkProperty * TubeProperty
ray-cast cell picker for all kinds of Prop3Ds
virtual const char * GetTitleText()
vtkPolyDataMapper * SliderMapper
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkAssembly * WidgetAssembly
vtkCoordinate * Point2Coordinate
vtkCylinderSource * CylinderSource
vtkProperty * CapProperty
vtkVectorText * TitleText