|
MeVisLab Toolbox Reference
|
Allows drawing and editing of a rectangle on a SoView2D. More...
#include <SoView2DRectangle.h>
Public Member Functions | |
| void | reset (View2DSliceList *slicelist, int slice) |
| bool | isDrawnOnViewer (View2DSliceList *slicelist, int slice) const |
Public Attributes | |
| SoView2D * | viewer {} |
| int | currentSlice {} |
| uint8_t | hitID {} |
Allows drawing and editing of a rectangle on a SoView2D.
Definition at line 26 of file SoView2DRectangle.h.
|
inline |
Definition at line 34 of file SoView2DRectangle.h.
References currentSlice, View2DSliceList::getOwner(), and viewer.
|
inline |
Definition at line 28 of file SoView2DRectangle.h.
References currentSlice, View2DSliceList::getOwner(), hitID, and viewer.
| int HitHandle::currentSlice {} |
Definition at line 39 of file SoView2DRectangle.h.
Referenced by isDrawnOnViewer(), and reset().
| uint8_t HitHandle::hitID {} |
Definition at line 40 of file SoView2DRectangle.h.
Referenced by reset().
| SoView2D* HitHandle::viewer {} |
Definition at line 38 of file SoView2DRectangle.h.
Referenced by isDrawnOnViewer(), and reset().