#include <GNGRepresentation.hpp>
Public Member Functions | |
GNGRepresentation (std::ostream &o) | |
Initialize a new GNGRepresentation with an outputstream. | |
virtual | ~GNGRepresentation () |
virtual void | OutputRepresentationPaired (IGNGContainer &c) |
Outputs a representation of the provided IGNGContainer. | |
virtual void | OutputRepresentation (IGNGContainer &c) |
Outputs a representation of the provided IGNGContainer. | |
Private Member Functions | |
void | OutputNode (GNGNode const *node) |
Outputs a GNGNode. | |
void | OutputNodeEdges (GNGNode const *node) |
Outputs all the GNGEdges that node has. | |
Private Attributes | |
std::ostream & | m_ostream |
|
Initialize a new GNGRepresentation with an outputstream.
|
|
|
|
Outputs a representation of the provided IGNGContainer. nodes are paired if they have an edge.
|
|
Outputs a representation of the provided IGNGContainer.
|
|
Outputs a GNGNode.
|
|
Outputs all the GNGEdges that node has.
|
|
|