12 #ifndef CXVECTOR3DCOMPONENTPROPERTY_H_ 13 #define CXVECTOR3DCOMPONENTPROPERTY_H_ 15 #include "cxResourceExport.h" 40 virtual QString getDisplayName()
const;
41 virtual bool setValue(
double value);
42 virtual double getValue()
const;
45 virtual QString getHelp()
const;
47 virtual double convertInternal2Display(
double internal);
48 virtual double convertDisplay2Internal(
double display);
49 virtual int getValueDecimals()
const;
Utility class for describing a bounded numeric range.
Vector3DPropertyBasePtr mBase
boost::shared_ptr< Vector3DPropertyBase > Vector3DPropertyBasePtr
boost::shared_ptr< Vector3DComponentProperty > Vector3DComponentPropertyPtr
virtual ~Vector3DComponentProperty()
Namespace for all CustusX production code.