TuttleOFX  1
tuttle::host::graph::UVertex Class Reference

Vertex of the user graph. More...

#include <UVertex.hpp>

Inheritance diagram for tuttle::host::graph::UVertex:
Collaboration diagram for tuttle::host::graph::UVertex:

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)

Detailed Description

Vertex of the user graph.

Definition at line 18 of file UVertex.hpp.


Member Typedef Documentation

typedef std::string tuttle::host::graph::UVertex::Key

Definition at line 21 of file UVertex.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

Key tuttle::host::graph::UVertex::getKey ( ) const [inline]

Definition at line 30 of file UVertex.hpp.

References tuttle::host::graph::IVertex::getName().

Here is the call graph for this function:


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const UVertex v 
) [friend]

Definition at line 13 of file UVertex.cpp.


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