![]() |
VR-Forces 4.5 Class Documentation
|

Public Member Functions | |
| DtRangeNetworkNodeMetric () | |
| Default constructor. | |
| virtual | ~DtRangeNetworkNodeMetric () |
| Destructor. | |
| DtRangeNetworkNodeMetric (const DtRangeNetworkNodeMetric &orig) | |
| Copy constructor. | |
| DtRangeNetworkNodeMetric & | operator= (const DtRangeNetworkNodeMetric &orig) |
| Assignment operator. | |
| virtual double | measure (const DtNetworkNode &node) const |
| Measure the node by its distance (times the measure multiplier) from the center of interest. | |
| virtual bool | valid (const DtNetworkNode &node) const |
| Validate the node. | |
| virtual bool | validSW (const DtNetworkNode &node) const |
| Validate the southwest quadrant (closed on southwest side) | |
| virtual bool | validSE (const DtNetworkNode &node) const |
| Validate the southeast quadrant (closed on southwest side) | |
| virtual bool | validNE (const DtNetworkNode &node) const |
| Validate the northeast quadrant (closed on southwest side) | |
| virtual bool | validNW (const DtNetworkNode &node) const |
| Validate the northwest quadrant (closed on southwest side) | |
| virtual const DtPoint & | centerOfInterest () const |
| get/set center of interest | |
| virtual void | setCenterOfInterest (const DtPoint &val) |
| virtual DtVector | vectorCenterOfInterest () const |
| get/set center of interest–DtVector form | |
| virtual void | setCenterOfInterest (const DtVector &val) |
| virtual double | maxRange () const |
| get/set max range | |
| virtual void | setMaxRange (double val) |
| virtual double | measureMultiplier () const |
| get/set measure multiplier | |
| virtual void | setMeasureMultiplier (double val) |
| virtual bool | evalInZ () const |
| get/set evaluation in Z | |
| virtual void | setEvalInZ (bool evalInZ) |
Public Member Functions inherited from DtNetworkNodeMetric | |
| DtNetworkNodeMetric () | |
| Default constructor. | |
| virtual | ~DtNetworkNodeMetric () |
| Destructor. | |
| DtNetworkNodeMetric (const DtNetworkNodeMetric &orig) | |
| Copy constructor. | |
| DtNetworkNodeMetric & | operator= (const DtNetworkNodeMetric &orig) |
| Assignment operator. | |
Public Member Functions inherited from DtMetric | |
| DtMetric () | |
| Default constructor. | |
| virtual | ~DtMetric () |
| Destructor. | |
| DtMetric (const DtMetric &orig) | |
| Copy constructor. | |
| DtMetric & | operator= (const DtMetric &orig) |
| Assignment operator. | |
| virtual bool | validSpecification (const DtSpecification &spec) const |
| Validates the specification against the conditions set in the addEqualCondition, addDiferentCondition, addLessThanCondition and addGreaterThanCondition functions. | |
| virtual void | addEqualCondition (const DtSpecificationAttribute &attrib) |
| Adds an equality condition. | |
| virtual void | addDifferentCondition (const DtSpecificationAttribute &attrib) |
| Add a different condition. | |
| virtual void | addLessThanCondition (const DtSpecificationAttribute &attrib) |
| Add less-than condition. | |
| virtual void | addGreaterThanCondition (const DtSpecificationAttribute &attrib) |
| Add greater-than condition. | |
| virtual void | setEqualList (DtSimpleList *list) |
| Sets the list of conditions for equality. | |
| virtual void | setDiffList (DtSimpleList *list) |
| Sets the list of conditions for difference. | |
| virtual void | setLessThanList (DtSimpleList *list) |
| Sets the list of conditions for less-than. | |
| virtual void | setGreaterThanList (DtSimpleList *list) |
| Sets the list of conditions for greater-than. | |
| virtual void | initialize (Coordinate_System *cs) |
| Initialize the metric. | |
Protected Attributes | |
| DtPoint | myCenterOfInterest |
| double | myMaxRange |
| double | myMeasureMultiplier |
| bool | myEvalInZ |
Additional Inherited Members | |
Protected Member Functions inherited from DtMetric | |
| virtual void | emptyLists () |
| Empties the condition lists and frees memory. | |
| virtual void | copyLists (const DtMetric &orig) |
| Copy lists. | |
| DtRangeNetworkNodeMetric::DtRangeNetworkNodeMetric | ( | ) |
Default constructor.
|
virtual |
Destructor.
| DtRangeNetworkNodeMetric::DtRangeNetworkNodeMetric | ( | const DtRangeNetworkNodeMetric & | orig | ) |
Copy constructor.
| DtRangeNetworkNodeMetric& DtRangeNetworkNodeMetric::operator= | ( | const DtRangeNetworkNodeMetric & | orig | ) |
Assignment operator.
|
virtual |
Measure the node by its distance (times the measure multiplier) from the center of interest.
Implements DtNetworkNodeMetric.
|
virtual |
Validate the node.
Implements DtNetworkNodeMetric.
|
virtual |
Validate the southwest quadrant (closed on southwest side)
Implements DtNetworkNodeMetric.
|
virtual |
Validate the southeast quadrant (closed on southwest side)
Implements DtNetworkNodeMetric.
|
virtual |
Validate the northeast quadrant (closed on southwest side)
Implements DtNetworkNodeMetric.
|
virtual |
Validate the northwest quadrant (closed on southwest side)
Implements DtNetworkNodeMetric.
|
virtual |
get/set center of interest
|
virtual |
|
virtual |
get/set center of interest–DtVector form
|
virtual |
|
virtual |
get/set max range
|
virtual |
|
virtual |
get/set measure multiplier
|
virtual |
|
virtual |
get/set evaluation in Z
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |