Display filters


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)

Function Documentation

bool HiddenArc TArc  a  )  const throw (ERRange) [inherited]
 

Check whether a given arc shall be visualized or not.

Parameters:
a An arc index ranged [0,1,..,2*mAct-1]
Return values:
true This arc is not visualized

bool HiddenArc TArc  a  )  const throw (ERRange) [virtual, inherited]
 

Check wether a given arc shall be visualized or not.

Parameters:
a An arc index ranged [0,1,..,2m-1]
Return values:
true This arc is not visualized

Reimplemented in graphToBalanced, and surfaceGraph.

bool HiddenNode TNode  v  )  const throw (ERRange) [inherited]
 

Check whether a given graph node shall be visualized or not.

Parameters:
v A node index ranged [0,1,..,nAct-1]
Return values:
true This node is not visualized
If the node v is not visualized, none of the incident arcs is visualized

bool HiddenNode TNode  v  )  const throw (ERRange) [virtual, inherited]
 

Check wether a given graph node shall be visualized or not.

Parameters:
v A node index ranged [0,1,..,n-1]
Return values:
true This node is not visualized
If the node v is not visualized, none of the incident arcs are visualized

Reimplemented in layeredAuxNetwork, balancedToBalanced, bigraphToDigraph, digraphToDigraph, graphToBalanced, surfaceGraph, and goblinTreeView.

void SetArcVisibility TArc  a,
bool  visible
throw (ERRange) [inherited]
 

Modify an arc visibilty state.

Parameters:
a An arc index ranged [0,1,..,2m-1]
visible If true, the node is visible hereafter

void SetNodeVisibility TNode  v,
bool  visible
throw (ERRange) [inherited]
 

Modify a node visibilty state.

Parameters:
v A node index ranged [0,1,..,n-1]
visible If true, the node is visible hereafter
If the node v is not visualized, none of the incident arcs are visualized