文件名称:netlayer
介绍说明--下载内容来自于网络,使用问题请自行百度
VC+MO最短路径算法 // 计算线的几何长度
double CalcLength()
// 通过线的id得到线数据
BOOL GetLineData(int id)
// 得到距离某点最近的线段,返回该线段的id
int GetNearestLineData( double x, double y)
// 判断两点是否重合
BOOL IsPtCoincide( NetPoint ptFirst, NetPoint ptSecond )
// 得到最邻近的点-VC MO shortest path algorithm / / calculate the geometric line length double CalcLength () / / line through the data line id be BOOL GetLineData (int id) / / a distance to the nearest point of a segment, return to the line of id int GetNearestLineData (double x, double y) / / 2:00 judgment whether coincidence BOOL IsPtCoincide (NetPo int ptFirst, NetPoint ptSecond) / / most neighboring points
double CalcLength()
// 通过线的id得到线数据
BOOL GetLineData(int id)
// 得到距离某点最近的线段,返回该线段的id
int GetNearestLineData( double x, double y)
// 判断两点是否重合
BOOL IsPtCoincide( NetPoint ptFirst, NetPoint ptSecond )
// 得到最邻近的点-VC MO shortest path algorithm / / calculate the geometric line length double CalcLength () / / line through the data line id be BOOL GetLineData (int id) / / a distance to the nearest point of a segment, return to the line of id int GetNearestLineData (double x, double y) / / 2:00 judgment whether coincidence BOOL IsPtCoincide (NetPo int ptFirst, NetPoint ptSecond) / / most neighboring points
(系统自动生成,下载前可以参看下载内容)
下载文件列表
netlayer.doc
www.dssz.com.txt
www.dssz.com.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.