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 @@
#ifndef 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/manipulation/fwd.hh"
# include "hpp/manipulation/graph/graph.hh"
# include "hpp/manipulation/graph/node.hh"
# include <hpp/manipulation/fwd.hh>
# include <hpp/manipulation/config.hh>
namespace hpp {
namespace manipulation {
......@@ -34,7 +31,6 @@ namespace hpp {
using hpp::core::PathPtr_t;
using hpp::core::PathVector;
using hpp::core::PathVectorPtr_t;
using graph::GraphPtr_t;
/// \addtogroup validation
/// \{
......@@ -127,7 +123,7 @@ namespace hpp {
/// The encapsulated PathValidation.
PathValidationPtr_t pathValidation_;
/// Pointer to the constraint graph.
GraphPtr_t constraintGraph_;
graph::GraphPtr_t constraintGraph_;
};
template <typename T>
......
......@@ -16,6 +16,10 @@
#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>
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