YARP
Yet Another Robot Platform
Graph.h File Reference
#include <yarp/os/Property.h>
#include <iostream>
#include <vector>
#include <string>
+ Include dependency graph for Graph.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yarp::profiler::graph::Edge
 The yarp::profiler::graph::Edge class. More...
 
class  yarp::profiler::graph::Vertex
 The yarp::profiler::graph::Vertex class. More...
 
class  yarp::profiler::graph::Graph
 The yarp::profiler::graph::Graph class. More...
 
class  yarp::profiler::graph::Algorithm
 
class  yarp::profiler::graph::GraphicVertex
 
class  yarp::profiler::graph::OwnedVertex
 
class  yarp::profiler::graph::PortVertex
 
class  yarp::profiler::graph::ProcessVertex
 
class  yarp::profiler::graph::MachineVertex
 

Namespaces

 yarp
 The main, catch-all namespace for YARP.
 
 yarp::profiler
 
 yarp::profiler::graph
 

Typedefs

typedef std::vector< yarp::profiler::graph::Edgeedge_set
 
typedef edge_set::iterator edge_iterator
 
typedef edge_set::const_iterator edge_const_iterator
 
typedef std::vector< yarp::profiler::graph::Vertex * > pvertex_set
 
typedef pvertex_set::iterator pvertex_iterator
 
typedef pvertex_set::const_iterator pvertex_const_iterator
 
typedef std::vector< pvertex_setgraph_subset
 
typedef graph_subset::iterator graph_subset_iterator
 
typedef graph_subset::const_iterator graph_subset_const_iterator
 

Typedef Documentation

◆ edge_const_iterator

typedef edge_set::const_iterator edge_const_iterator

Definition at line 38 of file Graph.h.

◆ edge_iterator

typedef edge_set::iterator edge_iterator

Definition at line 37 of file Graph.h.

◆ edge_set

typedef std::vector<yarp::profiler::graph::Edge> edge_set

Definition at line 36 of file Graph.h.

◆ graph_subset

typedef std::vector<pvertex_set> graph_subset

Definition at line 44 of file Graph.h.

◆ graph_subset_const_iterator

typedef graph_subset::const_iterator graph_subset_const_iterator

Definition at line 46 of file Graph.h.

◆ graph_subset_iterator

typedef graph_subset::iterator graph_subset_iterator

Definition at line 45 of file Graph.h.

◆ pvertex_const_iterator

typedef pvertex_set::const_iterator pvertex_const_iterator

Definition at line 42 of file Graph.h.

◆ pvertex_iterator

typedef pvertex_set::iterator pvertex_iterator

Definition at line 41 of file Graph.h.

◆ pvertex_set

Definition at line 40 of file Graph.h.