Detailed Description
Definition at line 26 of file NodeDescriptor.hpp.
List of all members.
Public Member Functions |
| Histogram (HistogramType _type, const std::vector< double > &_values) |
HistogramType | type () const |
const std::vector< double > & | values () const |
double | mean () const |
double | stdDev () const |
Private Attributes |
HistogramType | m_type |
std::vector< double > | m_values |
double | m_mean |
double | m_stdDev |
Friends |
class | std::map< HistogramType, Histogram > |
The documentation for this class was generated from the following file: