hpp-manipulation 7.0.0 Classes for manipulation planning. |
#include <hpp/manipulation/graph/statistics.hh>


Public Types | |
| typedef ::hpp::statistics::Statistics< NodeBin > | Parent |
| Public Types inherited from hpp::statistics::Statistics< NodeBin > | |
| typedef std::list< T > | Container |
| typedef Container::iterator | iterator |
| typedef Container::const_iterator | const_iterator |
Public Member Functions | |
| StateHistogram (const graph::GraphPtr_t &graph) | |
| void | add (const RoadmapNodePtr_t &n) |
| Insert an occurence of a value in the histogram. | |
| std::ostream & | print (std::ostream &os) const |
| const graph::GraphPtr_t & | constraintGraph () const |
| virtual HistogramPtr_t | clone () const |
| void | clear () |
| Public Member Functions inherited from hpp::statistics::Statistics< NodeBin > | |
| virtual std::size_t | freq (const T &bin) const |
| virtual relativeFreq (const T &bin) const | |
| std::size_t | numberOfObservations () const |
| unsigned int | numberOfBins () const |
| find (const T &bin) const | |
| find (const U &value) const | |
| begin () const | |
| end () const | |
| void | clear () |
| Public Member Functions inherited from hpp::manipulation::graph::Histogram | |
| virtual | ~Histogram () |
Additional Inherited Members | |
| Protected Member Functions inherited from hpp::statistics::Statistics< NodeBin > | |
| Statistics () | |
| virtual T & | increment (const T &bin) __attribute__((deprecated)) |
| virtual insert (const T &bin) | |
| hpp::manipulation::graph::StateHistogram::StateHistogram | ( | const graph::GraphPtr_t & | graph | ) |
Constructor
| graph | The constraint graph used to get the states from a configuration. |
| virtual |
Insert an occurence of a value in the histogram.
Implements hpp::manipulation::graph::Histogram.
| inlinevirtual |
Implements hpp::manipulation::graph::Histogram.
| virtual |
Implements hpp::manipulation::graph::Histogram.
| const graph::GraphPtr_t & hpp::manipulation::graph::StateHistogram::constraintGraph | ( | ) | const |
| virtual |
Reimplemented from hpp::statistics::Statistics< NodeBin >.