29 #ifndef __vtkSphereHandleRepresentation_h
30 #define __vtkSphereHandleRepresentation_h
71 vtkSetMacro(TranslationMode,
int);
72 vtkGetMacro(TranslationMode,
int);
73 vtkBooleanMacro(TranslationMode,
int);
76 void SetSphereRadius(
double);
77 double GetSphereRadius();
92 vtkSetClampMacro(HotSpotSize,
double,0.0,1.0);
93 vtkGetMacro(HotSpotSize,
double);
135 double LastPickPosition[3];
136 double LastEventPosition[2];
140 void Translate(
double *p1,
double *p2);
141 void Scale(
double *p1,
double *p2,
double eventPos[2]);
142 void MoveFocus(
double *p1,
double *p2);
149 void CreateDefaultProperties();
153 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])