Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkFloatPropertyExtension_h
14 #define mitkFloatPropertyExtension_h
30 itkFactorylessNewMacro(
Self);
37 int GetDecimals()
const;
38 void SetDecimals(
int decimals);
40 float GetMaximum()
const;
41 void SetMaximum(
float maximum);
43 float GetMinimum()
const;
44 void SetMinimum(
float minimum);
46 float GetSingleStep()
const;
47 void SetSingleStep(
float singleStep);
#define mitkNewMacro2Param(classname, typea, typeb)
Property extension for mitk::FloatProperty.
#define mitkNewMacro3Param(classname, typea, typeb, typec)
Find image slices visible on a given plane.
#define mitkClassMacro(className, SuperClassName)
#define mitkNewMacro4Param(classname, typea, typeb, typec, typed)
Base class for all property extensions.