| 
    hpp-manipulation
    6.0.0
    
   Classes for manipulation planning. 
   | 
 
#include <hpp/manipulation/graph/statistics.hh>
Public Member Functions | |
| bool | contains (ConfigurationIn_t q) const | 
| Whether the configuration is the submanifold $\mathcal{M}$.  More... | |
| vector_t | parameter (ConfigurationIn_t q) const | 
| Whether the configuration is the submanifold $\mathcal{M}$.  More... | |
| void | condition (const ConstraintSetPtr_t c) | 
| ConstraintSetPtr_t | condition () const | 
| void | parametrizer (const ConstraintSetPtr_t p) | 
| ConstraintSetPtr_t | parametrizer () const | 
This class represents a foliation of a submanifold of the configuration space. Such a foliation is defined by the two following functions:
| ConstraintSetPtr_t hpp::manipulation::graph::Foliation::condition | ( | ) | const | 
| void hpp::manipulation::graph::Foliation::condition | ( | const ConstraintSetPtr_t | c | ) | 
| bool hpp::manipulation::graph::Foliation::contains | ( | ConfigurationIn_t | q | ) | const | 
Whether the configuration is the submanifold $\mathcal{M}$.
| vector_t hpp::manipulation::graph::Foliation::parameter | ( | ConfigurationIn_t | q | ) | const | 
Whether the configuration is the submanifold $\mathcal{M}$.
| ConstraintSetPtr_t hpp::manipulation::graph::Foliation::parametrizer | ( | ) | const | 
| void hpp::manipulation::graph::Foliation::parametrizer | ( | const ConstraintSetPtr_t | p | ) |