#include <yarp/profiler/Graph.h>
 Inheritance diagram for yarp::profiler::graph::MachineVertex:Public Member Functions | |
| MachineVertex (std::string os, const std::string hostname) | |
| virtual | ~MachineVertex () | 
| bool | operator== (const yarp::profiler::graph::Vertex &v1) const override | 
  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.