CustusX
15.4.0-beta
An IGT application
|
Widget displays/edits a BoundingBox3D. More...
#include <cxBoundingBoxWidget.h>
Signals | |
void | changed () |
Public Member Functions | |
BoundingBoxWidget (QWidget *parent=NULL) | |
void | setValue (const DoubleBoundingBox3D &value, const DoubleBoundingBox3D &range) |
DoubleBoundingBox3D | getValue () const |
void | showDim (int dim, bool visible) |
Widget displays/edits a BoundingBox3D.
Definition at line 54 of file cxBoundingBoxWidget.h.
cx::BoundingBoxWidget::BoundingBoxWidget | ( | QWidget * | parent = NULL | ) |
Definition at line 41 of file cxBoundingBoxWidget.cpp.
|
signal |
DoubleBoundingBox3D cx::BoundingBoxWidget::getValue | ( | ) | const |
Definition at line 75 of file cxBoundingBoxWidget.cpp.
void cx::BoundingBoxWidget::setValue | ( | const DoubleBoundingBox3D & | value, |
const DoubleBoundingBox3D & | range | ||
) |
Definition at line 64 of file cxBoundingBoxWidget.cpp.
void cx::BoundingBoxWidget::showDim | ( | int | dim, |
bool | visible | ||
) |
Definition at line 59 of file cxBoundingBoxWidget.cpp.