11 #ifndef CXRECONSTRUCTOUTPUTVALUEPARAMSINTERFACES_H_ 12 #define CXRECONSTRUCTOUTPUTVALUEPARAMSINTERFACES_H_ 14 #include "org_custusx_usreconstruction_Export.h" 22 class OutputVolumeParams;
40 virtual double getValue()
const;
41 virtual bool setValue(
double val);
62 virtual QString
getHelp()
const {
return "Output Volume Spacing (mm)"; }
80 virtual QString
getHelp()
const {
return "X dimension"; }
95 virtual QString
getHelp()
const {
return "Y dimension"; }
110 virtual QString
getHelp()
const {
return "Z dimension"; }
boost::shared_ptr< class UsReconstructionService > UsReconstructionServicePtr
virtual void connectValueSignals(bool on)
virtual QString getDisplayName() const
name of data entity. Used for display to user.
virtual QString getDisplayName() const
name of data entity. Used for display to user.
virtual QString getHelp() const
return a descriptive help string for the data, used for example as a tool tip.
Utility class for describing a bounded numeric range.
virtual QString getDisplayName() const
name of data entity. Used for display to user.
Helper struct for sending and controlling output volume properties.
virtual ~DoublePropertyOutputValueParams()
virtual QString getHelp() const
return a descriptive help string for the data, used for example as a tool tip.
DoublePropertyXDim(UsReconstructionServicePtr reconstructer)
DoublePropertyZDim(UsReconstructionServicePtr reconstructer)
DoubleRange getValueRange() const
virtual QString getHelp() const
return a descriptive help string for the data, used for example as a tool tip.
virtual ~DoublePropertySpacing()
virtual ~DoublePropertyXDim()
DoubleRange getValueRange() const
UsReconstructionServicePtr mReconstructer
virtual QString getDisplayName() const
name of data entity. Used for display to user.
DoublePropertySpacing(UsReconstructionServicePtr reconstructer)
virtual QString getHelp() const
return a descriptive help string for the data, used for example as a tool tip.
DoubleRange getValueRange() const
DoubleRange getValueRange() const
DoublePropertyYDim(UsReconstructionServicePtr reconstructer)
virtual int getValueDecimals() const
number of relevant decimals in value
virtual ~DoublePropertyYDim()
virtual ~DoublePropertyZDim()
Namespace for all CustusX production code.