![]() |
VR-Forces 5.0.3 Developer's Guide
|
Metric for network segments.

Additional Inherited Members | |
Protected Member Functions inherited from DtMetric | |
| virtual void | emptyLists () |
| virtual void | copyLists (const DtMetric &orig) |
Protected Attributes inherited from DtMetric | |
| bool | myOwnEqualList |
| bool | myOwnDiffList |
| bool | myOwnLessThanList |
| bool | myOwnGreaterThanList |
| DtSimpleList * | myEqualAttributes |
| DtSimpleList * | myDifferentAttributes |
| DtSimpleList * | myGreaterThanAttributes |
| DtSimpleList * | myLessThanAttributes |
| DtCoordTransform | myLocalToTopo |
| bool | myMetricInitialized |
| DtNetworkEdgeMetric::DtNetworkEdgeMetric | ( | ) |
Default constructor.
|
virtual |
Destructor.
| DtNetworkEdgeMetric::DtNetworkEdgeMetric | ( | const DtNetworkEdgeMetric & | orig | ) |
Copy constructor.
| DtNetworkEdgeMetric& DtNetworkEdgeMetric::operator= | ( | const DtNetworkEdgeMetric & | orig | ) |
Assignment operator.
|
pure virtual |
Measures the edge based on the metric's characteristics.
Implemented in DtDistanceNetworkEdgeMetric.
|
pure virtual |
Validates the edge.
Implemented in DtDistanceNetworkEdgeMetric.
Validates the southwest quadrant (closed on southwest side)
Implemented in DtDistanceNetworkEdgeMetric.
Validates the southeast quadrant (closed on southwest side)
Implemented in DtDistanceNetworkEdgeMetric.
Validates the northeast quadrant (closed on southwest side)
Implemented in DtDistanceNetworkEdgeMetric.
Validates the northwest quadrant (closed on southwest side)
Implemented in DtDistanceNetworkEdgeMetric.
|
pure virtual |
A heuristic measure for two points.
Implemented in DtDistanceNetworkEdgeMetric.