#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 77 of file simple_neighbored_graph.h.
Definition at line 112 of file simple_neighbored_graph.h.
|
inline |
Definition at line 114 of file simple_neighbored_graph.h.
|
inlinevirtual |
Definition at line 119 of file simple_neighbored_graph.h.
|
inlinevirtual |
Definition at line 131 of file simple_neighbored_graph.h.
|
inlinevirtual |
Definition at line 126 of file simple_neighbored_graph.h.
|
inline |
Definition at line 132 of file simple_neighbored_graph.h.
|
protected |
Definition at line 138 of file simple_neighbored_graph.h.
|
protected |
Definition at line 139 of file simple_neighbored_graph.h.