|
| | DtXyNetworkSegmentMetric () |
| |
| virtual | ~DtXyNetworkSegmentMetric () |
| |
| | DtXyNetworkSegmentMetric (const DtXyNetworkSegmentMetric &orig) |
| |
| DtXyNetworkSegmentMetric & | operator= (const DtXyNetworkSegmentMetric &orig) |
| |
| virtual double | measure (const DtNetworkSegment &seg) const |
| | Measure the segment. More...
|
| |
| virtual double | measureDistanceSquaredFromSegment (const DtNetworkSegment &seg) const |
| |
| virtual double | measureDistanceSquaredAlongSegment (const DtNetworkSegment &seg) const |
| |
| virtual bool | valid (const DtNetworkSegment &seg) const |
| | Validate the segment. More...
|
| |
| virtual bool | validSW (double xx, double yy) const |
| | Validate the southwest quadrant (closed on southwest side) More...
|
| |
| virtual bool | validSE (double xx, double yy) const |
| | Validate the southeast quadrant (closed on southwest side) More...
|
| |
| virtual bool | validNE (double xx, double yy) const |
| | Validate the northeast quadrant (closed on southwest side) More...
|
| |
| virtual bool | validNW (double xx, double yy) const |
| | Validate the northwest quadrant (closed on southwest side) More...
|
| |
| virtual void | setX0Y0X1Y1 (double x0, double y0, double x1, double y1) |
| |
| virtual double | maxRange () const |
| |
| virtual void | setMaxRange (double maxRange) |
| |
| virtual bool | measuresDistanceFromSegment () const |
| |
| virtual void | setMeasuresDistanceFromSegment (bool flag) |
| |
| virtual double | distance (const DtNetworkSegment &seg, double &condX, double &condY, double &netX, double &netY) |
| |
| virtual double | distance (const DtNetworkSegment &seg) |
| |
| | DtNetworkSegmentMetric () |
| | Default constructor. More...
|
| |
| virtual | ~DtNetworkSegmentMetric () |
| | Destructor. More...
|
| |
| | DtNetworkSegmentMetric (const DtNetworkSegmentMetric &orig) |
| | Copy constructor. More...
|
| |
| DtNetworkSegmentMetric & | operator= (const DtNetworkSegmentMetric &orig) |
| | Assignment operator. More...
|
| |
| | DtMetric () |
| | Default constructor. More...
|
| |
| virtual | ~DtMetric () |
| | Destructor. More...
|
| |
| | DtMetric (const DtMetric &orig) |
| | Copy constructor. More...
|
| |
| DtMetric & | operator= (const DtMetric &orig) |
| | Assignment operator. More...
|
| |
| virtual bool | validSpecification (const DtSpecification &spec) const |
| | Validates the specification against the conditions set in the addEqualCondition, addDiferentCondition, addLessThanCondition and addGreaterThanCondition functions. More...
|
| |
| virtual void | addEqualCondition (const DtSpecificationAttribute &attrib) |
| | Adds an equality condition. More...
|
| |
| virtual void | addDifferentCondition (const DtSpecificationAttribute &attrib) |
| | Add a different condition. More...
|
| |
| virtual void | addLessThanCondition (const DtSpecificationAttribute &attrib) |
| | Add less-than condition. More...
|
| |
| virtual void | addGreaterThanCondition (const DtSpecificationAttribute &attrib) |
| | Add greater-than condition. More...
|
| |
| virtual void | setEqualList (DtSimpleList *list) |
| | Sets the list of conditions for equality. More...
|
| |
| virtual void | setDiffList (DtSimpleList *list) |
| | Sets the list of conditions for difference. More...
|
| |
| virtual void | setLessThanList (DtSimpleList *list) |
| | Sets the list of conditions for less-than. More...
|
| |
| virtual void | setGreaterThanList (DtSimpleList *list) |
| | Sets the list of conditions for greater-than. More...
|
| |
| virtual void | initialize (Coordinate_System *cs) |
| | Initialize the metric. More...
|
| |