 |
VTK
9.0.1
|
Go to the documentation of this file.
24 #ifndef vtkInteractorStyleDrawPolygon_h
25 #define vtkInteractorStyleDrawPolygon_h
27 #include "vtkInteractionStyleModule.h"
55 vtkSetMacro(DrawPolygonPixels,
bool);
56 vtkGetMacro(DrawPolygonPixels,
bool);
57 vtkBooleanMacro(DrawPolygonPixels,
bool);
63 std::vector<vtkVector2i> GetPolygonPoints();
69 virtual void DrawPolygon();
84 vtkInternal* Internal;
dynamic, self-adjusting array of unsigned char
vtkUnsignedCharArray * PixelArray
virtual void OnMouseMove()
Generic event bindings can be overridden in subclasses.
draw polygon during mouse move
virtual void OnLeftButtonDown()
a simple class to control print indentation
provide event-driven interface to the rendering window (defines trackball mode)
virtual void OnLeftButtonUp()
static vtkInteractorStyle * New()
This class must be supplied with a vtkRenderWindowInteractor wrapper or parent.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.