#include <Modules/Loadable/Annotations/Widgets/qMRMLAnnotationROIWidget.h>
|
| QScopedPointer< qMRMLAnnotationROIWidgetPrivate > | d_ptr |
| |
Definition at line 38 of file qMRMLAnnotationROIWidget.h.
◆ qMRMLAnnotationROIWidget()
| qMRMLAnnotationROIWidget::qMRMLAnnotationROIWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~qMRMLAnnotationROIWidget()
| qMRMLAnnotationROIWidget::~qMRMLAnnotationROIWidget |
( |
| ) |
|
|
override |
◆ displayClippingBoxChanged
| void qMRMLAnnotationROIWidget::displayClippingBoxChanged |
( |
bool |
| ) |
|
|
signal |
◆ mrmlROINode()
Returns the current MRML ROI node.
◆ onMRMLDisplayNodeModified
| void qMRMLAnnotationROIWidget::onMRMLDisplayNodeModified |
( |
| ) |
|
|
protectedslot |
Internal function to update the ROIDisplay node.
◆ onMRMLNodeModified
| void qMRMLAnnotationROIWidget::onMRMLNodeModified |
( |
| ) |
|
|
protectedslot |
Internal function to update the widgets based on the ROI node.
◆ setDisplayClippingBox
| void qMRMLAnnotationROIWidget::setDisplayClippingBox |
( |
bool |
visible | ) |
|
|
slot |
Turn on/off the visibility of the ROI node.
◆ setExtent() [1/2]
| void qMRMLAnnotationROIWidget::setExtent |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
◆ setExtent() [2/2]
| void qMRMLAnnotationROIWidget::setExtent |
( |
double |
minLR, |
|
|
double |
maxLR, |
|
|
double |
minPA, |
|
|
double |
maxPA, |
|
|
double |
minIS, |
|
|
double |
maxIS |
|
) |
| |
◆ setInteractiveMode
| void qMRMLAnnotationROIWidget::setInteractiveMode |
( |
bool |
interactive | ) |
|
|
slot |
Turn on/off the tracking mode of the sliders. The ROI node will be updated only when the slider handles are released.
◆ setMRMLAnnotationROINode [1/2]
Set the MRML node of interest.
◆ setMRMLAnnotationROINode [2/2]
| void qMRMLAnnotationROIWidget::setMRMLAnnotationROINode |
( |
vtkMRMLNode * |
node | ) |
|
|
slot |
◆ updateROI
| void qMRMLAnnotationROIWidget::updateROI |
( |
| ) |
|
|
protectedslot |
Internal function to update the ROI node based on the sliders.
◆ d_ptr
| QScopedPointer<qMRMLAnnotationROIWidgetPrivate> qMRMLAnnotationROIWidget::d_ptr |
|
protected |
The documentation for this class was generated from the following file: