
Public Types | |
| typedef G::Edge | Edge |
| typedef std::list< Edge * > | EdgeList |
Public Member Functions | |
| ShGraphVertex () | |
| Builds an unmarked graph vertex with no children. | |
| ShGraphVertex (const ShGraphVertex< G > &other) | |
| Clones the vertex. | |
| std::ostream & | graphvizDump (std::ostream &out) const |
Public Attributes | |
| EdgeList | edges |
| bool | marked |
Definition at line 67 of file ShGraph.hpp.
|
||||||||||
|
Clones the vertex. Default version only copies marked field Definition at line 39 of file ShGraphImpl.hpp. |
1.4.3-20050530