29 #ifndef vtkSphereHandleRepresentation_h
30 #define vtkSphereHandleRepresentation_h
72 vtkSetMacro(TranslationMode,
int);
73 vtkGetMacro(TranslationMode,
int);
74 vtkBooleanMacro(TranslationMode,
int);
77 void SetSphereRadius(
double);
78 double GetSphereRadius();
93 vtkSetClampMacro(HotSpotSize,
double,0.0,1.0);
94 vtkGetMacro(HotSpotSize,
double);
136 double LastPickPosition[3];
137 double LastEventPosition[2];
144 void Translate(
double *p1,
double *p2);
145 void Scale(
double *p1,
double *p2,
double eventPos[2]);
146 void MoveFocus(
double *p1,
double *p2);
153 void CreateDefaultProperties();
157 int DetermineConstraintAxis(
int constraint,
double *x);
abstract superclass for all actors, volumes and annotations
vtkCellPicker * CursorPicker
virtual void SetWorldPosition(double pos[3])
represents an object (geometry & properties) in a rendered scene
abstract class for representing widget handles
abstract specification for Viewports
represent surface properties of a geometric object
vtkPolyDataMapper * Mapper
virtual void ShallowCopy(vtkProp *prop)
window superclass for vtkRenderWindow
create a polygonal sphere centered at the origin
a simple class to control print indentation
vtkProperty * SelectedProperty
void PrintSelf(ostream &os, vtkIndent indent)
virtual void DeepCopy(vtkProp *prop)
map vtkPolyData to graphics primitives
ray-cast cell picker for all kinds of Prop3Ds
A spherical rendition of point in 3D space.
virtual void SetDisplayPosition(double pos[3])