vtlib library
Public Member Functions | List of all members
vtUtilityMap3d Class Reference
Inheritance diagram for vtUtilityMap3d:
Inheritance graph
[legend]

Public Member Functions

bool FindClosestUtilPole (const DPoint2 &point, double error, vtPole3d *&found_pole, double &closest) const
 

Detailed Description

vtUtilityMap3d is a container for a set of vtRoute objects.

Member Function Documentation

bool vtUtilityMap3d::FindClosestUtilPole ( const DPoint2 point,
double  error,
vtPole3d *&  found_pole,
double &  closest 
) const

Find the util pole which is closest to the given point, if it is within 'error' distance. The pole and distance are returned by reference.