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

Go to the source code of this file.

Classes

class  yarp::manager::GraphicModel
 
class  yarp::manager::Link
 Link holding all the links of a node. More...
 
class  yarp::manager::Node
 a Node of a Graph More...
 

Namespaces

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

Typedefs

typedef std::vector< Link > yarp::manager::LinkContainer
 
typedef std::vector< Link >::iterator yarp::manager::LinkIterator