makefile.am
来自「在Linux下做的QuadTree的程序」· AM 代码 · 共 41 行
AM
41 行
SUBDIRS = EXTRA_DIST = # Notes:## PointLocator.h is needed by DistanceOp.h and OverlayOp.h for composition# needed by RelateComputer.h needed by RelateOp.h## LineIntersector.h needed by GeometryGraphOperation.h needed by OverlayOp.h# needed by RelateComputer.h needed by RelateOp.h# geosdir = $(includedir)/geos/algorithmgeos_HEADERS = \ LineIntersector.h \ PointLocator.h noinst_HEADERS = \ CGAlgorithms.h \ CentralEndpointIntersector.h \ CentroidArea.h \ CentroidLine.h \ CentroidPoint.h \ ConvexHull.h \ ConvexHull.inl \ HCoordinate.h \ InteriorPointArea.h \ InteriorPointLine.h \ InteriorPointPoint.h \ MCPointInRing.h \ MinimumDiameter.h \ NotRepresentableException.h \ PointInRing.h \ RobustDeterminant.h \ SIRtreePointInRing.h \ SimplePointInAreaLocator.h \ SimplePointInRing.h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?