21 #ifndef __qMRMLSliceInformationWidget_h 22 #define __qMRMLSliceInformationWidget_h 33 #include "qMRMLWidgetsExport.h" 35 class qMRMLSliceInformationWidgetPrivate;
66 void setSliceOrientation(
const QString& orientation);
69 void setSliceVisible(
bool visible);
72 void setWidgetVisible(
bool visible);
75 void setViewGroup(
int viewGroup);
78 void setLightboxLayoutRows(
int rowCount);
81 void setLightboxLayoutColumns(
int columnCount);
85 void setSliceSpacingMode(
int spacingMode);
88 void setPrescribedSliceSpacing(
double spacing);
91 QScopedPointer<qMRMLSliceInformationWidgetPrivate>
d_ptr;
MRML node for storing a slice through RAS space.
Abstract Superclass for all specific types of MRML nodes.
Slicer logic class for slice manipulation.