![]() |
VR-Forces 5.0.3 Developer's Guide
|
DtNetworkNodeMetric is a metric for network nodes.

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 |
| DtNetworkNodeMetric::DtNetworkNodeMetric | ( | ) |
Default constructor.
|
virtual |
Destructor.
| DtNetworkNodeMetric::DtNetworkNodeMetric | ( | const DtNetworkNodeMetric & | orig | ) |
Copy constructor.
| DtNetworkNodeMetric& DtNetworkNodeMetric::operator= | ( | const DtNetworkNodeMetric & | orig | ) |
Assignment operator.
|
pure virtual |
Measure the node.
Implemented in DtIntersectNetworkNodeMetric, and DtRangeNetworkNodeMetric.
|
pure virtual |
Validate the node.
Implemented in DtIntersectNetworkNodeMetric, DtFeatureExtentIntersectNetworkNodeMetric, and DtRangeNetworkNodeMetric.
|
pure virtual |
Validate the southwest quadrant (closed on southwest side)
Implemented in DtIntersectNetworkNodeMetric, and DtRangeNetworkNodeMetric.
|
pure virtual |
Validate the southeast quadrant (closed on southwest side)
Implemented in DtIntersectNetworkNodeMetric, and DtRangeNetworkNodeMetric.
|
pure virtual |
Validate the northeast quadrant (closed on southwest side)
Implemented in DtIntersectNetworkNodeMetric, and DtRangeNetworkNodeMetric.
|
pure virtual |
Validate the northwest quadrant (closed on southwest side)
Implemented in DtIntersectNetworkNodeMetric, and DtRangeNetworkNodeMetric.