![]() |
VR-Forces 5.0.3 Developer's Guide
|
DtNetworkAreaMetric is detect if a point is an area. It will detect if the segment defines a valid area (valid attributes values and to the right of the point). The measure is: 1 if the point moving to the right intersects the segment or 0 ioc.

Protected Attributes | |
| DtPoint | myCenterOfInterest |
| DtVector | myTopoCenterOfInterest |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from DtMetric | |
| virtual void | emptyLists () |
| virtual void | copyLists (const DtMetric &orig) |
| DtNetworkAreaMetric::DtNetworkAreaMetric | ( | ) |
Default constructor.
|
virtual |
Destructor.
| DtNetworkAreaMetric::DtNetworkAreaMetric | ( | const DtNetworkAreaMetric & | orig | ) |
Copy constructor.
| DtNetworkAreaMetric& DtNetworkAreaMetric::operator= | ( | const DtNetworkAreaMetric & | orig | ) |
Assignment operator.
|
virtual |
|
virtual |
Validate the seg using the range, equal, less-than, and greater-than conditions.
|
virtual |
Get/set center of interest.
|
virtual |
|
virtual |
get/set center of interest–DtVector form
|
virtual |
|
virtual |
Initialize the metric. Use this call to do any additional preparation/initialization before the metric can be used. The vector network calls this function every time a metric is about to be used.
Reimplemented from DtMetric.
|
protected |
|
protected |