59 #include "vtkInteractionWidgetsModule.h" 62 class vtk3DWidgetConnection;
83 virtual void PlaceWidget(
double bounds[6]) = 0;
84 virtual void PlaceWidget();
85 virtual void PlaceWidget(
double xmin,
double xmax,
double ymin,
double ymax,
86 double zmin,
double zmax);
119 vtkGetMacro(PlaceFactor,
double);
129 vtkSetClampMacro(HandleSize,
double,0.001,0.5);
130 vtkGetMacro(HandleSize,
double);
145 void AdjustBounds(
double bounds[6],
double newBounds[6],
double center[3]);
148 double InitialBounds[6];
151 double SizeHandles(
double factor);
156 double LastPickPosition[3];
abstract class to specify dataset behavior
represents an 3D object for placement in a rendered scene
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Proxy object to connect input/output ports.
an abstract superclass for classes observing events invoked by vtkRenderWindowInteractor ...
a simple class to control print indentation