7 #include <fwData/Histogram.hpp> 8 #include <fwCamp/UserObject.hpp> 10 fwCampImplementDataMacro((
fwData)(Histogram))
13 .tag(
"object_version",
"1")
14 .tag(
"lib_name",
"fwData")
fwHistogramValues m_values
Histogram values.
float m_minValue
The minimum pixel value within the histogram (a default value is set to 0).
float m_maxValue
The maximum pixel value within the histogram (a default value is set to 100).
float m_binsWidth
The pixel width of the bins (a default value is set to 1).
Contains the representation of the data objects used in the framework.