67 #ifndef vtkPointWidget_h
68 #define vtkPointWidget_h
72 #include "vtkInteractionWidgetsModule.h"
74 VTK_ABI_NAMESPACE_BEGIN
98 void PlaceWidget()
override { this->Superclass::PlaceWidget(); }
100 double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax)
override
102 this->Superclass::PlaceWidget(xmin, xmax, ymin, ymax, zmin, zmax);
117 void SetPosition(
double x,
double y,
double z) { this->Cursor3D->SetFocalPoint(x, y, z); }
120 void GetPosition(
double xyz[3]) { this->Cursor3D->GetFocalPoint(xyz); }
161 this->Cursor3D->SetTranslationMode(
mode);
162 this->Cursor3D->Update();
205 vtkSetClampMacro(HotSpotSize,
double, 0.0, 1.0);
206 vtkGetMacro(HotSpotSize,
double);
228 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
254 void Scale(
double* p1,
double* p2,
int X,
int Y);
275 VTK_ABI_NAMESPACE_END
represents an object (geometry & properties) in a rendered scene
ray-cast cell picker for all kinds of Prop3Ds
generate a 3D cursor representation
a simple class to control print indentation
abstract base class for most VTK objects
map vtkPolyData to graphics primitives
concrete dataset represents vertices, lines, polygons, and triangle strips
represent surface properties of a geometric object
#define VTK_SIZEHINT(...)