#include <yarp/profiler/Graph.h>
Public Member Functions | |
ProcessVertex (int pid, const std::string hostname) | |
virtual | ~ProcessVertex () |
bool | operator== (const yarp::profiler::graph::Vertex &v1) const override |
Public Member Functions inherited from yarp::profiler::graph::OwnedVertex | |
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 Vertex &v1) const |
Additional Inherited Members | |
Public Attributes inherited from yarp::profiler::graph::Vertex | |
yarp::os::Property | property |
|
inline |
|
inlinevirtual |
|
inlineoverridevirtual |
Implements yarp::profiler::graph::Vertex.