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

The yarp::profiler::graph::Edge class. More...

#include <yarp/profiler/Graph.h>

Public Member Functions

 Edge (const yarp::profiler::graph::Vertex &firstV, const yarp::profiler::graph::Vertex &secondV, yarp::os::Property property="")
 yarp::profiler::graph::Edge More...
 
 Edge (const Edge &edge)
 
virtual ~Edge ()
 
const yarp::profiler::graph::Vertexfirst () const
 
const yarp::profiler::graph::Vertexsecond () const
 
virtual bool operator== (const yarp::profiler::graph::Edge &edge) const
 

Public Attributes

yarp::os::Property property
 

Detailed Description

The yarp::profiler::graph::Edge class.

Definition at line 52 of file Graph.h.

Constructor & Destructor Documentation

◆ Edge() [1/2]

Edge::Edge ( const yarp::profiler::graph::Vertex firstV,
const yarp::profiler::graph::Vertex secondV,
yarp::os::Property  property = "" 
)

yarp::profiler::graph::Edge

Definition at line 25 of file Graph.cpp.

◆ Edge() [2/2]

Edge::Edge ( const Edge edge)

Definition at line 34 of file Graph.cpp.

◆ ~Edge()

Edge::~Edge ( )
virtualdefault

Member Function Documentation

◆ first()

const Vertex & Edge::first ( ) const

Definition at line 43 of file Graph.cpp.

◆ operator==()

bool Edge::operator== ( const yarp::profiler::graph::Edge edge) const
virtual

Definition at line 52 of file Graph.cpp.

◆ second()

const Vertex & Edge::second ( ) const

Definition at line 47 of file Graph.cpp.

Member Data Documentation

◆ property

yarp::os::Property yarp::profiler::graph::Edge::property

Definition at line 68 of file Graph.h.


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