![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Property writer for the IsJump property. More...
#include <Graph.h>
Public Member Functions | |
ArrowheadWriter (Name name) | |
Constructor. More... | |
template<class VertexOrEdge > | |
void | operator() (std::ostream &out, const VertexOrEdge &v) const |
Outputs the arrowhead edge property. More... | |
Private Attributes | |
Name | name |
The name of the attribute to use. More... | |
Property writer for the IsJump property.
|
inlineexplicit |
Constructor.
[in] | name | The name of the attribute to use. |
|
inline |
Outputs the arrowhead edge property.
[out] | out | The stream to output to. |
[in] | v | The vertex or edge to output the attribute for. |
|
private |
The name of the attribute to use.