Robotics Library  0.7.0
Public Member Functions | Public Attributes | List of all members
rl::mdl::Compound::EdgePredicate< EdgeWeightMap > Struct Template Reference

Public Member Functions

 EdgePredicate ()
 
 EdgePredicate (const EdgeWeightMap &weight)
 
template<typename Edge >
bool operator() (const Edge &e) const
 

Public Attributes

EdgeWeightMap weight
 

Constructor & Destructor Documentation

◆ EdgePredicate() [1/2]

template<typename EdgeWeightMap >
rl::mdl::Compound::EdgePredicate< EdgeWeightMap >::EdgePredicate ( )
inline

◆ EdgePredicate() [2/2]

template<typename EdgeWeightMap >
rl::mdl::Compound::EdgePredicate< EdgeWeightMap >::EdgePredicate ( const EdgeWeightMap &  weight)
inline

Member Function Documentation

◆ operator()()

template<typename EdgeWeightMap >
template<typename Edge >
bool rl::mdl::Compound::EdgePredicate< EdgeWeightMap >::operator() ( const Edge &  e) const
inline

Member Data Documentation

◆ weight

template<typename EdgeWeightMap >
EdgeWeightMap rl::mdl::Compound::EdgePredicate< EdgeWeightMap >::weight

The documentation for this struct was generated from the following file: