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 ignoreUnderLowChicked(int)
 
virtual void update(const anatomist::Observable *, void *)
This method is called whenever the observed object is changed. 
 
A class can implement the Observer interface when it wants to be informed of changes in observable ob...
 
void highChanged(float high)
 
void printHistos(const std::string &filename)
 
RoiHistoPlot(QWidget *parent, int nbOfBins)
 
This class can be subclassed to represent an object that the programmer wants to have observed...
 
void showHistoChange(int)
 
void lowChanged(float low)
 
void setNbOfBins(int nbOfBins)