Functions | |
virtual bool | abstractMixedGraph::HiddenNode (TNode v) const throw (ERRange) |
virtual bool | abstractMixedGraph::HiddenArc (TArc a) const throw (ERRange) |
void | abstractMixedGraph::SetNodeVisibility (TNode v, bool visible) throw (ERRange) |
void | abstractMixedGraph::SetArcVisibility (TArc a, bool visible) throw (ERRange) |
bool | graphRepresentation::HiddenNode (TNode v) const throw (ERRange) |
bool | graphRepresentation::HiddenArc (TArc a) const throw (ERRange) |
|
Check whether a given arc shall be visualized or not.
|
|
Check wether a given arc shall be visualized or not.
Reimplemented in graphToBalanced, and surfaceGraph. |
|
Check whether a given graph node shall be visualized or not.
|
|
Check wether a given graph node shall be visualized or not.
Reimplemented in layeredAuxNetwork, balancedToBalanced, bigraphToDigraph, digraphToDigraph, graphToBalanced, surfaceGraph, and goblinTreeView. |
|
Modify an arc visibilty state.
|
|
Modify a node visibilty state.
|