68 virtual const DtChord& centerOfInterest()
const;
69 virtual void setCenterOfInterest(
const DtChord& val);
72 virtual double maxRange()
const;
73 virtual void setMaxRange(
double val);
76 virtual bool evalInZ();
77 virtual void setEvalInZ(
bool eval);
80 virtual double measureMultiplier()
const;
81 virtual void setMeasureMultiplier(
double val);
const DtTerrainDatabase * myDb
Definition: intersectNetworkNodeMetric.h:98
NOTE: This entire class is deprecated, in favor of Dt3dChord.
Definition: chord.h:40
DtChord myCenterOfInterest
Definition: intersectNetworkNodeMetric.h:100
double myMinY
Definition: intersectNetworkNodeMetric.h:107
DtNetworkNodeMetric & operator=(const DtNetworkNodeMetric &orig)
Assignment operator.
virtual bool validSW(const DtNetworkNode &node) const =0
Validate the southwest quadrant (closed on southwest side)
Definition: networkSegmentHelper.h:25
Definition: networkSegment.h:26
virtual bool validNE(const DtNetworkNode &node) const =0
Validate the northeast quadrant (closed on southwest side)
double myMaxX
Definition: intersectNetworkNodeMetric.h:104
bool myEvalInZ
Definition: intersectNetworkNodeMetric.h:112
#define DT_DLL_gdb
Definition: gdbDefines.h:25
virtual double measure(const DtNetworkNode &node) const =0
Measure the node.
Definition: networkNode.h:38
Definition: coordSystem.h:54
DtCoordTransform myTopoToLocal
Definition: intersectNetworkNodeMetric.h:113
double myMaxY
Definition: intersectNetworkNodeMetric.h:105
double myMeasureMultiplier
Definition: intersectNetworkNodeMetric.h:102
DtNetworkNodeMetric is a metric for network nodes.
Definition: networkNodeMetric.h:18
virtual bool validSE(const DtNetworkNode &node) const =0
Validate the southeast quadrant (closed on southwest side)
double myMaxRange
Definition: intersectNetworkNodeMetric.h:101
virtual void initialize(Coordinate_System *cs)
Initialize the metric.
DtIntersectNetworkNodeMetric is a metric for a point quadtree.
Definition: intersectNetworkNodeMetric.h:26
DtNetworkSegmentHelper mySeg
Definition: intersectNetworkNodeMetric.h:110
double mySize
Definition: intersectNetworkNodeMetric.h:108
Definition: terrainDatabase.h:148
virtual bool valid(const DtNetworkNode &node) const =0
Validate the node.
double myMinX
Definition: intersectNetworkNodeMetric.h:106
virtual bool validNW(const DtNetworkNode &node) const =0
Validate the northwest quadrant (closed on southwest side)