24 #ifndef vtkInteractorStyleDrawPolygon_h 25 #define vtkInteractorStyleDrawPolygon_h 27 #include "vtkInteractionStyleModule.h" 47 void OnLeftButtonDown() VTK_OVERRIDE;
48 void OnLeftButtonUp() VTK_OVERRIDE;
56 vtkGetMacro(DrawPolygonPixels,
bool);
69 virtual
void DrawPolygon();
75 bool DrawPolygonPixels;
84 vtkInternal* Internal;
draw polygon during mouse move
static vtkInteractorStyle * New()
This class must be supplied with a vtkRenderWindowInteractor wrapper or parent.
a simple class to control print indentation
Some derived classes for the different vectors commonly used.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
dynamic, self-adjusting array of unsigned char
provide event-driven interface to the rendering window (defines trackball mode)
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual void OnMouseMove()
Generic event bindings can be overridden in subclasses.