Skip to content
Snippets Groups Projects
Commit fde683af authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Update GraphPathValidation

parent 86644346
No related branches found
No related tags found
No related merge requests found
...@@ -18,13 +18,10 @@ ...@@ -18,13 +18,10 @@
#ifndef HPP_MANIPULATION_GRAPHPATHVALIDATOR_HH #ifndef HPP_MANIPULATION_GRAPHPATHVALIDATOR_HH
# define HPP_MANIPULATION_GRAPHPATHVALIDATOR_HH # define HPP_MANIPULATION_GRAPHPATHVALIDATOR_HH
# include <hpp/core/path.hh>
# include <hpp/core/path-vector.hh>
# include <hpp/core/path-validation.hh> # include <hpp/core/path-validation.hh>
# include "hpp/manipulation/fwd.hh" # include <hpp/manipulation/fwd.hh>
# include "hpp/manipulation/graph/graph.hh" # include <hpp/manipulation/config.hh>
# include "hpp/manipulation/graph/node.hh"
namespace hpp { namespace hpp {
namespace manipulation { namespace manipulation {
...@@ -34,7 +31,6 @@ namespace hpp { ...@@ -34,7 +31,6 @@ namespace hpp {
using hpp::core::PathPtr_t; using hpp::core::PathPtr_t;
using hpp::core::PathVector; using hpp::core::PathVector;
using hpp::core::PathVectorPtr_t; using hpp::core::PathVectorPtr_t;
using graph::GraphPtr_t;
/// \addtogroup validation /// \addtogroup validation
/// \{ /// \{
...@@ -127,7 +123,7 @@ namespace hpp { ...@@ -127,7 +123,7 @@ namespace hpp {
/// The encapsulated PathValidation. /// The encapsulated PathValidation.
PathValidationPtr_t pathValidation_; PathValidationPtr_t pathValidation_;
/// Pointer to the constraint graph. /// Pointer to the constraint graph.
GraphPtr_t constraintGraph_; graph::GraphPtr_t constraintGraph_;
}; };
template <typename T> template <typename T>
......
...@@ -16,6 +16,10 @@ ...@@ -16,6 +16,10 @@
#include "hpp/manipulation/graph-path-validation.hh" #include "hpp/manipulation/graph-path-validation.hh"
#include <hpp/core/path.hh>
#include <hpp/core/path-vector.hh>
#include <hpp/manipulation/graph/graph.hh>
#include <hpp/manipulation/constraint-set.hh> #include <hpp/manipulation/constraint-set.hh>
namespace hpp { namespace hpp {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment