#include <yarp/manager/data.h>
Inheritance diagram for yarp::manager::OutputData:Public Member Functions | |
| OutputData () | |
| Class OutputData. | |
| OutputData (const char *szName) | |
| OutputData (const OutputData &input) | |
| ~OutputData () override | |
| Node * | clone () override |
| void | setName (const char *szName) |
| const char * | getName () |
| void | setPort (const char *szPort) |
| const char * | getPort () |
| void | setCarrier (const char *szCr) |
| const char * | getCarrier () |
| void | setDescription (const char *szDesc) |
| const char * | getDescription () |
| void | setPortType (NodeType type) |
| NodeType | getPortType () |
| void | setOwner (Node *owner) |
| Node * | owner () |
| bool | operator== (const OutputData &output) const |
Public Member Functions inherited from yarp::manager::Node | |
| Node (NodeType _type) | |
| Node (NodeType _type, const char *szLabel) | |
| virtual | ~Node () |
| void | setSatisfied (bool sat) |
| bool | isSatisfied () |
| void | setVisited (bool vis) |
| bool | isVisited () |
| bool | isLeaf () |
| NodeType | getType () |
| void | setLabel (const char *szLabel) |
| const char * | getLabel () |
| int | sucCount () |
| Link & | getLinkAt (int index) |
| bool | addSuc (Node *node, float weight, bool _virtual=false) |
| class Node | |
| bool | removeSuc (Node *node) |
| void | removeAllSuc () |
| bool | hasSuc (Node *node) |
| GraphicModel * | getModel () |
| void | setModel (GraphicModel *mdl) |
| OutputData::OutputData | ( | ) |
Class OutputData.
| OutputData::OutputData | ( | const OutputData & | input | ) |
|
overridedefault |
|
overridevirtual |
Implements yarp::manager::Node.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |