28 #ifndef TRIALDISPLAY_RECTREGIONEVENT_H
29 #define TRIALDISPLAY_RECTREGIONEVENT_H
Contains info on the WC rectanglar area selected by MWCRTRegion mouse tool.
virtual const casacore::Vector< casacore::Int > pixBlc() const
The corners of the selected rectangle, in screen pixel coordinates.
Implementation of drawing in world coordinates on top of a PixelCanvas.
RectRegionEvent(WorldCanvas *wc, const casacore::Int pixX1, const casacore::Int pixY1, const casacore::Int pixX2, const casacore::Int pixY2)
Constructor taking a pointer to the WorldCanvas where the event occured, and the pixel coordinates of...
casacore::Vector< casacore::Int > itsPixTrc
casacore::Vector< casacore::Int > itsPixBlc
pixel position of the rectangle
virtual const casacore::Vector< casacore::Int > pixTrc() const
Base class describing event information for WorldCanvases.