![]() |
VR-Forces 5.0.2 Developer's Guide
|

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 |
| DtDistanceNetworkEdgeMetric::DtDistanceNetworkEdgeMetric | ( | ) |
default constructor
|
virtual |
destructor
| DtDistanceNetworkEdgeMetric::DtDistanceNetworkEdgeMetric | ( | const DtDistanceNetworkEdgeMetric & | orig | ) |
copy constructor
| DtDistanceNetworkEdgeMetric& DtDistanceNetworkEdgeMetric::operator= | ( | const DtDistanceNetworkEdgeMetric & | orig | ) |
assignment operator
|
virtual |
measure the edge
Implements DtNetworkEdgeMetric.
|
virtual |
validate the edge
Implements DtNetworkEdgeMetric.
validate the southwest quadrant (closed on southwest side)
Implements DtNetworkEdgeMetric.
validate the southeast quadrant (closed on southwest side)
Implements DtNetworkEdgeMetric.
validate the northeast quadrant (closed on southwest side)
Implements DtNetworkEdgeMetric.
validate the northwest quadrant (closed on southwest side)
Implements DtNetworkEdgeMetric.
|
virtual |
A heuristic measure for two points. By default, it uses the Euclidean distance as the heuristic measure for two points.
Implements DtNetworkEdgeMetric.