hpp::manipulation::graph::LeafBin Class Reference

This class is used to do statistics on the roadmap. More...

#include <hpp/manipulation/graph/statistics.hh>

List of all members.

Public Types

typedef ::hpp::statistics::Bin Parent
typedef std::list
< core::NodePtr_t
RoadmapNodes_t

Public Member Functions

 LeafBin (const vector_t &v, value_type *threshold_)
void push_back (const core::NodePtr_t &n)
bool operator< (const LeafBin &rhs) const
bool operator== (const LeafBin &rhs) const
const vector_tvalue () const
std::ostream & print (std::ostream &os) const
unsigned int numberOfObsOutOfConnectedComponent (const core::ConnectedComponentPtr_t &cc) const
const RoadmapNodes_tnodes () const

Detailed Description

This class is used to do statistics on the roadmap.

It keeps a track of which leaves of a foliation have been visited.


Member Typedef Documentation

typedef ::hpp::statistics::Bin hpp::manipulation::graph::LeafBin::Parent

Constructor & Destructor Documentation


Member Function Documentation

bool hpp::manipulation::graph::LeafBin::operator< ( const LeafBin rhs) const
bool hpp::manipulation::graph::LeafBin::operator== ( const LeafBin rhs) const
std::ostream& hpp::manipulation::graph::LeafBin::print ( std::ostream &  os) const
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends