1 #ifndef SEGMENTATIONTOOL_H 2 #define SEGMENTATIONTOOL_H 21 std::array< QPixmap, 4 > pixmaps;
22 std::array< bool, 4 > needUpdate;
32 void mouseReleased( QPointF pt, Qt::MouseButtons buttons,
size_t axis );
33 void mouseClicked( QPointF pt, Qt::MouseButtons buttons,
size_t axis );
34 void mouseDragged( QPointF pt, Qt::MouseButtons buttons,
size_t axis );
The GuiImage class is a bridge to the Bial::Image data structure to the QImage data structure...
The Point3D class is a Geometric representation of a point in 3D space. A point is a zerodimension...
Content: Commonly used macros, types, static variables and functions. Description: Some macros used...