VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
DtRangeNetworkNodeMetric Class Reference
Inheritance diagram for DtRangeNetworkNodeMetric:
Inheritance graph
[legend]

Public Member Functions

 DtRangeNetworkNodeMetric ()
 Default constructor. More...
 
virtual ~DtRangeNetworkNodeMetric ()
 Destructor. More...
 
 DtRangeNetworkNodeMetric (const DtRangeNetworkNodeMetric &orig)
 Copy constructor. More...
 
DtRangeNetworkNodeMetricoperator= (const DtRangeNetworkNodeMetric &orig)
 Assignment operator. More...
 
virtual double measure (const DtNetworkNode &node) const
 Measure the node by its distance (times the measure multiplier) from the center of interest. More...
 
virtual bool valid (const DtNetworkNode &node) const
 Validate the node. More...
 
virtual bool validSW (const DtNetworkNode &node) const
 Validate the southwest quadrant (closed on southwest side) More...
 
virtual bool validSE (const DtNetworkNode &node) const
 Validate the southeast quadrant (closed on southwest side) More...
 
virtual bool validNE (const DtNetworkNode &node) const
 Validate the northeast quadrant (closed on southwest side) More...
 
virtual bool validNW (const DtNetworkNode &node) const
 Validate the northwest quadrant (closed on southwest side) More...
 
virtual const DtPointcenterOfInterest () const
 get/set center of interest More...
 
virtual void setCenterOfInterest (const DtPoint &val)
 
virtual DtVector vectorCenterOfInterest () const
 get/set center of interest–DtVector form More...
 
virtual void setCenterOfInterest (const DtVector &val)
 
virtual double maxRange () const
 get/set max range More...
 
virtual void setMaxRange (double val)
 
virtual double measureMultiplier () const
 get/set measure multiplier More...
 
virtual void setMeasureMultiplier (double val)
 
virtual bool evalInZ () const
 get/set evaluation in Z More...
 
virtual void setEvalInZ (bool evalInZ)
 
- Public Member Functions inherited from DtNetworkNodeMetric
 DtNetworkNodeMetric ()
 Default constructor. More...
 
virtual ~DtNetworkNodeMetric ()
 Destructor. More...
 
 DtNetworkNodeMetric (const DtNetworkNodeMetric &orig)
 Copy constructor. More...
 
DtNetworkNodeMetricoperator= (const DtNetworkNodeMetric &orig)
 Assignment operator. More...
 
- Public Member Functions inherited from DtMetric
 DtMetric ()
 Default constructor. More...
 
virtual ~DtMetric ()
 Destructor. More...
 
 DtMetric (const DtMetric &orig)
 Copy constructor. More...
 
DtMetricoperator= (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...
 

Protected Attributes

DtPoint myCenterOfInterest
 
double myMaxRange
 
double myMeasureMultiplier
 
bool myEvalInZ
 
- Protected Attributes inherited from DtMetric
bool myOwnEqualList
 
bool myOwnDiffList
 
bool myOwnLessThanList
 
bool myOwnGreaterThanList
 
DtSimpleListmyEqualAttributes
 
DtSimpleListmyDifferentAttributes
 
DtSimpleListmyGreaterThanAttributes
 
DtSimpleListmyLessThanAttributes
 
DtCoordTransform myLocalToTopo
 
bool myMetricInitialized
 

Additional Inherited Members

- Protected Member Functions inherited from DtMetric
virtual void emptyLists ()
 Empties the condition lists and frees memory. More...
 
virtual void copyLists (const DtMetric &orig)
 Copy lists. More...
 

Constructor & Destructor Documentation

DtRangeNetworkNodeMetric::DtRangeNetworkNodeMetric ( )

Default constructor.

virtual DtRangeNetworkNodeMetric::~DtRangeNetworkNodeMetric ( )
virtual

Destructor.

DtRangeNetworkNodeMetric::DtRangeNetworkNodeMetric ( const DtRangeNetworkNodeMetric orig)

Copy constructor.

Member Function Documentation

DtRangeNetworkNodeMetric& DtRangeNetworkNodeMetric::operator= ( const DtRangeNetworkNodeMetric orig)

Assignment operator.

virtual double DtRangeNetworkNodeMetric::measure ( const DtNetworkNode node) const
virtual

Measure the node by its distance (times the measure multiplier) from the center of interest.

Implements DtNetworkNodeMetric.

virtual bool DtRangeNetworkNodeMetric::valid ( const DtNetworkNode node) const
virtual

Validate the node.

Implements DtNetworkNodeMetric.

virtual bool DtRangeNetworkNodeMetric::validSW ( const DtNetworkNode node) const
virtual

Validate the southwest quadrant (closed on southwest side)

Implements DtNetworkNodeMetric.

virtual bool DtRangeNetworkNodeMetric::validSE ( const DtNetworkNode node) const
virtual

Validate the southeast quadrant (closed on southwest side)

Implements DtNetworkNodeMetric.

virtual bool DtRangeNetworkNodeMetric::validNE ( const DtNetworkNode node) const
virtual

Validate the northeast quadrant (closed on southwest side)

Implements DtNetworkNodeMetric.

virtual bool DtRangeNetworkNodeMetric::validNW ( const DtNetworkNode node) const
virtual

Validate the northwest quadrant (closed on southwest side)

Implements DtNetworkNodeMetric.

virtual const DtPoint& DtRangeNetworkNodeMetric::centerOfInterest ( ) const
virtual

get/set center of interest

virtual void DtRangeNetworkNodeMetric::setCenterOfInterest ( const DtPoint val)
virtual
virtual DtVector DtRangeNetworkNodeMetric::vectorCenterOfInterest ( ) const
virtual

get/set center of interest–DtVector form

virtual void DtRangeNetworkNodeMetric::setCenterOfInterest ( const DtVector val)
virtual
virtual double DtRangeNetworkNodeMetric::maxRange ( ) const
virtual

get/set max range

virtual void DtRangeNetworkNodeMetric::setMaxRange ( double  val)
virtual
virtual double DtRangeNetworkNodeMetric::measureMultiplier ( ) const
virtual

get/set measure multiplier

virtual void DtRangeNetworkNodeMetric::setMeasureMultiplier ( double  val)
virtual
virtual bool DtRangeNetworkNodeMetric::evalInZ ( ) const
virtual

get/set evaluation in Z

virtual void DtRangeNetworkNodeMetric::setEvalInZ ( bool  evalInZ)
virtual

Member Data Documentation

DtPoint DtRangeNetworkNodeMetric::myCenterOfInterest
protected
double DtRangeNetworkNodeMetric::myMaxRange
protected
double DtRangeNetworkNodeMetric::myMeasureMultiplier
protected
bool DtRangeNetworkNodeMetric::myEvalInZ
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)