Enumerations | |
enum | abstractMixedGraph::TMetricType { abstractMixedGraph::METRIC_DISABLED = 0, abstractMixedGraph::METRIC_MANHATTAN = 1, abstractMixedGraph::METRIC_EUCLIDIAN = 2, abstractMixedGraph::METRIC_MAXIMUM = 3, abstractMixedGraph::METRIC_SPHERIC = 4 } |
Functions | |
virtual TFloat | abstractMixedGraph::C (TNode v, TDim i) const throw (ERRange) |
void | abstractMixedGraph::SetC (TNode v, TDim i, TFloat pos) throw (ERRange,ERRejected) |
TFloat | abstractMixedGraph::CMin (TDim i) const throw (ERRange) |
TFloat | abstractMixedGraph::CMax (TDim i) const throw (ERRange) |
virtual TDim | abstractMixedGraph::Dim () const throw () |
TMetricType | abstractMixedGraph::MetricType () const throw () |
|
Arc length metric types.
|
|
Retrieve a node coordinate value.
Reimplemented in balancedToBalanced, bigraphToDigraph, digraphToDigraph, graphToBalanced, and surfaceGraph. |
|
Retrieve the maximum coordinate value for a given coordinate index.
Reimplemented in balancedToBalanced, bigraphToDigraph, digraphToDigraph, graphToBalanced, and surfaceGraph. |
|
Retrieve the minimum coordinate value for a given coordinate index.
|
|
Retrieve the coordinate representational dimension.
Reimplemented in layeredAuxNetwork, balancedToBalanced, bigraphToDigraph, digraphToDigraph, graphToBalanced, and surfaceGraph. |
|
Retrieve the type of arc length metric.
|
|
Set a node coordinate value.
|