📄 makefile.am
字号:
SUBDIRS = index#EXTRA_DIST = # NOTES:## EdgeList.h is needed by OverlayOp.h for composition## PlanarGraph.h is needed by OverlayOp.h for inlines## Depth.h needed by Edge.h## EdgeRing.h needed by operation/overlay/{Minimal,Maximal}EdgeRing.h# for inheritance, but they are NOT installed## Node.h needed by NodeMap.h for invariant testing## NodeMap.h needed by RelateComputer.h needed by RelateOp.h# also needed by PlanarGraph.h for typedefs## NodeFactory.h needed by operation/overlay/OverlayNodeFactory.h# and operation/relate/RelateNodeFactory.h for inheritance.# Both NOT installed## GraphComponent.h needed by Node.h and Edge.h for inheritance## EdgeEnd.h needed by Node.h for invariant tester## EdgeEndStar.h needed by Node.h for invariant tester## Depth.h needed by Edge.h for composition, which is NOT installed##geosdir = $(includedir)/geos/geomgraphgeos_HEADERS = \ EdgeEnd.h \ EdgeEndStar.h \ EdgeList.h \ GeometryGraph.h \ GeometryGraph.inl \ GraphComponent.h \ Node.h \ NodeMap.h \ PlanarGraph.hnoinst_HEADERS = \ Depth.h \ DirectedEdge.h \ DirectedEdge.inl \ DirectedEdgeStar.h \ Edge.h \ EdgeIntersection.h \ EdgeIntersectionList.h \ EdgeNodingValidator.h \ EdgeRing.h \ Label.h \ NodeFactory.h \ Position.h \ Quadrant.h \ TopologyLocation.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -