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

#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::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 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
 

Detailed Description

Definition at line 166 of file Graph.h.

Constructor & Destructor Documentation

◆ OwnedVertex()

yarp::profiler::graph::OwnedVertex::OwnedVertex ( const yarp::os::Property prop)
inline

Definition at line 169 of file Graph.h.

Member Function Documentation

◆ getOwner()

yarp::profiler::graph::Vertex* yarp::profiler::graph::OwnedVertex::getOwner ( )
inline

Definition at line 181 of file Graph.h.

◆ setOwner()

bool yarp::profiler::graph::OwnedVertex::setOwner ( yarp::profiler::graph::Vertex _owner)
inline

Definition at line 173 of file Graph.h.


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