#include <yarp/profiler/Graph.h>
Inheritance diagram for yarp::profiler::graph::OwnedVertex:Public Member Functions | |
| OwnedVertex (const yarp::os::Property &prop) | |
| bool | setOwner (yarp::profiler::graph::Vertex *_owner) |
| yarp::profiler::graph::Vertex * | getOwner () |
Public Member Functions inherited from yarp::profiler::graph::GraphicVertex | |
| GraphicVertex (const yarp::os::Property &prop) | |
| void | setGraphicItem (void *item) |
| void * | getGraphicItem () |
Public Member Functions inherited from yarp::profiler::graph::Vertex | |
| Vertex (const yarp::os::Property &prop) | |
| yarp::profiler::graph::Vertex More... | |
| Vertex (const yarp::profiler::graph::Vertex &vertex) | |
| virtual | ~Vertex () |
| const edge_set & | outEdges () const |
| const edge_set & | inEdges () const |
| size_t | degree () const |
| virtual bool | operator== (const yarp::profiler::graph::Vertex &v1) const =0 |
| virtual bool | operator< (const Vertex &v1) const |
Additional Inherited Members | |
Public Attributes inherited from yarp::profiler::graph::Vertex | |
| yarp::os::Property | property |
|
inline |
|
inline |
|
inline |