YARP
Yet Another Robot Platform
yarp::profiler::graph::ProcessVertex Class Reference

#include <yarp/profiler/Graph.h>

+ Inheritance diagram for yarp::profiler::graph::ProcessVertex:

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::VertexgetOwner ()
 
- 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_setoutEdges () const
 
const edge_setinEdges () 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
 

Detailed Description

Definition at line 201 of file Graph.h.

Constructor & Destructor Documentation

◆ ProcessVertex()

yarp::profiler::graph::ProcessVertex::ProcessVertex ( int  pid,
const std::string  hostname 
)
inline

Definition at line 204 of file Graph.h.

◆ ~ProcessVertex()

virtual yarp::profiler::graph::ProcessVertex::~ProcessVertex ( )
inlinevirtual

Definition at line 208 of file Graph.h.

Member Function Documentation

◆ operator==()

bool yarp::profiler::graph::ProcessVertex::operator== ( const yarp::profiler::graph::Vertex v1) const
inlineoverridevirtual

Implements yarp::profiler::graph::Vertex.

Definition at line 210 of file Graph.h.


The documentation for this class was generated from the following file: