15#ifndef vtkInteractorStyleDrawPolygon_h
16#define vtkInteractorStyleDrawPolygon_h
18#include "vtkInteractionStyleModule.h"
25VTK_ABI_NAMESPACE_BEGIN
49 vtkSetMacro(DrawPolygonPixels,
bool);
50 vtkGetMacro(DrawPolygonPixels,
bool);
51 vtkBooleanMacro(DrawPolygonPixels,
bool);
78 vtkInternal* Internal;
a simple class to control print indentation
draw polygon during mouse move
void OnLeftButtonUp() override
Event bindings.
void OnMouseMove() override
Event bindings.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkInteractorStyleDrawPolygon()
virtual void DrawPolygon()
std::vector< vtkVector2i > GetPolygonPoints()
Get the current polygon points in display units.
~vtkInteractorStyleDrawPolygon() override
vtkUnsignedCharArray * PixelArray
static vtkInteractorStyleDrawPolygon * New()
void OnLeftButtonDown() override
Event bindings.
provide event-driven interface to the rendering window (defines trackball mode)
dynamic, self-adjusting array of unsigned char