TuttleOFX
1
|
Vertex of the user graph. More...
#include <UVertex.hpp>
Public Types | |
typedef std::string | Key |
Public Member Functions | |
UVertex () | |
UVertex (const std::string &name, INode &processNode) | |
~UVertex () | |
Key | getKey () const |
Friends | |
std::ostream & | operator<< (std::ostream &os, const UVertex &v) |
Vertex of the user graph.
Definition at line 18 of file UVertex.hpp.
typedef std::string tuttle::host::graph::UVertex::Key |
Definition at line 21 of file UVertex.hpp.
tuttle::host::graph::UVertex::UVertex | ( | ) | [inline] |
Definition at line 23 of file UVertex.hpp.
tuttle::host::graph::UVertex::UVertex | ( | const std::string & | name, |
INode & | processNode | ||
) |
Definition at line 8 of file UVertex.cpp.
tuttle::host::graph::UVertex::~UVertex | ( | ) | [inline] |
Definition at line 28 of file UVertex.hpp.
Key tuttle::host::graph::UVertex::getKey | ( | ) | const [inline] |
Definition at line 30 of file UVertex.hpp.
References tuttle::host::graph::IVertex::getName().
std::ostream& operator<< | ( | std::ostream & | os, |
const UVertex & | v | ||
) | [friend] |
Definition at line 13 of file UVertex.cpp.