Constraint Graph

Classes

class  hpp::manipulation::graph::Edge
 Transition between two states of a constraint graph. More...
 
class  hpp::manipulation::graph::WaypointEdge
 Edge with waypoint. More...
 
class  hpp::manipulation::graph::LevelSetEdge
 Edge that find intersection of level set. More...
 
class  hpp::manipulation::graph::GraphComponent
 Define common methods of the graph components. More...
 
class  hpp::manipulation::graph::Graph
 Description of the constraint graph. More...
 
class  hpp::manipulation::graph::State
 State of an end-effector. More...
 
class  hpp::manipulation::graph::Validation
 Check that graph components are valid. More...
 

Functions

std::ostream & hpp::manipulation::graph::operator<< (std::ostream &os, const GraphComponent &graphComp)
 
std::ostream & hpp::manipulation::graph::operator<< (std::ostream &os, const Validation &v)
 

Detailed Description

Function Documentation

◆ operator<<() [1/2]

std::ostream& hpp::manipulation::graph::operator<< ( std::ostream &  os,
const Validation v 
)
inline

◆ operator<<() [2/2]

std::ostream& hpp::manipulation::graph::operator<< ( std::ostream &  os,
const GraphComponent graphComp 
)