62 #include "vtkInteractionWidgetsModule.h"
65 class vtk3DWidgetConnection;
86 virtual void PlaceWidget(
double bounds[6]) = 0;
87 virtual void PlaceWidget();
88 virtual void PlaceWidget(
89 double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax);
122 vtkGetMacro(PlaceFactor,
double);
132 vtkSetClampMacro(HandleSize,
double, 0.001, 0.5);
133 vtkGetMacro(HandleSize,
double);
148 void AdjustBounds(
double bounds[6],
double newBounds[6],
double center[3]);
151 double InitialBounds[6];
154 double SizeHandles(
double factor);
159 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