Skip to content
Snippets Groups Projects
Commit 0c94d84b authored by Akseppal's avatar Akseppal
Browse files

remove useless comments for the sake of clarity.

parent 787aa1d1
No related branches found
No related tags found
No related merge requests found
......@@ -20,13 +20,9 @@
#define HPP_MANIPULATION_CONNECTED_COMPONENT_HH
#include <hpp/core/connected-component.hh>
//#include <hpp/util/pointer.hh>
#include <hpp/manipulation/config.hh>
#include <hpp/manipulation/fwd.hh>
#include <hpp/manipulation/graph/fwd.hh>
//#include "hpp/manipulation/roadmap.hh"
//#include <hpp/core/distance.hh>
//#include "hpp/manipulation/roadmap-node.hh"
namespace hpp {
namespace manipulation {
......@@ -45,9 +41,6 @@ class HPP_MANIPULATION_DLLAPI ConnectedComponent : public core::ConnectedCompone
/// return a shared pointer to new instance of manipulation::ConnectedComponent
static ConnectedComponentPtr_t create (const RoadmapWkPtr_t& roadmap);
/// helper method to set dynamic variable "roadmap_" within static function "create"
// static void setRoadmap (const RoadmapWkPtr_t& roadmap, ConnectedComponentPtr_t CC);
/// Merge two connected components (extension of core::ConnectedComponent::merge)
/// \param other manipulation connected component to merge into this one.
/// \note other will be empty after calling this method.
......
......@@ -35,11 +35,6 @@ namespace hpp {
return shPtr;
}
// void ConnectedComponent::setRoadmap (const RoadmapWkPtr_t& roadmap, ConnectedComponentPtr_t CC)
// {
// CC->rdmp_ = roadmap.lock ();
// }
void ConnectedComponent::merge (const core::ConnectedComponentPtr_t& otherCC)
{
core::ConnectedComponent::merge(otherCC);
......
......@@ -19,8 +19,6 @@
#include <hpp/util/pointer.hh>
#include <hpp/core/distance.hh>
#include <hpp/manipulation/connected-component.hh>
// #include <hpp/core/connected-component.hh>
#include <hpp/manipulation/roadmap-node.hh>
......
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