#include <simple_neighbored_graph.h>
Public Types | |
typedef boost::shared_ptr< SimpleNeighboredNode > | Ptr |
Public Member Functions | |
virtual void | addNeighbor (SimpleNeighboredNode::Ptr node) |
virtual std::string | getName () |
virtual std::vector< SimpleNeighboredNode::Ptr > | getNeighbors () |
bool | operator== (SimpleNeighboredNode &other) |
SimpleNeighboredNode (const std::string &name) | |
Protected Attributes | |
std::string | name_ |
std::vector< SimpleNeighboredNode::Ptr > | neighbors_ |
Definition at line 45 of file simple_neighbored_graph.h.
Definition at line 48 of file simple_neighbored_graph.h.
|
inline |
Definition at line 50 of file simple_neighbored_graph.h.
|
inlinevirtual |
Definition at line 55 of file simple_neighbored_graph.h.
|
inlinevirtual |
Definition at line 67 of file simple_neighbored_graph.h.
|
inlinevirtual |
Definition at line 62 of file simple_neighbored_graph.h.
|
inline |
Definition at line 68 of file simple_neighbored_graph.h.
|
protected |
Definition at line 74 of file simple_neighbored_graph.h.
|
protected |
Definition at line 75 of file simple_neighbored_graph.h.