74 getImageHisto(
const std::string& image,
int& nbOfPoints,
75 float& binSize,
int time = 0 ) ;
76 std::map< std::string, std::vector<float> >
77 getGraphHisto(
const std::string& image,
const std::string& graph,
78 std::map< std::string, int>& nbOfPoints,
79 std::map< std::string, float>& meanValue,
80 std::map< std::string, float>& stdDeviation,
84 getRegionHisto(
const std::string& image,
const std::string& graph,
85 const std::string& region,
int& nbOfPoints,
86 float& meanValue,
float& stdDev,
87 float& binSize,
int time = 0 ) ;
89 std::map< std::string, std::vector<float> > myImageHistos ;
90 std::map< std::string, int > myNbOfPoints ;
95 float myIgnoreForMax ;
102 bool myShowImageHisto ;
void nbOfBinsChanged(int)
void setNbOfBins(int nbOfBins)
void lowChanged(float low)
void showHistoChange(int)
RoiHistoPlot(QWidget *parent, int nbOfBins)
virtual void update(const anatomist::Observable *, void *)
This method is called whenever the observed object is changed.
void printHistos(const std::string &filename)
void highChanged(float high)
void ignoreUnderLowChicked(int)
This class can be subclassed to represent an object that the programmer wants to have observed.
A class can implement the Observer interface when it wants to be informed of changes in observable ob...