42 #ifndef vtkWidgetRepresentation_h 43 #define vtkWidgetRepresentation_h 45 #include "vtkInteractionWidgetsModule.h" 78 vtkGetMacro(PickingManaged,
bool);
100 virtual void BuildRepresentation() = 0;
139 virtual int ComputeInteractionState(
int X,
int Y,
int modify=0);
141 {
return this->InteractionState;}
166 virtual int ComputeComplexInteractionState(
169 unsigned long event,
void *callData,
int modify = 0);
181 vtkGetMacro(PlaceFactor,
double);
194 vtkSetClampMacro(HandleSize,
double,0.001,1000);
195 vtkGetMacro(HandleSize,
double);
203 vtkGetMacro( NeedToRender,
int );
204 vtkSetClampMacro( NeedToRender,
int, 0, 1 );
239 double StartEventPosition[3];
244 void AdjustBounds(
double bounds[6],
double newBounds[6],
double center[3]);
245 double InitialBounds[6];
264 virtual void RegisterPickers();
269 virtual void UnRegisterPickers();
275 virtual void PickersModified();
297 double SizeHandlesRelativeToViewport(
double factor,
double pos[3]);
298 double SizeHandlesInPixels(
double factor,
double pos[3]);
310 const double *pos1,
const double *orient1,
311 const double *pos2,
const double *orient2);
abstract superclass for all actors, volumes and annotations
represent and manipulate 4x4 transformation matrices
Class defines API to manage the picking process.
virtual void ShallowCopy(vtkProp *prop)
Shallow copy of this vtkProp.
abstract specification for Viewports
record modification and/or execution time
abstract specification for renderers
represents an 3D object for placement in a rendered scene
window superclass for vtkRenderWindow
platform-independent render window interaction including picking and frame rate control.
a list of nodes that form an assembly path
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
abstract API for pickers that can pick an instance of vtkProp
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.