Skip to content
Snippets Groups Projects
Commit 7bfc1717 authored by Margaux Sebal's avatar Margaux Sebal
Browse files

[Edge] Make method pathConstraint public.

parent 7b065596
No related branches found
No related tags found
No related merge requests found
...@@ -154,6 +154,9 @@ namespace hpp { ...@@ -154,6 +154,9 @@ namespace hpp {
bool isShort () const { bool isShort () const {
return isShort_; return isShort_;
} }
/// Constraint to project a path.
/// \return The initialized constraint.
ConstraintSetPtr_t pathConstraint() const;
protected: protected:
/// Initialization of the object. /// Initialization of the object.
...@@ -163,10 +166,6 @@ namespace hpp { ...@@ -163,10 +166,6 @@ namespace hpp {
/// Constructor /// Constructor
Edge (const std::string& name); Edge (const std::string& name);
/// Constraint to project a path.
/// \return The initialized constraint.
ConstraintSetPtr_t pathConstraint() const;
virtual ConstraintSetPtr_t buildConfigConstraint(); virtual ConstraintSetPtr_t buildConfigConstraint();
virtual ConstraintSetPtr_t buildPathConstraint(); virtual ConstraintSetPtr_t buildPathConstraint();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment