The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.
For further technical details on the meaning of columns in the below table, please see the Glossary .
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The project has no code coverage. Will not display blockers as blockers depend on code coverage.
The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.
Func name | Functions filename | Arg count | Args | Function depth | hitcount | instr count | bb count | cyclomatic complexity | Reachable functions | Incoming references | total cyclomatic complexity | Unreached complexity |
---|
Implementing fuzzers that target the above functions will improve reachability such that it becomes:
If you implement fuzzers for these functions, the status of all functions in the project will be:
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.
Use this with the libFuzzer -dict=DICT.file flag
This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link
Source file | Reached by | Covered by |
---|---|---|
/src/geos/src/precision/SimpleGeometryPrecisionReducer.cpp | [] | [] |
/src/geos/tests/unit/algorithm/RobustLineIntersectorZTest.cpp | [] | [] |
/src/geos/tests/unit/operation/relateng/RelateNGTest.cpp | [] | [] |
/src/geos/include/geos/noding/snap/SnappingPointIndex.h | [] | [] |
/src/geos/tests/unit/capi/GEOSRemoveRepeatedPointsTest.cpp | [] | [] |
/src/geos/src/operation/union/CascadedPolygonUnion.cpp | [] | [] |
/src/geos/include/geos/algorithm/construct/ExactMaxInscribedCircle.h | [] | [] |
/src/geos/src/geom/prep/PreparedPolygonContains.cpp | [] | [] |
/src/geos/include/geos/algorithm/PointInRing.h | [] | [] |
/src/geos/src/io/GeoJSON.cpp | [] | [] |
/src/geos/src/index/strtree/SimpleSTRdistance.cpp | [] | [] |
/src/geos/include/geos/noding/SegmentString.h | [] | [] |
/src/geos/include/geos/geom/CoordinateSequenceFilter.h | [] | [] |
/src/geos/include/geos/noding/FastNodingValidator.h | [] | [] |
/src/geos/tests/unit/operation/intersection/RectangleIntersectionTest.cpp | [] | [] |
/src/geos/tests/unit/geom/LocationTest.cpp | [] | [] |
/src/geos/include/geos/operation/linemerge/LineMergeEdge.h | [] | [] |
/src/geos/src/index/strtree/SimpleSTRnode.cpp | [] | [] |
/src/geos/benchmarks/algorithm/UnaryUnionSegmentsPerfTest.cpp | [] | [] |
/src/geos/benchmarks/algorithm/LineIntersectorPerfTest.cpp | [] | [] |
/src/geos/include/geos/algorithm/hull/HullTri.h | [] | [] |
/src/geos/tests/unit/tut/tut_fpt.hpp | [] | [] |
/src/geos/include/geos/coverage/CleanCoverage.h | [] | [] |
/src/geos/src/precision/MinimumClearance.cpp | [] | [] |
/src/geos/include/geos/geom/SurfaceImpl.h | [] | [] |
/src/geos/src/geomgraph/EdgeEndStar.cpp | [] | [] |
/src/geos/include/geos/operation/relateng/IMPredicate.h | [] | [] |
/src/geos/benchmarks/geom/TopologyPredicatePerfTest.cpp | [] | [] |
/src/geos/include/geos/noding/SegmentNodeList.h | [] | [] |
/src/geos/include/geos/algorithm/construct/LargestEmptyCircle.h | [] | [] |
/src/geos/tests/fuzz/fuzz_geo2.c | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/tests/unit/capi/GEOSIntersectionPrecTest.cpp | [] | [] |
/src/geos/src/index/strtree/EnvelopeUtil.cpp | [] | [] |
/src/geos/src/algorithm/locate/SimplePointInAreaLocator.cpp | [] | [] |
/src/geos/src/geomgraph/index/SweepLineSegment.cpp | [] | [] |
/src/geos/src/geom/util/Densifier.cpp | [] | [] |
/src/geos/include/geos/simplify/RingHullIndex.h | [] | [] |
/src/geos/tests/unit/capi/GEOSCoordSeqTest.cpp | [] | [] |
/src/geos/src/triangulate/tri/TriangulationBuilder.cpp | [] | [] |
/src/geos/src/geomgraph/GraphComponent.cpp | [] | [] |
/src/geos/include/geos/io/OrdinateSet.h | [] | [] |
/src/geos/include/geos/util/GeometricShapeFactory.h | [] | [] |
/src/geos/include/geos/operation/valid/IsValidOp.h | [] | [] |
/src/geos/include/geos/operation/relateng/IntersectionMatrixPattern.h | [] | [] |
/src/geos/src/io/WKTFileReader.cpp | [] | [] |
/src/geos/src/index/strtree/AbstractSTRtree.cpp | [] | [] |
/src/geos/include/geos/operation/valid/PolygonRingSelfNode.h | [] | [] |
/src/geos/include/geos/algorithm/Angle.h | [] | [] |
/src/geos/include/geos/operation/intersection/RectangleIntersection.h | [] | [] |
/src/geos/src/index/sweepline/SweepLineInterval.cpp | [] | [] |
/src/geos/src/linearref/LengthIndexedLine.cpp | [] | [] |
/src/geos/src/simplify/LinkedRing.cpp | [] | [] |
/src/geos/src/index/bintree/Bintree.cpp | [] | [] |
/src/geos/tests/unit/algorithm/PointLocatorTest.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp | [] | [] |
/src/geos/include/geos/geom/IntersectionMatrix.h | [] | [] |
/src/geos/include/geos/operation/overlayng/OverlayMixedPoints.h | [] | [] |
/src/geos/tests/xmltester/BufferResultMatcher.cpp | [] | [] |
/src/geos/src/algorithm/Length.cpp | [] | [] |
/src/geos/include/geos/geom/prep/PreparedLineStringDistance.h | [] | [] |
/src/geos/include/geos/operation/overlayng/IndexedPointOnLineLocator.h | [] | [] |
/src/geos/tests/unit/triangulate/polygon/PolygonHoleJoinerTest.cpp | [] | [] |
/src/geos/include/geos/algorithm/MinimumDiameter.h | [] | [] |
/src/geos/src/precision/CommonBitsOp.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/include/geos/planargraph/NodeMap.h | [] | [] |
/src/geos/src/operation/intersection/RectangleIntersection.cpp | [] | [] |
/src/geos/include/geos/geomgraph/index/SimpleSweepLineIntersector.h | [] | [] |
/src/geos/src/operation/cluster/Clusters.cpp | [] | [] |
/src/geos/src/operation/relate/EdgeEndBuilder.cpp | [] | [] |
/src/geos/include/geos/simplify/PolygonHullSimplifier.h | [] | [] |
/src/geos/src/geomgraph/DirectedEdgeStar.cpp | [] | [] |
/src/geos/src/planargraph/PlanarGraph.cpp | [] | [] |
/src/geos/src/geom/prep/PreparedLineString.cpp | [] | [] |
/src/geos/tests/unit/simplify/PolygonHullSimplifierTest.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSUnaryUnionTest.cpp | [] | [] |
/src/geos/tests/unit/operation/overlay/snap/GeometrySnapperTest.cpp | [] | [] |
/src/geos/tests/unit/algorithm/hull/ConcaveHullOfPolygonsTest.cpp | [] | [] |
/src/geos/src/geomgraph/Depth.cpp | [] | [] |
/src/geos/src/noding/GeometryNoder.cpp | [] | [] |
/src/geos/include/geos/geomgraph/DirectedEdge.h | [] | [] |
/src/geos/include/geos/index/strtree/Boundable.h | [] | [] |
/src/geos/tests/unit/algorithm/MinimumDiameterTest.cpp | [] | [] |
/src/geos/include/geos/noding/SegmentStringUtil.h | [] | [] |
/src/geos/tests/unit/capi/GEOSCoverageSimplifyTest.cpp | [] | [] |
/src/geos/src/geomgraph/EdgeRing.cpp | [] | [] |
/src/geos/src/index/chain/MonotoneChainSelectAction.cpp | [] | [] |
/src/geos/src/operation/overlay/validate/FuzzyPointLocator.cpp | [] | [] |
/src/geos/src/noding/SegmentNodeList.cpp | [] | [] |
/src/geos/src/operation/valid/IsSimpleOp.cpp | [] | [] |
/src/geos/include/geos/noding/FastSegmentSetIntersectionFinder.h | [] | [] |
/src/geos/benchmarks/operation/CoverageUnionPerfTest.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/src/io/WKBReader.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/include/geos/index/strtree/ItemDistance.h | [] | [] |
/src/geos/src/noding/NodedSegmentString.cpp | [] | [] |
/src/geos/include/geos/coverage/CoverageEdge.h | [] | [] |
/src/geos/tests/unit/operation/buffer/BufferParametersTest.cpp | [] | [] |
/src/geos/include/geos/operation/intersection/Rectangle.h | [] | [] |
/src/geos/include/geos/util/GEOSException.h | [] | [] |
/src/geos/include/geos/noding/BoundaryChainNoder.h | [] | [] |
/src/geos/include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h | [] | [] |
/src/geos/tests/unit/algorithm/RobustLineIntersectionTest.cpp | [] | [] |
/src/geos/src/geomgraph/DirectedEdge.cpp | [] | [] |
/src/geos/include/geos/operation/union/OverlapUnion.h | [] | [] |
/src/geos/tests/unit/geom/CoordinateListTest.cpp | [] | [] |
/src/geos/include/geos/geomgraph/Node.h | [] | [] |
/src/geos/tests/unit/capi/GEOSNearestPointsTest.cpp | [] | [] |
/src/geos/src/util/Profiler.cpp | [] | [] |
/src/geos/src/geomgraph/EdgeEnd.cpp | [] | [] |
/src/geos/util/OrientationIndexViewer.cpp | [] | [] |
/src/geos/src/triangulate/polygon/PolygonNoder.cpp | [] | [] |
/src/geos/src/operation/cluster/DBSCANClusterFinder.cpp | [] | [] |
/src/geos/include/geos/index/intervalrtree/IntervalRTreeBranchNode.h | [] | [] |
/src/geos/tests/unit/operation/buffer/BufferOpTest.cpp | [] | [] |
/src/geos/include/geos/operation/overlayng/UnaryUnionNG.h | [] | [] |
/src/geos/tests/unit/triangulate/polygon/PolygonTriangulatorTest.cpp | [] | [] |
/src/geos/include/geos/operation/overlayng/OverlayNG.h | [] | [] |
/src/geos/src/triangulate/tri/TriEdge.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSMinimumWidthTest.cpp | [] | [] |
/src/geos/include/geos/operation/GeometryGraphOperation.h | [] | [] |
/src/geos/include/geos/operation/buffer/BufferBuilder.h | [] | [] |
/src/geos/include/geos/operation/overlayng/IntersectionPointBuilder.h | [] | [] |
/src/geos/tests/unit/algorithm/MinimumAreaRectangleTest.cpp | [] | [] |
/src/geos/src/geom/CompoundCurve.cpp | [] | [] |
/src/geos/src/operation/relateng/EdgeSegmentIntersector.cpp | [] | [] |
/src/geos/include/geos/coverage/CoverageRingEdges.h | [] | [] |
/src/geos/include/geos/operation/cluster/UnionFind.h | [] | [] |
/src/geos/include/geos/index/sweepline/SweepLineIndex.h | [] | [] |
/src/geos/src/geom/util/LinearComponentExtracter.cpp | [] | [] |
/src/geos/src/algorithm/CircularArcs.cpp | [] | [] |
/src/geos/include/geos/geomgraph/EdgeRing.h | [] | [] |
/src/geos/src/geomgraph/index/MonotoneChainIndexer.cpp | [] | [] |
/src/geos/src/operation/relateng/RelateEdge.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSGeom_createTest.cpp | [] | [] |
/src/geos/src/triangulate/polygon/PolygonTriangulator.cpp | [] | [] |
/src/geos/include/geos/io/GeoJSONReader.h | [] | [] |
/src/geos/tests/unit/operation/overlayng/RingClipperTest.cpp | [] | [] |
/src/geos/src/operation/overlayng/LineLimiter.cpp | [] | [] |
/src/geos/include/geos/simplify/TaggedLinesSimplifier.h | [] | [] |
/src/geos/src/operation/relateng/EdgeSegmentOverlapAction.cpp | [] | [] |
/src/geos/include/geos/operation/predicate/RectangleContains.h | [] | [] |
/src/geos/src/algorithm/Angle.cpp | [] | [] |
/src/geos/include/geos/operation/relateng/EdgeSegmentIntersector.h | [] | [] |
/src/geos/util/geosop/cxxopts.hpp | [] | [] |
/src/geos/include/geos/noding/snapround/HotPixel.h | [] | [] |
/src/geos/src/operation/polygonize/Polygonizer.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/tests/unit/capi/GEOSMinimumClearanceTest.cpp | [] | [] |
/src/geos/src/operation/linemerge/EdgeString.cpp | [] | [] |
/src/geos/include/geos/operation/polygonize/Polygonizer.h | [] | [] |
/src/geos/tests/unit/capi/GEOSDensifyTest.cpp | [] | [] |
/src/geos/include/geos/noding/NodedSegmentString.h | [] | [] |
/src/geos/src/operation/relateng/BasicPredicate.cpp | [] | [] |
/src/geos/include/geos/geom/prep/PreparedLineString.h | [] | [] |
/src/geos/src/operation/polygonize/PolygonizeGraph.cpp | [] | [] |
/src/geos/src/geomgraph/index/SimpleEdgeSetIntersector.cpp | [] | [] |
/src/geos/include/geos/geom/LineSegment.h | [] | [] |
/src/geos/src/operation/valid/PolygonTopologyAnalyzer.cpp | [] | [] |
/src/geos/include/geos/noding/SegmentSetMutualIntersector.h | [] | [] |
/src/geos/tests/unit/geom/Geometry/differenceTest.cpp | [] | [] |
/src/geos/include/geos/operation/buffer/BufferInputLineSimplifier.h | [] | [] |
/src/geos/src/geom/LinearRing.cpp | [] | [] |
/src/geos/include/geos/operation/polygonize/PolygonizeEdge.h | [] | [] |
/src/geos/include/geos/geomgraph/index/SweepLineEventObj.h | [] | [] |
/src/geos/tests/unit/geom/prep/PreparedGeometryTest.cpp | [] | [] |
/src/geos/src/algorithm/BoundaryNodeRule.cpp | [] | [] |
/src/geos/include/geos/index/kdtree/KdTree.h | [] | [] |
/src/geos/include/geos/index/intervalrtree/IntervalRTreeNode.h | [] | [] |
/src/geos/tests/unit/operation/overlay/validate/FuzzyPointLocatorTest.cpp | [] | [] |
/src/geos/include/geos/geom/prep/AbstractPreparedPolygonContains.h | [] | [] |
/src/geos/src/io/CLocalizer.cpp | [] | [] |
/src/geos/include/geos/operation/relate/EdgeEndBundleStar.h | [] | [] |
/src/geos/tests/unit/noding/snapround/SnapRoundingNoderTest.cpp | [] | [] |
/src/geos/include/geos/geom/GeometryFilter.h | [] | [] |
/src/geos/src/geom/prep/PreparedLineStringDistance.cpp | [] | [] |
/src/geos/src/operation/relateng/NodeSection.cpp | [] | [] |
/src/geos/include/geos/geom/util/GeometryTransformer.h | [] | [] |
/src/geos/tests/unit/index/VertexSequencePackedRtreeTest.cpp | [] | [] |
/src/geos/include/geos/noding/IntersectionFinderAdder.h | [] | [] |
/src/geos/src/geomgraph/index/SegmentIntersector.cpp | [] | [] |
/src/geos/include/geos/geom/GeometryComponentFilter.h | [] | [] |
/src/geos/src/precision/CommonBits.cpp | [] | [] |
/src/geos/tests/unit/geom/CoordinateSequenceTest.cpp | [] | [] |
/src/geos/src/index/strtree/STRtree.cpp | [] | [] |
/src/geos/src/geom/Curve.cpp | [] | [] |
/src/geos/src/operation/overlayng/LineBuilder.cpp | [] | [] |
/src/geos/src/operation/overlayng/ElevationModel.cpp | [] | [] |
/src/geos/tests/unit/coverage/CoverageCleanerTest.cpp | [] | [] |
/src/geos/include/geos/algorithm/hull/HullTriangulation.h | [] | [] |
/src/geos/include/geos/operation/buffer/BufferCurveSetBuilder.h | [] | [] |
/src/geos/include/geos/coverage/VertexRingCounter.h | [] | [] |
/src/geos/include/geos/operation/valid/IsSimpleOp.h | [] | [] |
/src/geos/tests/unit/capi/GEOSInterruptTest.cpp | [] | [] |
/src/geos/include/geos/operation/relate/RelateOp.h | [] | [] |
/src/geos/include/geos/algorithm/hull/ConcaveHullOfPolygons.h | [] | [] |
/src/geos/include/geos/coverage/CoverageUnion.h | [] | [] |
/src/geos/src/geom/util/ShortCircuitedGeometryVisitor.cpp | [] | [] |
/src/geos/include/geos/index/bintree/Key.h | [] | [] |
/src/geos/include/geos/noding/snapround/MCIndexSnapRounder.h | [] | [] |
/src/geos/src/index/intervalrtree/IntervalRTreeLeafNode.cpp | [] | [] |
/src/geos/tests/unit/algorithm/hull/ConcaveHullTest.cpp | [] | [] |
/src/geos/tests/unit/geom/LineStringTest.cpp | [] | [] |
/src/geos/include/geos/algorithm/RayCrossingCounter.h | [] | [] |
/src/geos/src/operation/overlayng/IntersectionPointBuilder.cpp | [] | [] |
/src/geos/src/simplify/TopologyPreservingSimplifier.cpp | [] | [] |
/src/geos/src/geomgraph/EdgeNodingValidator.cpp | [] | [] |
/src/geos/src/operation/overlay/validate/OffsetPointGenerator.cpp | [] | [] |
/src/geos/src/geom/prep/PreparedPolygonDistance.cpp | [] | [] |
/src/geos/tests/unit/operation/valid/ValidClosedRingTest.cpp | [] | [] |
/src/geos/src/planargraph/NodeMap.cpp | [] | [] |
/src/geos/src/operation/relateng/RelatePredicate.cpp | [] | [] |
/src/geos/src/index/bintree/Key.cpp | [] | [] |
/src/geos/tests/unit/algorithm/PointLocationTest.cpp | [] | [] |
/src/geos/include/geos/geom/prep/PreparedPoint.h | [] | [] |
/src/geos/include/geos/noding/OrientedCoordinateArray.h | [] | [] |
/src/geos/src/geom/Dimension.cpp | [] | [] |
/src/geos/src/geomgraph/NodeFactory.cpp | [] | [] |
/src/geos/include/geos/algorithm/distance/DiscreteFrechetDistance.h | [] | [] |
/src/geos/tests/unit/geom/Geometry/isRectangleTest.cpp | [] | [] |
/src/geos/src/noding/IteratedNoder.cpp | [] | [] |
/src/geos/tests/unit/operation/buffer/BufferBuilderTest.cpp | [] | [] |
/src/geos/src/operation/relateng/AdjacentEdgeLocator.cpp | [] | [] |
/src/geos/include/geos/io/WKBWriter.h | [] | [] |
/src/geos/include/geos/geom/prep/PreparedGeometry.h | [] | [] |
/src/geos/include/geos/geom/prep/PreparedPolygonIntersects.h | [] | [] |
/src/geos/tests/unit/geom/MultiCurveTest.cpp | [] | [] |
/src/geos/src/triangulate/quadedge/Vertex.cpp | [] | [] |
/src/geos/include/geos/operation/overlayng/OverlayLabeller.h | [] | [] |
/src/geos/src/algorithm/distance/DiscreteFrechetDistance.cpp | [] | [] |
/src/geos/include/geos/operation/cluster/EnvelopeDistanceClusterFinder.h | [] | [] |
/src/geos/include/geos/operation/relateng/RelateMatrixPredicate.h | [] | [] |
/src/geos/include/geos/operation/distance/DistanceOp.h | [] | [] |
/src/geos/tests/unit/capi/GEOSGetCentroidTest.cpp | [] | [] |
/src/geos/include/geos/algorithm/HCoordinate.h | [] | [] |
/src/geos/src/operation/valid/RepeatedPointTester.cpp | [] | [] |
/src/geos/src/operation/overlayng/OverlayLabeller.cpp | [] | [] |
/src/geos/include/geos/triangulate/tri/TriList.h | [] | [] |
/src/geos/src/operation/relateng/RelateNode.cpp | [] | [] |
/src/geos/src/coverage/Corner.cpp | [] | [] |
/src/geos/include/geos/operation/polygonize/BuildArea.h | [] | [] |
/src/geos/src/operation/relate/RelateComputer.cpp | [] | [] |
/src/geos/tools/astyle/ASEnhancer.cpp | [] | [] |
/src/geos/include/geos/precision/EnhancedPrecisionOp.h | [] | [] |
/src/geos/src/operation/overlay/snap/GeometrySnapper.cpp | [] | [] |
/src/geos/include/geos/edgegraph/EdgeGraphBuilder.h | [] | [] |
/src/geos/tests/unit/shape/fractal/HilbertEncoderTest.cpp | [] | [] |
/src/geos/src/triangulate/polygon/PolygonHoleJoiner.cpp | [] | [] |
/src/geos/src/operation/overlayng/UnaryUnionNG.cpp | [] | [] |
/src/geos/src/io/WKTWriter.cpp | [] | [] |
/src/geos/src/algorithm/construct/ExactMaxInscribedCircle.cpp | [] | [] |
/src/geos/src/operation/valid/MakeValid.cpp | [] | [] |
/src/geos/src/coverage/CoverageBoundarySegmentFinder.cpp | [] | [] |
/src/geos/src/index/VertexSequencePackedRtree.cpp | [] | [] |
/src/geos/src/index/quadtree/NodeBase.cpp | [] | [] |
/src/geos/include/geos/geom/util/LinearComponentExtracter.h | [] | [] |
/src/geos/src/operation/overlayng/OverlayPoints.cpp | [] | [] |
/src/geos/tests/unit/tut/tut_xml_reporter.hpp | [] | [] |
/src/geos/src/dissolve/DissolveHalfEdge.cpp | [] | [] |
/src/geos/tests/unit/algorithm/OrientationIndexFailureTest.cpp | [] | [] |
/src/geos/src/geom/prep/PreparedPolygonCovers.cpp | [] | [] |
/src/geos/tests/unit/algorithm/InteriorPointAreaTest.cpp | [] | [] |
/src/geos/tests/unit/noding/OrientedCoordinateArrayTest.cpp | [] | [] |
/src/geos/src/geom/HeuristicOverlay.cpp | [] | [] |
/src/geos/src/index/sweepline/SweepLineEvent.cpp | [] | [] |
/src/geos/include/geos/triangulate/IncrementalDelaunayTriangulator.h | [] | [] |
/src/geos/include/geos/coverage/CoverageRing.h | [] | [] |
/src/geos/tests/unit/operation/overlayng/OverlayNGGeometryCollectionTest.cpp | [] | [] |
/src/geos/include/geos/index/quadtree/IntervalSize.h | [] | [] |
/src/geos/include/geos/operation/relateng/IMPatternMatcher.h | [] | [] |
/src/geos/src/operation/relateng/PolygonNodeConverter.cpp | [] | [] |
/src/geos/include/geos/geomgraph/TopologyLocation.h | [] | [] |
/src/geos/tests/unit/capi/GEOSGeom_transformXYZTest.cpp | [] | [] |
/src/geos/src/triangulate/polygon/PolygonEarClipper.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSBufferTest.cpp | [] | [] |
/src/geos/src/geom/util/PointExtracter.cpp | [] | [] |
/src/geos/include/geos/geom/prep/PreparedPolygonDistance.h | [] | [] |
/src/geos/tests/unit/geom/LinearRingTest.cpp | [] | [] |
/src/geos/include/geos/shape/fractal/MortonCode.h | [] | [] |
/src/geos/include/geos/operation/union/UnaryUnionOp.h | [] | [] |
/src/geos/tests/unit/tut/tut_result.hpp | [] | [] |
/src/geos/src/operation/union/CoverageUnion.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/tests/unit/operation/overlayng/PrecisionReducerTest.cpp | [] | [] |
/src/geos/include/geos/util/math.h | [] | [] |
/src/geos/src/noding/OrientedCoordinateArray.cpp | [] | [] |
/src/geos/include/geos/operation/buffer/MinimalEdgeRing.h | [] | [] |
/src/geos/include/geos/operation/polygonize/PolygonizeDirectedEdge.h | [] | [] |
/src/geos/src/operation/linemerge/LineMergeDirectedEdge.cpp | [] | [] |
/src/geos/src/planargraph/Node.cpp | [] | [] |
/src/geos/tests/unit/geom/MultiPolygonTest.cpp | [] | [] |
/src/geos/include/geos/operation/relateng/BasicPredicate.h | [] | [] |
/src/geos/include/geos/operation/relateng/PolygonNodeConverter.h | [] | [] |
/src/geos/src/triangulate/polygon/TriDelaunayImprover.cpp | [] | [] |
/src/geos/include/geos/index/chain/MonotoneChainSelectAction.h | [] | [] |
/src/geos/tests/unit/io/WKTWriterTest.cpp | [] | [] |
/src/geos/include/geos/noding/ValidatingNoder.h | [] | [] |
/src/geos/include/geos/algorithm/locate/IndexedPointInAreaLocator.h | [] | [] |
/src/geos/include/geos/geom/CoordinateList.h | [] | [] |
/src/geos/benchmarks/algorithm/InteriorPointAreaPerfTest.cpp | [] | [] |
/src/geos/include/geos/geom/util/GeometryLister.h | [] | [] |
/src/geos/include/geos/geomgraph/PlanarGraph.h | [] | [] |
/src/geos/src/geomgraph/EdgeList.cpp | [] | [] |
/src/geos/include/geos/triangulate/quadedge/LocateFailureException.h | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/src/geom/MultiCurve.cpp | [] | [] |
/src/geos/include/geos/triangulate/polygon/ConstrainedDelaunayTriangulator.h | [] | [] |
/src/geos/tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp | [] | [] |
/src/geos/src/operation/relateng/RelateSegmentString.cpp | [] | [] |
/src/geos/include/geos/operation/union/DisjointSubsetUnion.h | [] | [] |
/src/geos/tests/unit/operation/overlay/validate/OffsetPointGeneratorTest.cpp | [] | [] |
/src/geos/src/operation/polygonize/PolygonizeDirectedEdge.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSDistanceTest.cpp | [] | [] |
/src/geos/tests/unit/geom/CoordinateTest.cpp | [] | [] |
/src/geos/tests/unit/operation/overlayng/OverlayNGPointsTest.cpp | [] | [] |
/src/geos/src/noding/SegmentString.cpp | [] | [] |
/src/geos/src/deps/ryu/d2s_intrinsics.h | [] | [] |
/src/geos/include/geos/geom/Envelope.h | [] | [] |
/src/geos/include/geos/operation/overlayng/InputGeometry.h | [] | [] |
/src/geos/include/geos/operation/relate/RelateComputer.h | [] | [] |
/src/geos/include/geos/util/TopologyException.h | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/tests/xmltester/XMLTester.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/benchmarks/algorithm/locate/PointLocatorPerfTest.cpp | [] | [] |
/src/geos/include/geos/linearref/LengthIndexedLine.h | [] | [] |
/src/geos/tests/unit/tut/tut_exception.hpp | [] | [] |
/src/geos/src/triangulate/quadedge/QuadEdge.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/tests/unit/operation/valid/MakeValidTest.cpp | [] | [] |
/src/geos/src/geom/util/PolygonalExtracter.cpp | [] | [] |
/src/geos/tests/unit/geom/PrecisionModelTest.cpp | [] | [] |
/src/geos/include/geos/geom/CoordinateSequences.h | [] | [] |
/src/geos/include/geos/io/WKTWriter.h | [] | [] |
/src/geos/include/geos/geom/prep/BasicPreparedGeometry.h | [] | [] |
/src/geos/src/index/bintree/Interval.cpp | [] | [] |
/src/geos/include/geos/operation/union/PointGeometryUnion.h | [] | [] |
/src/geos/tests/unit/algorithm/CGAlgorithms/OrientationIsCCWTest.cpp | [] | [] |
/src/geos/include/geos/linearref/LinearIterator.h | [] | [] |
/src/geos/src/operation/relateng/LineStringExtracter.cpp | [] | [] |
/src/geos/include/geos/index/strtree/Interval.h | [] | [] |
/src/geos/benchmarks/operation/DistancePerfTest.cpp | [] | [] |
/src/geos/src/operation/relateng/EdgeSetIntersector.cpp | [] | [] |
/src/geos/src/operation/relateng/RelatePointLocator.cpp | [] | [] |
/src/geos/include/geos/geomgraph/EdgeNodingValidator.h | [] | [] |
/src/geos/src/operation/overlayng/RobustClipEnvelopeComputer.cpp | [] | [] |
/src/geos/include/geos/algorithm/PointLocator.h | [] | [] |
/src/geos/tests/unit/capi/GEOSEnvelopeTest.cpp | [] | [] |
/src/geos/src/simplify/RingHull.cpp | [] | [] |
/src/geos/src/index/quadtree/Node.cpp | [] | [] |
/src/geos/tests/unit/operation/linemerge/LineMergerTest.cpp | [] | [] |
/src/geos/include/geos/edgegraph/HalfEdge.h | [] | [] |
/src/geos/src/simplify/RingHullIndex.cpp | [] | [] |
/src/geos/include/geos/simplify/DouglasPeuckerSimplifier.h | [] | [] |
/src/geos/src/triangulate/polygon/ConstrainedDelaunayTriangulator.cpp | [] | [] |
/src/geos/include/geos/operation/overlayng/EdgeMerger.h | [] | [] |
/src/geos/src/operation/overlayng/EdgeSourceInfo.cpp | [] | [] |
/src/geos/include/geos/operation/buffer/BufferOp.h | [] | [] |
/src/geos/src/io/ParseException.cpp | [] | [] |
/src/geos/src/index/intervalrtree/IntervalRTreeBranchNode.cpp | [] | [] |
/src/geos/src/edgegraph/MarkHalfEdge.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSClipByRectTest.cpp | [] | [] |
/src/geos/src/operation/buffer/OffsetCurveSection.cpp | [] | [] |
/src/geos/include/geos/operation/relateng/LineStringExtracter.h | [] | [] |
/src/geos/include/geos/geomgraph/NodeFactory.h | [] | [] |
/src/geos/include/geos/noding/snap/SnappingIntersectionAdder.h | [] | [] |
/src/geos/include/geos/operation/buffer/OffsetCurveBuilder.h | [] | [] |
/src/geos/include/geos/operation/distance/FacetSequenceTreeBuilder.h | [] | [] |
/src/geos/include/geos/operation/valid/MakeValid.h | [] | [] |
/src/geos/benchmarks/capi/GEOSTopologyPreserveSimplifyStableTest.cpp | [] | [] |
/src/geos/tests/unit/tut/tut_main.hpp | [] | [] |
/src/geos/examples/cpp_strtree.cpp | [] | [] |
/src/geos/include/geos/geomgraph/index/EdgeSetIntersector.h | [] | [] |
/src/geos/src/index/strtree/SIRtree.cpp | [] | [] |
/src/geos/benchmarks/geom/EnvelopePerfTest.cpp | [] | [] |
/src/geos/tests/unit/coverage/CoverageSimplifierTest.cpp | [] | [] |
/src/geos/tests/unit/triangulate/VoronoiTest.cpp | [] | [] |
/src/geos/include/geos/noding/SegmentPointComparator.h | [] | [] |
/src/geos/tests/unit/io/GeoJSONWriterTest.cpp | [] | [] |
/src/geos/include/geos/algorithm/InteriorPointLine.h | [] | [] |
/src/geos/include/geos/geom/util/Densifier.h | [] | [] |
/src/geos/src/index/strtree/GeometryItemDistance.cpp | [] | [] |
/src/geos/include/geos/geom/util/PolygonExtracter.h | [] | [] |
/src/geos/src/linearref/LocationIndexOfLine.cpp | [] | [] |
/src/geos/include/geos/operation/overlayng/PrecisionUtil.h | [] | [] |
/src/geos/tests/unit/capi/GEOSReverseTest.cpp | [] | [] |
/src/geos/src/simplify/TaggedLineSegment.cpp | [] | [] |
/src/geos/include/geos/util/IllegalStateException.h | [] | [] |
/src/geos/src/noding/SimpleNoder.cpp | [] | [] |
/src/geos/include/geos/operation/relateng/NodeSection.h | [] | [] |
/src/geos/tests/unit/operation/valid/RepeatedPointRemoverTest.cpp | [] | [] |
/src/geos/include/geos/operation/relateng/RelatePredicate.h | [] | [] |
/src/geos/src/operation/overlayng/RingClipper.cpp | [] | [] |
/src/geos/src/operation/overlayng/OverlayNG.cpp | [] | [] |
/src/geos/src/operation/overlayng/EdgeMerger.cpp | [] | [] |
/src/geos/tools/astyle/astyle_main.h | [] | [] |
/src/geos/include/geos/geom/util/GeometryExtracter.h | [] | [] |
/src/geos/tests/unit/io/WKBReaderTest.cpp | [] | [] |
/src/geos/tests/unit/geom/CircularArcTest.cpp | [] | [] |
/src/geos/src/noding/snap/SnappingPointIndex.cpp | [] | [] |
/src/geos/src/operation/relate/RelateNodeGraph.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSVoronoiDiagramTest.cpp | [] | [] |
/src/geos/include/geos/index/quadtree/Key.h | [] | [] |
/src/geos/tests/unit/algorithm/AngleTest.cpp | [] | [] |
/src/geos/src/algorithm/PointLocator.cpp | [] | [] |
/src/geos/benchmarks/BenchmarkUtils.h | [] | [] |
/src/geos/include/geos/algorithm/locate/PointOnGeometryLocator.h | [] | [] |
/src/geos/src/algorithm/InteriorPointLine.cpp | [] | [] |
/src/geos/include/geos/dissolve/LineDissolver.h | [] | [] |
/src/geos/include/geos/operation/overlayng/OverlayNGRobust.h | [] | [] |
/src/geos/src/operation/distance/FacetSequence.cpp | [] | [] |
/src/geos/include/geos/algorithm/distance/DiscreteHausdorffDistance.h | [] | [] |
/src/geos/include/geos/triangulate/tri/TriEdge.h | [] | [] |
/src/geos/include/geos/geom/prep/PreparedGeometryFactory.h | [] | [] |
/src/geos/include/geos/simplify/RingHull.h | [] | [] |
/src/geos/tests/unit/operation/sharedpaths/SharedPathsOpTest.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSGeom_createCollectionTest.cpp | [] | [] |
/src/geos/src/algorithm/construct/IndexedPointInPolygonsLocator.cpp | [] | [] |
/src/geos/include/geos/coverage/CoverageValidator.h | [] | [] |
/src/geos/util/geosop/GeosOp.cpp | [] | [] |
/src/geos/include/geos/operation/distance/IndexedFacetDistance.h | [] | [] |
/src/geos/src/operation/buffer/BufferInputLineSimplifier.cpp | [] | [] |
/src/geos/tests/unit/noding/NodedSegmentStringTest.cpp | [] | [] |
/src/geos/include/geos/geomgraph/EdgeEndStar.h | [] | [] |
/src/geos/tests/unit/operation/relateng/RelateNGBoundaryNodeRuleTest.cpp | [] | [] |
/src/geos/src/operation/relateng/DimensionLocation.cpp | [] | [] |
/src/geos/src/index/quadtree/IntervalSize.cpp | [] | [] |
/src/geos/tests/unit/operation/cluster/ClusterFinderTest.cpp | [] | [] |
/src/geos/src/geom/util/GeometryEditor.cpp | [] | [] |
/src/geos/tests/unit/operation/relateng/AdjacentEdgeLocatorTest.cpp | [] | [] |
/src/geos/tests/unit/algorithm/construct/MaxInscribedCircleRadiusWithinTest.cpp | [] | [] |
/src/geos/include/geos/geomgraph/Edge.h | [] | [] |
/src/geos/include/geos/operation/overlayng/MaximalEdgeRing.h | [] | [] |
/src/geos/src/triangulate/tri/Tri.cpp | [] | [] |
/src/geos/include/geos/algorithm/ConvexHull.h | [] | [] |
/src/geos/tests/unit/geom/CircularStringTest.cpp | [] | [] |
/src/geos/include/geos/index/strtree/SimpleSTRdistance.h | [] | [] |
/src/geos/src/algorithm/PolygonNodeTopology.cpp | [] | [] |
/src/geos/src/coverage/CoverageValidator.cpp | [] | [] |
/src/geos/include/geos/operation/overlay/validate/FuzzyPointLocator.h | [] | [] |
/src/geos/tests/unit/util/NodingTestUtil.cpp | [] | [] |
/src/geos/include/geos/algorithm/hull/ConcaveHull.h | [] | [] |
/src/geos/src/operation/valid/PolygonIntersectionAnalyzer.cpp | [] | [] |
/src/geos/src/geom/util/GeometryCombiner.cpp | [] | [] |
/src/geos/src/operation/union/PointGeometryUnion.cpp | [] | [] |
/src/geos/include/geos/triangulate/polygon/PolygonEarClipper.h | [] | [] |
/src/geos/src/algorithm/RayCrossingCounter.cpp | [] | [] |
/src/geos/include/geos/geom/util/GeometryMapper.h | [] | [] |
/src/geos/include/geos/index/kdtree/KdNode.h | [] | [] |
/src/geos/tests/unit/operation/cluster/GeometryFlattenerTest.cpp | [] | [] |
/src/geos/include/geos/operation/buffer/OffsetCurve.h | [] | [] |
/src/geos/src/index/quadtree/Root.cpp | [] | [] |
/src/geos/include/geos/precision/MinimumClearance.h | [] | [] |
/src/geos/include/geos/geom/util/PolygonalExtracter.h | [] | [] |
/src/geos/tests/unit/capi/GEOSWKBWriterTest.cpp | [] | [] |
/src/geos/include/geos/operation/distance/ConnectedElementPointFilter.h | [] | [] |
/src/geos/include/geos/operation/cluster/GeometryFlattener.h | [] | [] |
/src/geos/include/geos/operation/polygonize/EdgeRing.h | [] | [] |
/src/geos/src/algorithm/NotRepresentableException.cpp | [] | [] |
/src/geos/include/geos/io/WKBStreamReader.h | [] | [] |
/src/geos/src/operation/valid/PolygonRingSelfNode.cpp | [] | [] |
/src/geos/tests/unit/geom/Geometry/coversTest.cpp | [] | [] |
/src/geos/include/geos/operation/buffer/RightmostEdgeFinder.h | [] | [] |
/src/geos/src/algorithm/ConvexHull.cpp | [] | [] |
/src/geos/src/operation/cluster/GeometryFlattener.cpp | [] | [] |
/src/geos/tests/unit/operation/overlayng/OverlayNGZTest.cpp | [] | [] |
/src/geos/include/geos/io/CLocalizer.h | [] | [] |
/src/geos/include/geos/geom/prep/PreparedPolygonContains.h | [] | [] |
/src/geos/include/geos/noding/snapround/HotPixelIndex.h | [] | [] |
/src/geos/tests/unit/triangulate/quadedge/QuadEdgeSubdivisionTest.cpp | [] | [] |
/src/geos/src/coverage/CoverageUnion.cpp | [] | [] |
/src/geos/include/geos/operation/relateng/NodeSections.h | [] | [] |
/src/geos/src/simplify/ComponentJumpChecker.cpp | [] | [] |
/src/geos/include/geos/geom/util/ComponentCoordinateExtracter.h | [] | [] |
/src/geos/include/geos/operation/valid/PolygonRingTouch.h | [] | [] |
/src/geos/tests/unit/io/WKTReaderTest.cpp | [] | [] |
/src/geos/include/geos/algorithm/Length.h | [] | [] |
/src/geos/tests/unit/geom/GeometryComponentFilterTest.cpp | [] | [] |
/src/geos/include/geos/triangulate/quadedge/QuadEdgeLocator.h | [] | [] |
/src/geos/tests/unit/geom/util/GeometryListerTest.cpp | [] | [] |
/src/geos/examples/capi_read_ts.c | [] | [] |
/src/geos/tests/unit/operation/relate/RelateOpTest.cpp | [] | [] |
/src/geos/src/operation/overlayng/OverlayGraph.cpp | [] | [] |
/src/geos/src/geom/prep/AbstractPreparedPolygonContains.cpp | [] | [] |
/src/geos/tests/unit/coverage/CoverageRingEdgesTest.cpp | [] | [] |
/src/geos/tests/unit/algorithm/LocatePointInRingTest.cpp | [] | [] |
/src/geos/src/geomgraph/EdgeIntersectionList.cpp | [] | [] |
/src/geos/include/geos/noding/snapround/SnapRoundingNoder.h | [] | [] |
/src/geos/src/index/bintree/Root.cpp | [] | [] |
/src/geos/include/geos/precision/CommonBits.h | [] | [] |
/src/geos/include/geos/operation/intersection/RectangleIntersectionBuilder.h | [] | [] |
/src/geos/include/geos/index/quadtree/NodeBase.h | [] | [] |
/src/geos/tests/unit/geom/MultiSurfaceTest.cpp | [] | [] |
/src/geos/tests/unit/coverage/TPVWSimplifierTest.cpp | [] | [] |
/src/geos/include/geos/geom/Triangle.h | [] | [] |
/src/geos/include/geos/noding/GeometryNoder.h | [] | [] |
/src/geos/tests/unit/operation/distance/DistanceOpTest.cpp | [] | [] |
/src/geos/src/operation/valid/IndexedNestedHoleTester.cpp | [] | [] |
/src/geos/include/geos/operation/cluster/GeometryDistanceClusterFinder.h | [] | [] |
/src/geos/src/algorithm/construct/MaximumInscribedCircle.cpp | [] | [] |
/src/geos/include/geos/shape/fractal/HilbertEncoder.h | [] | [] |
/src/geos/include/geos/coverage/CoverageSimplifier.h | [] | [] |
/src/geos/tests/unit/geom/Geometry/cloneTest.cpp | [] | [] |
/src/geos/tools/astyle/ASResource.cpp | [] | [] |
/src/geos/tests/unit/index/chain/MonotoneChainBuilderTest.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSCoverageUnionTest.cpp | [] | [] |
/src/geos/include/geos/geom/Position.h | [] | [] |
/src/geos/benchmarks/capi/GEOSCoordSeqPerfTest.cpp | [] | [] |
/src/geos/tests/unit/operation/overlayng/ElevationModelTest.cpp | [] | [] |
/src/geos/benchmarks/algorithm/OrientationIndexPerfTest.cpp | [] | [] |
/src/geos/src/edgegraph/EdgeGraph.cpp | [] | [] |
/src/geos/src/algorithm/distance/DistanceToPoint.cpp | [] | [] |
/src/geos/tests/unit/operation/distance/IndexedFacetDistanceTest.cpp | [] | [] |
/src/geos/src/algorithm/locate/IndexedPointInAreaLocator.cpp | [] | [] |
/src/geos/src/operation/relateng/TopologyComputer.cpp | [] | [] |
/src/geos/include/geos/algorithm/Intersection.h | [] | [] |
/src/geos/src/geom/prep/BasicPreparedGeometry.cpp | [] | [] |
/src/geos/src/coverage/CleanCoverage.cpp | [] | [] |
/src/geos/include/geos/util/Interrupt.h | [] | [] |
/src/geos/util/geosop/GeometryOp.h | [] | [] |
/src/geos/src/geom/util/GeometryTransformer.cpp | [] | [] |
/src/geos/src/geom/util/PolygonExtracter.cpp | [] | [] |
/src/geos/include/geos/operation/linemerge/LineMergeGraph.h | [] | [] |
/src/geos/tests/unit/capi/GEOSGeom_setPrecisionTest.cpp | [] | [] |
/src/geos/src/noding/Octant.cpp | [] | [] |
/src/geos/src/operation/overlay/snap/LineStringSnapper.cpp | [] | [] |
/src/geos/include/geos/operation/relateng/RelateSegmentString.h | [] | [] |
/src/geos/tests/unit/io/WKBWriterTest.cpp | [] | [] |
/src/geos/src/geom/Quadrant.cpp | [] | [] |
/src/geos/src/operation/overlayng/OverlayNGRobust.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSMinimumBoundingCircleTest.cpp | [] | [] |
/src/geos/include/geos/algorithm/LineIntersector.h | [] | [] |
/src/geos/tests/unit/tut/tut_posix.hpp | [] | [] |
/src/geos/src/geom/IntersectionMatrix.cpp | [] | [] |
/src/geos/benchmarks/index/chain/MonotoneChainBuilderPerfTest.cpp | [] | [] |
/src/geos/tests/unit/io/GeoJSONFeatureTest.cpp | [] | [] |
/src/geos/include/geos/algorithm/distance/DistanceToPoint.h | [] | [] |
/src/geos/src/operation/polygonize/BuildArea.cpp | [] | [] |
/src/geos/include/geos/operation/cluster/EnvelopeIntersectsClusterFinder.h | [] | [] |
/src/geos/tests/unit/capi/GEOSIntersectionTest.cpp | [] | [] |
/src/geos/include/geos/triangulate/tri/Tri.h | [] | [] |
/src/geos/src/triangulate/quadedge/LastFoundQuadEdgeLocator.cpp | [] | [] |
/src/geos/tests/unit/operation/relateng/RelateGeometryTest.cpp | [] | [] |
/src/geos/src/io/WKBWriter.cpp | [] | [] |
/src/geos/src/operation/relateng/RelateGeometry.cpp | [] | [] |
/src/geos/src/operation/relate/EdgeEndBundleStar.cpp | [] | [] |
/src/geos/src/algorithm/MinimumBoundingCircle.cpp | [] | [] |
/src/geos/tests/unit/geom/MultiLineStringTest.cpp | [] | [] |
/src/geos/src/index/quadtree/Key.cpp | [] | [] |
/src/geos/src/operation/overlayng/PrecisionReducer.cpp | [] | [] |
/src/geos/include/geos/geomgraph/index/SegmentIntersector.h | [] | [] |
/src/geos/include/geos/geomgraph/index/MonotoneChainIndexer.h | [] | [] |
/src/geos/src/shape/fractal/HilbertEncoder.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/include/geos/index/strtree/ItemBoundable.h | [] | [] |
/src/geos/tests/unit/operation/relateng/RelateNGTest.h | [] | [] |
/src/geos/src/dissolve/LineDissolver.cpp | [] | [] |
/src/geos/src/simplify/LineSegmentIndex.cpp | [] | [] |
/src/geos/src/operation/overlayng/Edge.cpp | [] | [] |
/src/geos/include/geos/geom/CoordinateSequenceIterator.h | [] | [] |
/src/geos/include/geos/operation/valid/IndexedNestedPolygonTester.h | [] | [] |
/src/geos/src/coverage/CoverageRingEdges.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSWKTWriterTest.cpp | [] | [] |
/src/geos/tests/unit/triangulate/DelaunayTest.cpp | [] | [] |
/src/geos/src/util/GeometricShapeFactory.cpp | [] | [] |
/src/geos/include/geos/operation/overlay/validate/OffsetPointGenerator.h | [] | [] |
/src/geos/include/geos/unload.h | [] | [] |
/src/geos/src/operation/relate/EdgeEndBundle.cpp | [] | [] |
/src/geos/include/geos/precision/SimpleGeometryPrecisionReducer.h | [] | [] |
/src/geos/include/geos/geomgraph/EdgeEnd.h | [] | [] |
/src/geos/tests/unit/geom/util/GeometryExtracterTest.cpp | [] | [] |
/src/geos/src/noding/snapround/MCIndexSnapRounder.cpp | [] | [] |
/src/geos/tools/astyle/ASFormatter.cpp | [] | [] |
/src/geos/util/geosop/GeometryOp.cpp | [] | [] |
/src/geos/include/geos/geom/MultiLineString.h | [] | [] |
/src/geos/src/algorithm/Orientation.cpp | [] | [] |
/src/geos/include/geos/operation/overlayng/CoverageUnion.h | [] | [] |
/src/geos/include/geos/operation/relateng/DimensionLocation.h | [] | [] |
/src/geos/tests/unit/algorithm/PolygonNodeTopologyTest.cpp | [] | [] |
/src/geos/include/geos/index/sweepline/SweepLineOverlapAction.h | [] | [] |
/src/geos/tests/unit/operation/overlay/validate/OverlayResultValidatorTest.cpp | [] | [] |
/src/geos/src/operation/buffer/PolygonBuilder.cpp | [] | [] |
/src/geos/include/geos/util.h | [] | [] |
/src/geos/include/geos/coverage/CoveragePolygon.h | [] | [] |
/src/geos/include/geos/geom/Coordinate.h | [] | [] |
/src/geos/include/geos/geomgraph/DirectedEdgeStar.h | [] | [] |
/src/geos/src/index/sweepline/SweepLineIndex.cpp | [] | [] |
/src/geos/src/noding/FastNodingValidator.cpp | [] | [] |
/src/geos/include/geos/geomgraph/GeometryGraph.h | [] | [] |
/src/geos/include/geos/geom/util/PointExtracter.h | [] | [] |
/src/geos/tests/unit/geom/IntersectionMatrixTest.cpp | [] | [] |
/src/geos/include/geos/operation/BoundaryOp.h | [] | [] |
/src/geos/src/operation/overlayng/OverlayEdgeRing.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/include/geos/operation/buffer/BufferSubgraph.h | [] | [] |
/src/geos/include/geos/geom/util/GeometryEditor.h | [] | [] |
/src/geos/tests/unit/coverage/CoverageGapFinderTest.cpp | [] | [] |
/src/geos/tests/unit/geom/Geometry/toTextTest.cpp | [] | [] |
/src/geos/include/geos/operation/relate/EdgeEndBundle.h | [] | [] |
/src/geos/tests/unit/capi/GEOSMakeValidTest.cpp | [] | [] |
/src/geos/tests/unit/geom/EnvelopeTest.cpp | [] | [] |
/src/geos/tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp | [] | [] |
/src/geos/tests/unit/capi/capi_test_utils.h | [] | [] |
/src/geos/src/operation/buffer/SubgraphDepthLocater.cpp | [] | [] |
/src/geos/src/precision/CommonBitsRemover.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/src/geomgraph/Label.cpp | [] | [] |
/src/geos/include/geos/geomgraph/Label.h | [] | [] |
/src/geos/tests/unit/capi/GEOSGeomToWKTTest.cpp | [] | [] |
/src/geos/include/geos/simplify/TaggedLineString.h | [] | [] |
/src/geos/src/coverage/TPVWSimplifier.cpp | [] | [] |
/src/geos/include/geos/operation/predicate/RectangleIntersects.h | [] | [] |
/src/geos/include/geos/operation/overlayng/LineBuilder.h | [] | [] |
/src/geos/tests/unit/capi/GEOSGeomGeoJSONWriteTest.cpp | [] | [] |
/src/geos/include/geos/algorithm/MinimumBoundingCircle.h | [] | [] |
/src/geos/src/geom/Surface.cpp | [] | [] |
/src/geos/src/geom/util/CoordinateOperation.cpp | [] | [] |
/src/geos/tests/unit/operation/overlayng/UnaryUnionNGTest.cpp | [] | [] |
/src/geos/tests/unit/geom/Geometry/equalsTest.cpp | [] | [] |
/src/geos/include/geos/algorithm/Centroid.h | [] | [] |
/src/geos/src/noding/snapround/HotPixelIndex.cpp | [] | [] |
/src/geos/include/geos/operation/overlayng/EdgeKey.h | [] | [] |
/src/geos/src/noding/snapround/SnapRoundingIntersectionAdder.cpp | [] | [] |
/src/geos/tests/unit/tut/tut_console_reporter.hpp | [] | [] |
/src/geos/include/geos/algorithm/CGAlgorithmsDD.h | [] | [] |
/src/geos/include/geos/triangulate/polygon/PolygonHoleJoiner.h | [] | [] |
/src/geos/include/geos/geomgraph/EdgeIntersectionList.h | [] | [] |
/src/geos/include/geos/util/Assert.h | [] | [] |
/src/geos/include/geos/geom/util/GeometryFixer.h | [] | [] |
/src/geos/tests/unit/geom/util/GeometryFixerTest.cpp | [] | [] |
/src/geos/src/operation/polygonize/HoleAssigner.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/src/simplify/TaggedLinesSimplifier.cpp | [] | [] |
/src/geos/include/geos/operation/valid/PolygonRing.h | [] | [] |
/src/geos/include/geos/precision/CommonBitsRemover.h | [] | [] |
/src/geos/include/geos/geom/CurvePolygon.h | [] | [] |
/src/geos/src/io/WKTReader.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/include/geos/geomgraph/EdgeList.h | [] | [] |
/src/geos/include/geos/operation/relateng/EdgeSegmentOverlapAction.h | [] | [] |
/src/geos/src/operation/overlayng/OverlayMixedPoints.cpp | [] | [] |
/src/geos/src/operation/distance/ConnectedElementLocationFilter.cpp | [] | [] |
/src/geos/include/geos/algorithm/Orientation.h | [] | [] |
/src/geos/include/geos/operation/buffer/OffsetSegmentString.h | [] | [] |
/src/geos/include/geos/geom/prep/PreparedPolygonCovers.h | [] | [] |
/src/geos/include/geos/operation/overlayng/LineLimiter.h | [] | [] |
/src/geos/src/geomgraph/Node.cpp | [] | [] |
/src/geos/include/geos/geom/LineString.h | [] | [] |
/src/geos/src/linearref/LinearGeometryBuilder.cpp | [] | [] |
/src/geos/include/geos/operation/buffer/SubgraphDepthLocater.h | [] | [] |
/src/geos/include/geos/precision/GeometryPrecisionReducer.h | [] | [] |
/src/geos/tests/unit/geom/GeometryFilterTest.cpp | [] | [] |
/src/geos/include/geos/algorithm/PolygonNodeTopology.h | [] | [] |
/src/geos/include/geos/operation/valid/RepeatedPointTester.h | [] | [] |
/src/geos/include/geos/precision/PrecisionReducerTransformer.h | [] | [] |
/src/geos/src/algorithm/construct/IndexedDistanceToPoint.cpp | [] | [] |
/src/geos/src/geom/util/SineStarFactory.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSClusterTest.cpp | [] | [] |
/src/geos/include/geos/operation/cluster/Clusters.h | [] | [] |
/src/geos/tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp | [] | [] |
/src/geos/include/geos/triangulate/quadedge/QuadEdgeSubdivision.h | [] | [] |
/src/geos/src/math/DD.cpp | [] | [] |
/src/geos/src/algorithm/RobustDeterminant.cpp | [] | [] |
/src/geos/src/operation/valid/PolygonRing.cpp | [] | [] |
/src/geos/src/io/GeoJSONReader.cpp | [] | [] |
/src/geos/include/geos/operation/union/CascadedPolygonUnion.h | [] | [] |
/src/geos/include/geos/noding/NodingValidator.h | [] | [] |
/src/geos/src/geom/CircularString.cpp | [] | [] |
/src/geos/include/geos/planargraph/DirectedEdge.h | [] | [] |
/src/geos/src/io/WKTStreamReader.cpp | [] | [] |
/src/geos/src/operation/overlay/validate/OverlayResultValidator.cpp | [] | [] |
/src/geos/include/geos/operation/union/CoverageUnion.h | [] | [] |
/src/geos/capi/geos_ts_c.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/examples/capi_strtree.c | [] | [] |
/src/geos/src/planargraph/DirectedEdge.cpp | [] | [] |
/src/geos/src/operation/valid/PolygonRingTouch.cpp | [] | [] |
/src/geos/include/geos/index/strtree/SIRtree.h | [] | [] |
/src/geos/tests/unit/operation/geounion/CoverageUnionTest.cpp | [] | [] |
/src/geos/tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp | [] | [] |
/src/geos/tests/unit/noding/snapround/HotPixelTest.cpp | [] | [] |
/src/geos/include/geos/io/ParseException.h | [] | [] |
/src/geos/include/geos/noding/snap/SnappingNoder.h | [] | [] |
/src/geos/src/algorithm/distance/DiscreteHausdorffDistance.cpp | [] | [] |
/src/geos/src/coverage/CoverageEdge.cpp | [] | [] |
/src/geos/src/operation/linemerge/LineSequencer.cpp | [] | [] |
/src/geos/include/geos/operation/overlay/snap/SnapOverlayOp.h | [] | [] |
/src/geos/include/geos/operation/overlay/snap/LineStringSnapper.h | [] | [] |
/src/geos/src/geom/prep/PreparedGeometryFactory.cpp | [] | [] |
/src/geos/benchmarks/geom/CoordinateSequencePerfTest.cpp | [] | [] |
/src/geos/include/geos/geomgraph/NodeMap.h | [] | [] |
/src/geos/tests/unit/geom/TriangleTest.cpp | [] | [] |
/src/geos/src/operation/union/UnaryUnionOp.cpp | [] | [] |
/src/geos/src/operation/linemerge/LineMergeEdge.cpp | [] | [] |
/src/geos/src/operation/relateng/RelateNG.cpp | [] | [] |
/src/geos/src/geom/util/NoOpGeometryOperation.cpp | [] | [] |
/src/geos/include/geos/algorithm/InteriorPointPoint.h | [] | [] |
/src/geos/include/geos/triangulate/tri/TriangulationBuilder.h | [] | [] |
/src/geos/include/geos/geom/CircularArc.h | [] | [] |
/src/geos/src/util/string.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/include/geos/math/DD.h | [] | [] |
/src/geos/include/geos/coverage/CoveragePolygonValidator.h | [] | [] |
/src/geos/include/geos/geomgraph/Depth.h | [] | [] |
/src/geos/src/operation/buffer/BufferOp.cpp | [] | [] |
/src/geos/src/precision/PrecisionReducerTransformer.cpp | [] | [] |
/src/geos/src/linearref/LocationIndexOfPoint.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSGeomFromWKBTest.cpp | [] | [] |
/src/geos/tests/unit/index/strtree/TemplateSTRtreeTest.cpp | [] | [] |
/src/geos/src/algorithm/Centroid.cpp | [] | [] |
/src/geos/src/dissolve/DissolveEdgeGraph.cpp | [] | [] |
/src/geos/tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp | [] | [] |
/src/geos/src/noding/IntersectionAdder.cpp | [] | [] |
/src/geos/tests/xmltester/tinyxml2/tinyxml2.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/src/shape/fractal/MortonCode.cpp | [] | [] |
/src/geos/include/geos/triangulate/polygon/PolygonTriangulator.h | [] | [] |
/src/geos/src/operation/overlayng/InputGeometry.cpp | [] | [] |
/src/geos/include/geos/geom/GeometryFactory.h | [] | [] |
/src/geos/src/geom/prep/PreparedPolygonPredicate.cpp | [] | [] |
/src/geos/include/geos/triangulate/quadedge/TrianglePredicate.h | [] | [] |
/src/geos/src/algorithm/MinimumDiameter.cpp | [] | [] |
/src/geos/include/geos/triangulate/quadedge/Vertex.h | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/src/linearref/LengthIndexOfPoint.cpp | [] | [] |
/src/geos/benchmarks/algorithm/VoronoiPerfTest.cpp | [] | [] |
/src/geos/src/noding/BasicSegmentString.cpp | [] | [] |
/src/geos/src/operation/distance/GeometryLocation.cpp | [] | [] |
/src/geos/tests/unit/geom/DimensionTest.cpp | [] | [] |
/src/geos/src/geom/prep/PreparedPolygon.cpp | [] | [] |
/src/geos/src/geomgraph/GeometryGraph.cpp | [] | [] |
/src/geos/include/geos/io/Writer.h | [] | [] |
/src/geos/include/geos/operation/buffer/OffsetCurveSection.h | [] | [] |
/src/geos/src/geom/Triangle.cpp | [] | [] |
/src/geos/tests/unit/edgegraph/EdgeGraphTest.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSCoverageIsValidTest.cpp | [] | [] |
/src/geos/src/algorithm/HCoordinate.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSContextTest.cpp | [] | [] |
/src/geos/include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h | [] | [] |
/src/geos/tests/unit/capi/GEOSSnapTest.cpp | [] | [] |
/src/geos/src/index/kdtree/KdTree.cpp | [] | [] |
/src/geos/src/simplify/TaggedLineStringSimplifier.cpp | [] | [] |
/src/geos/include/geos/index/strtree/SimpleSTRtree.h | [] | [] |
/src/geos/include/geos/index/intervalrtree/IntervalRTreeLeafNode.h | [] | [] |
/src/geos/include/geos/coverage/TPVWSimplifier.h | [] | [] |
/src/geos/tests/unit/tut/tut_cppunit_reporter.hpp | [] | [] |
/src/geos/tests/unit/operation/overlayng/OverlayGraphTest.cpp | [] | [] |
/src/geos/src/triangulate/quadedge/TrianglePredicate.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/include/geos/operation/valid/RepeatedPointRemover.h | [] | [] |
/src/geos/tools/astyle/ASBeautifier.cpp | [] | [] |
/src/geos/src/operation/buffer/BufferSubgraph.cpp | [] | [] |
/src/geos/include/geos/algorithm/construct/IndexedPointInPolygonsLocator.h | [] | [] |
/src/geos/include/geos/index/VertexSequencePackedRtree.h | [] | [] |
/src/geos/include/geos/dissolve/DissolveHalfEdge.h | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/tests/unit/capi/GEOSUnaryUnionPrecTest.cpp | [] | [] |
/src/geos/tests/unit/noding/SegmentNodeTest.cpp | [] | [] |
/src/geos/include/geos/geomgraph/EdgeIntersection.h | [] | [] |
/src/geos/src/operation/overlay/snap/SnapOverlayOp.cpp | [] | [] |
/src/geos/tests/unit/algorithm/RectangleTest.cpp | [] | [] |
/src/geos/src/io/ByteOrderValues.cpp | [] | [] |
/src/geos/src/noding/snapround/SnapRoundingNoder.cpp | [] | [] |
/src/geos/include/geos/operation/distance/GeometryLocation.h | [] | [] |
/src/geos/tools/astyle/ASLocalizer.h | [] | [] |
/src/geos/tests/unit/geom/CompoundCurveTest.cpp | [] | [] |
/src/geos/src/algorithm/hull/HullTri.cpp | [] | [] |
/src/geos/include/geos/geom/prep/PreparedPolygonContainsProperly.h | [] | [] |
/src/geos/tests/unit/capi/GEOSPreparedGeometryTest.cpp | [] | [] |
/src/geos/src/noding/FastSegmentSetIntersectionFinder.cpp | [] | [] |
/src/geos/src/noding/MCIndexSegmentSetMutualIntersector.cpp | [] | [] |
/src/geos/src/operation/GeometryGraphOperation.cpp | [] | [] |
/src/geos/src/operation/valid/TopologyValidationError.cpp | [] | [] |
/src/geos/include/geos/algorithm/Area.h | [] | [] |
/src/geos/tests/unit/capi/GEOSLargestEmptyCircleTest.cpp | [] | [] |
/src/geos/src/triangulate/quadedge/LocateFailureException.cpp | [] | [] |
/src/geos/src/operation/overlayng/PolygonBuilder.cpp | [] | [] |
/src/geos/src/operation/predicate/SegmentIntersectionTester.cpp | [] | [] |
/src/geos/include/geos/noding/SegmentExtractingNoder.h | [] | [] |
/src/geos/src/algorithm/CGAlgorithmsDD.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/include/geos/operation/relateng/AdjacentEdgeLocator.h | [] | [] |
/src/geos/src/geomgraph/index/SimpleSweepLineIntersector.cpp | [] | [] |
/src/geos/tests/unit/triangulate/polygon/ConstrainedDelaunayTriangulatorTest.cpp | [] | [] |
/src/geos/src/algorithm/hull/OuterShellsExtracter.cpp | [] | [] |
/src/geos/src/geom/CoordinateSequence.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp | [] | [] |
/src/geos/tests/unit/shape/fractal/HilbertCodeTest.cpp | [] | [] |
/src/geos/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSSTRtreeTest.cpp | [] | [] |
/src/geos/tests/unit/io/GeoJSONReaderTest.cpp | [] | [] |
/src/geos/src/algorithm/SimplePointInRing.cpp | [] | [] |
/src/geos/src/operation/distance/FacetSequenceTreeBuilder.cpp | [] | [] |
/src/geos/include/geos/index/intervalrtree/SortedPackedIntervalRTree.h | [] | [] |
/src/geos/tests/unit/dissolve/LineDissolverTest.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSSharedPathsTest.cpp | [] | [] |
/src/geos/benchmarks/algorithm/OrientationIndexStressTest.cpp | [] | [] |
/src/geos/src/index/strtree/BoundablePair.cpp | [] | [] |
/src/geos/tests/unit/algorithm/AreaTest.cpp | [] | [] |
/src/geos/src/geom/Envelope.cpp | [] | [] |
/src/geos/include/geos/index/chain/MonotoneChainBuilder.h | [] | [] |
/src/geos/src/algorithm/construct/LargestEmptyCircle.cpp | [] | [] |
/src/geos/src/io/Unload.cpp | [] | [] |
/src/geos/include/geos/operation/overlayng/PrecisionReducer.h | [] | [] |
/src/geos/tests/unit/capi/GEOSMaximumInscribedCircleTest.cpp | [] | [] |
/src/geos/include/geos/operation/valid/ConsistentAreaTester.h | [] | [] |
/src/geos/src/simplify/LinkedLine.cpp | [] | [] |
/src/geos/src/geomgraph/PlanarGraph.cpp | [] | [] |
/src/geos/include/geos/algorithm/InteriorPointArea.h | [] | [] |
/src/geos/include/geos/index/strtree/TemplateSTRtree.h | [] | [] |
/src/geos/src/geom/LineString.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSGeoJSONWriterTest.cpp | [] | [] |
/src/geos/include/geos/planargraph/PlanarGraph.h | [] | [] |
/src/geos/src/operation/cluster/UnionFind.cpp | [] | [] |
/src/geos/include/geos/geom/LinearRing.h | [] | [] |
/src/geos/src/operation/overlayng/PrecisionUtil.cpp | [] | [] |
/src/geos/include/geos/operation/overlayng/OverlayUtil.h | [] | [] |
/src/geos/src/noding/snapround/HotPixel.cpp | [] | [] |
/src/geos/src/operation/polygonize/EdgeRing.cpp | [] | [] |
/src/geos/src/linearref/LinearIterator.cpp | [] | [] |
/src/geos/src/operation/distance/DistanceOp.cpp | [] | [] |
/src/geos/tests/unit/tut/tut_runner.hpp | [] | [] |
/src/geos/src/linearref/LengthLocationMap.cpp | [] | [] |
/src/geos/src/geom/MultiPoint.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/tests/unit/triangulate/quadedge/QuadEdgeTest.cpp | [] | [] |
/src/geos/include/geos/geom/util/GeometryEditorOperation.h | [] | [] |
/src/geos/benchmarks/index/SpatialIndexPerfTest.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/tests/unit/utility.h | [] | [] |
/src/geos/include/geos/index/strtree/EnvelopeUtil.h | [] | [] |
/src/geos/include/geos/edgegraph/MarkHalfEdge.h | [] | [] |
/src/geos/tests/unit/algorithm/CentroidTest.cpp | [] | [] |
/src/geos/src/geom/util/ComponentCoordinateExtracter.cpp | [] | [] |
/src/geos/src/geomgraph/index/SimpleMCSweepLineIntersector.cpp | [] | [] |
/src/geos/include/geos/index/SpatialIndex.h | [] | [] |
/src/geos/include/geos/geom/CoordinateFilter.h | [] | [] |
/src/geos/tests/unit/geom/CoordinateSequenceIteratorTest.cpp | [] | [] |
/src/geos/src/algorithm/PointLocation.cpp | [] | [] |
/src/geos/tests/unit/operation/BoundaryOpTest.cpp | [] | [] |
/src/geos/tests/unit/algorithm/ConvexHullTest.cpp | [] | [] |
/src/geos/src/triangulate/IncrementalDelaunayTriangulator.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/include/geos/index/ItemVisitor.h | [] | [] |
/src/geos/src/operation/buffer/MaximalEdgeRing.cpp | [] | [] |
/src/geos/include/geos/index/strtree/AbstractNode.h | [] | [] |
/src/geos/include/geos/geom/Geometry.h | [] | [] |
/src/geos/src/geom/PrecisionModel.cpp | [] | [] |
/src/geos/src/operation/relateng/IMPredicate.cpp | [] | [] |
/src/geos/tests/unit/algorithm/MinimumBoundingCircleTest.cpp | [] | [] |
/src/geos/include/geos/algorithm/construct/MaximumInscribedCircle.h | [] | [] |
/src/geos/benchmarks/capi/GEOSPreparedContainsPerfTest.cpp | [] | [] |
/src/geos/include/geos/operation/polygonize/PolygonizeGraph.h | [] | [] |
/src/geos/include/geos/geomgraph/index/SweepLineEvent.h | [] | [] |
/src/geos/src/geomgraph/index/MonotoneChainEdge.cpp | [] | [] |
/src/geos/tests/unit/algorithm/distance/DiscreteFrechetDistanceTest.cpp | [] | [] |
/src/geos/include/geos/algorithm/Rectangle.h | [] | [] |
/src/geos/tests/unit/geom/Geometry/touchesTest.cpp | [] | [] |
/src/geos/src/algorithm/MinimumAreaRectangle.cpp | [] | [] |
/src/geos/src/operation/buffer/RightmostEdgeFinder.cpp | [] | [] |
/src/geos/src/operation/linemerge/LineMergeGraph.cpp | [] | [] |
/src/geos/src/planargraph/algorithm/ConnectedSubgraphFinder.cpp | [] | [] |
/src/geos/include/geos/triangulate/quadedge/QuadEdge.h | [] | [] |
/src/geos/src/triangulate/quadedge/QuadEdgeSubdivision.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/src/geomgraph/TopologyLocation.cpp | [] | [] |
/src/geos/include/geos/io/GeoJSON.h | [] | [] |
/src/geos/tests/unit/precision/GeometryPrecisionReducerTest.cpp | [] | [] |
/src/geos/src/noding/MCIndexNoder.cpp | [] | [] |
/src/geos/src/geom/MultiPolygon.cpp | [] | [] |
/src/geos/include/geos/algorithm/construct/IndexedDistanceToPoint.h | [] | [] |
/src/geos/benchmarks/operation/buffer/IteratedBufferStressTest.cpp | [] | [] |
/src/geos/include/geos/operation/sharedpaths/SharedPathsOp.h | [] | [] |
/src/geos/src/operation/overlayng/MaximalEdgeRing.cpp | [] | [] |
/src/geos/tests/unit/noding/SegmentPointComparatorTest.cpp | [] | [] |
/src/geos/src/algorithm/InteriorPointArea.cpp | [] | [] |
/src/geos/examples/capi_indexed_predicate.c | [] | [] |
/src/geos/include/geos/index/strtree/TemplateSTRtreeDistance.h | [] | [] |
/src/geos/include/geos/simplify/LinkedRing.h | [] | [] |
/src/geos/src/operation/union/UnionStrategy.cpp | [] | [] |
/src/geos/include/geos/io/CheckOrdinatesFilter.h | [] | [] |
/src/geos/include/geos/geom/Point.h | [] | [] |
/src/geos/src/precision/GeometryPrecisionReducer.cpp | [] | [] |
/src/geos/src/index/bintree/Node.cpp | [] | [] |
/src/geos/src/operation/relateng/IMPatternMatcher.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSDistanceWithinTest.cpp | [] | [] |
/src/geos/src/algorithm/Intersection.cpp | [] | [] |
/src/geos/include/geos/index/sweepline/SweepLineInterval.h | [] | [] |
/src/geos/include/geos/shape/fractal/HilbertCode.h | [] | [] |
/src/geos/include/geos/geom/Quadrant.h | [] | [] |
/src/geos/include/geos/index/bintree/Interval.h | [] | [] |
/src/geos/src/coverage/CoverageSimplifier.cpp | [] | [] |
/src/geos/tests/unit/geom/Geometry/getCentroidTest.cpp | [] | [] |
/src/geos/include/geos/operation/buffer/BufferParameters.h | [] | [] |
/src/geos/include/geos/index/strtree/STRtree.h | [] | [] |
/src/geos/include/geos/operation/linemerge/LineMerger.h | [] | [] |
/src/geos/include/geos/operation/relateng/RelateNode.h | [] | [] |
/src/geos/src/simplify/PolygonHullSimplifier.cpp | [] | [] |
/src/geos/src/operation/buffer/OffsetCurve.cpp | [] | [] |
/src/geos/tests/unit/algorithm/LengthTest.cpp | [] | [] |
/src/geos/src/operation/relateng/NodeSections.cpp | [] | [] |
/src/geos/include/geos/algorithm/RobustDeterminant.h | [] | [] |
/src/geos/include/geos/triangulate/quadedge/QuadEdgeQuartet.h | [] | [] |
/src/geos/src/index/strtree/SimpleSTRtree.cpp | [] | [] |
/src/geos/include/geos/operation/cluster/DisjointOperation.h | [] | [] |
/src/geos/tests/unit/geom/CoordinateSequencesTest.cpp | [] | [] |
/src/geos/src/util/Assert.cpp | [] | [] |
/src/geos/include/geos/index/quadtree/Node.h | [] | [] |
/src/geos/include/geos/operation/valid/PolygonTopologyAnalyzer.h | [] | [] |
/src/geos/tests/unit/capi/GEOSMinimumRotatedRectangleTest.cpp | [] | [] |
/src/geos/src/operation/buffer/BufferParameters.cpp | [] | [] |
/src/geos/src/geom/Coordinate.cpp | [] | [] |
/src/geos/src/geom/Position.cpp | [] | [] |
/src/geos/include/geos/algorithm/locate/SimplePointInAreaLocator.h | [] | [] |
/src/geos/tests/unit/operation/overlayng/OverlayNGFloatingNoderTest.cpp | [] | [] |
/src/geos/include/geos/noding/ScaledNoder.h | [] | [] |
/src/geos/src/shape/fractal/HilbertCode.cpp | [] | [] |
/src/geos/src/algorithm/LineIntersector.cpp | [] | [] |
/src/geos/tests/unit/operation/geounion/UnaryUnionOpTest.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/include/geos/index/strtree/TemplateSTRNode.h | [] | [] |
/src/geos/include/geos/planargraph/Subgraph.h | [] | [] |
/src/geos/src/noding/snap/SnappingIntersectionAdder.cpp | [] | [] |
/src/geos/include/geos/util/Machine.h | [] | [] |
/src/geos/src/noding/NodingValidator.cpp | [] | [] |
/src/geos/include/geos/noding/Noder.h | [] | [] |
/src/geos/src/operation/intersection/RectangleIntersectionBuilder.cpp | [] | [] |
/src/geos/src/noding/BoundaryChainNoder.cpp | [] | [] |
/src/geos/include/geos/coverage/CoverageGapFinder.h | [] | [] |
/src/geos/include/geos/index/strtree/AbstractSTRtree.h | [] | [] |
/src/geos/include/geos/algorithm/BoundaryNodeRule.h | [] | [] |
/src/geos/include/geos/index/chain/MonotoneChain.h | [] | [] |
/src/geos/include/geos/algorithm/SimplePointInRing.h | [] | [] |
/src/geos/tests/unit/geom/PointTest.cpp | [] | [] |
/src/geos/src/geom/GeometryFactory.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/src/operation/intersection/Rectangle.cpp | [] | [] |
/src/geos/include/geos/operation/overlayng/RobustClipEnvelopeComputer.h | [] | [] |
/src/geos/tools/astyle/astyle_main.cpp | [] | [] |
/src/geos/include/geos/operation/valid/IndexedNestedHoleTester.h | [] | [] |
/src/geos/include/geos/geom/prep/PreparedLineStringNearestPoints.h | [] | [] |
/src/geos/src/coverage/CoveragePolygon.cpp | [] | [] |
/src/geos/include/geos/operation/relateng/RelateNG.h | [] | [] |
/src/geos/tests/unit/index/kdtree/KdTreeTest.cpp | [] | [] |
/src/geos/include/geos/operation/relate/RelateNodeGraph.h | [] | [] |
/src/geos/include/geos/dissolve/DissolveEdgeGraph.h | [] | [] |
/src/geos/include/geos/geomgraph/index/SimpleEdgeSetIntersector.h | [] | [] |
/src/geos/src/operation/buffer/SegmentMCIndex.cpp | [] | [] |
/src/geos/src/planargraph/Subgraph.cpp | [] | [] |
/src/geos/include/geos/simplify/LineSegmentIndex.h | [] | [] |
/src/geos/include/geos/noding/SegmentNode.h | [] | [] |
/src/geos/include/geos/noding/MCIndexSegmentSetMutualIntersector.h | [] | [] |
/src/geos/src/geomgraph/index/SweepLineEvent.cpp | [] | [] |
/src/geos/include/geos/geomgraph/index/MonotoneChainEdge.h | [] | [] |
/src/geos/include/geos/operation/overlayng/PolygonBuilder.h | [] | [] |
/src/geos/include/geos/util/CoordinateArrayFilter.h | [] | [] |
/src/geos/src/operation/cluster/AbstractClusterFinder.cpp | [] | [] |
/src/geos/tests/unit/geom/HeuristicOverlayTest.cpp | [] | [] |
/src/geos/src/operation/relate/RelateNodeFactory.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSPointOnSurfaceTest.cpp | [] | [] |
/src/geos/tests/unit/geom/MultiPointTest.cpp | [] | [] |
/src/geos/src/index/chain/MonotoneChainOverlapAction.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSGeomGeoJSONReadTest.cpp | [] | [] |
/src/geos/include/geos/algorithm/CentralEndpointIntersector.h | [] | [] |
/src/geos/include/geos/algorithm/NotRepresentableException.h | [] | [] |
/src/geos/tests/unit/algorithm/CGAlgorithms/signedAreaTest.cpp | [] | [] |
/src/geos/src/operation/buffer/BufferNodeFactory.cpp | [] | [] |
/src/geos/include/geos/operation/predicate/SegmentIntersectionTester.h | [] | [] |
/src/geos/include/geos/simplify/TaggedLineStringSimplifier.h | [] | [] |
/src/geos/include/geos/operation/overlay/validate/OverlayResultValidator.h | [] | [] |
/src/geos/src/geom/Location.cpp | [] | [] |
/src/geos/include/geos/geom/prep/PreparedLineStringIntersects.h | [] | [] |
/src/geos/src/noding/SegmentIntersectionDetector.cpp | [] | [] |
/src/geos/include/geos/geom/CircularString.h | [] | [] |
/src/geos/include/geos/operation/overlayng/RingClipper.h | [] | [] |
/src/geos/tests/unit/util/UniqueCoordinateArrayFilterTest.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSNodeTest.cpp | [] | [] |
/src/geos/include/geos/operation/overlayng/EdgeNodingBuilder.h | [] | [] |
/src/geos/src/geom/prep/PreparedPoint.cpp | [] | [] |
/src/geos/include/geos/precision/PrecisionReducerCoordinateOperation.h | [] | [] |
/src/geos/include/geos/operation/buffer/PolygonBuilder.h | [] | [] |
/src/geos/include/geos/io/ByteOrderDataInStream.h | [] | [] |
/src/geos/include/geos/operation/relateng/RelateGeometry.h | [] | [] |
/src/geos/tests/unit/algorithm/construct/LargestEmptyCircleTest.cpp | [] | [] |
/src/geos/tests/unit/noding/BasicSegmentStringTest.cpp | [] | [] |
/src/geos/include/geos/edgegraph/EdgeGraph.h | [] | [] |
/src/geos/include/geos/vend/json.hpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/include/geos/geom/prep/PreparedPolygonPredicate.h | [] | [] |
/src/geos/include/geos/coverage/CoverageCleaner.h | [] | [] |
/src/geos/include/geos/operation/buffer/OffsetSegmentGenerator.h | [] | [] |
/src/geos/include/geos/operation/relateng/RelateEdge.h | [] | [] |
/src/geos/src/geom/GeometryCollection.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/include/geos/operation/valid/PolygonIntersectionAnalyzer.h | [] | [] |
/src/geos/include/geos/operation/union/UnionStrategy.h | [] | [] |
/src/geos/src/operation/BoundaryOp.cpp | [] | [] |
/src/geos/include/geos/operation/overlayng/OverlayLabel.h | [] | [] |
/src/geos/src/geom/Polygon.cpp | [] | [] |
/src/geos/include/geos/io/WKTFileReader.h | [] | [] |
/src/geos/src/operation/valid/IsValidOp.cpp | [] | [] |
/src/geos/src/planargraph/DirectedEdgeStar.cpp | [] | [] |
/src/geos/include/geos/io/StringTokenizer.h | [] | [] |
/src/geos/src/geomgraph/NodeMap.cpp | [] | [] |
/src/geos/include/geos/index/strtree/TemplateSTRNodePair.h | [] | [] |
/src/geos/src/edgegraph/EdgeGraphBuilder.cpp | [] | [] |
/src/geos/include/geos/operation/overlayng/OverlayEdgeRing.h | [] | [] |
/src/geos/include/geos/simplify/ComponentJumpChecker.h | [] | [] |
/src/geos/src/index/chain/MonotoneChain.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSPreparedNearestPointsTest.cpp | [] | [] |
/src/geos/include/geos/operation/valid/TopologyValidationError.h | [] | [] |
/src/geos/include/geos/geom/util/GeometryCombiner.h | [] | [] |
/src/geos/src/simplify/DouglasPeuckerSimplifier.cpp | [] | [] |
/src/geos/tests/unit/geom/util/GeometryMapperTest.cpp | [] | [] |
/src/geos/tests/unit/operation/geounion/CascadedPolygonUnionTest.cpp | [] | [] |
/src/geos/src/operation/buffer/BufferCurveSetBuilder.cpp | [] | [] |
/src/geos/src/geom/MultiLineString.cpp | [] | [] |
/src/geos/include/geos/coverage/Corner.h | [] | [] |
/src/geos/include/geos/operation/buffer/SegmentMCIndex.h | [] | [] |
/src/geos/src/operation/distance/IndexedFacetDistance.cpp | [] | [] |
/src/geos/benchmarks/operation/predicate/RectangleIntersectsPerfTest.cpp | [] | [] |
/src/geos/include/geos/triangulate/polygon/TriDelaunayImprover.h | [] | [] |
/src/geos/tests/unit/geom/LineSegmentTest.cpp | [] | [] |
/src/geos/src/algorithm/Rectangle.cpp | [] | [] |
/src/geos/include/geos/util/AssertionFailedException.h | [] | [] |
/src/geos/capi/geos_c.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/tests/unit/capi/GEOSWKBReaderTest.cpp | [] | [] |
/src/geos/src/operation/overlayng/OverlayEdge.cpp | [] | [] |
/src/geos/tests/unit/geom/Geometry/normalizeTest.cpp | [] | [] |
/src/geos/src/operation/predicate/RectangleIntersects.cpp | [] | [] |
/src/geos/src/geom/CurvePolygon.cpp | [] | [] |
/src/geos/tests/unit/math/DDTest.cpp | [] | [] |
/src/geos/include/geos/noding/Octant.h | [] | [] |
/src/geos/src/operation/sharedpaths/SharedPathsOp.cpp | [] | [] |
/src/geos/include/geos/algorithm/Interpolate.h | [] | [] |
/src/geos/src/operation/overlayng/OverlayUtil.cpp | [] | [] |
/src/geos/include/geos/noding/snapround/MCIndexPointSnapper.h | [] | [] |
/src/geos/src/index/quadtree/Quadtree.cpp | [] | [] |
/src/geos/include/geos/operation/relate/EdgeEndBuilder.h | [] | [] |
/src/geos/src/noding/SegmentNode.cpp | [] | [] |
/src/geos/include/geos/operation/relateng/TopologyComputer.h | [] | [] |
/src/geos/include/geos/noding/NodingIntersectionFinder.h | [] | [] |
/src/geos/include/geos/operation/linemerge/LineMergeDirectedEdge.h | [] | [] |
/src/geos/include/geos/coverage/CoverageBoundarySegmentFinder.h | [] | [] |
/src/geos/tests/unit/coverage/CoveragePolygonValidatorTest.cpp | [] | [] |
/src/geos/src/noding/IntersectionFinderAdder.cpp | [] | [] |
/src/geos/include/geos/noding/MCIndexNoder.h | [] | [] |
/src/geos/src/noding/NodingIntersectionFinder.cpp | [] | [] |
/src/geos/include/geos/operation/linemerge/EdgeString.h | [] | [] |
/src/geos/src/algorithm/Area.cpp | [] | [] |
/src/geos/include/geos/index/bintree/Bintree.h | [] | [] |
/src/geos/include/geos/algorithm/Distance.h | [] | [] |
/src/geos/include/geos/geom/CoordinateSequence.h | [] | [] |
/src/geos/include/geos/operation/relate/RelateNode.h | [] | [] |
/src/geos/src/operation/polygonize/PolygonizeEdge.cpp | [] | [] |
/src/geos/include/geos/precision/CommonBitsOp.h | [] | [] |
/src/geos/include/geos/operation/overlayng/OverlayPoints.h | [] | [] |
/src/geos/src/operation/buffer/OffsetCurveBuilder.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSGeom_transformXYTest.cpp | [] | [] |
/src/geos/include/geos/geom/PrecisionModel.h | [] | [] |
/src/geos/tests/unit/triangulate/quadedge/VertexTest.cpp | [] | [] |
/src/geos/tests/unit/operation/overlayng/OverlayNGTest.cpp | [] | [] |
/src/geos/src/algorithm/hull/ConcaveHull.cpp | [] | [] |
/src/geos/tests/unit/precision/SimpleGeometryPrecisionReducerTest.cpp | [] | [] |
/src/geos/src/geom/GeometryComponentFilter.cpp | [] | [] |
/src/geos/src/operation/overlayng/EdgeNodingBuilder.cpp | [] | [] |
/src/geos/include/geos/geom/CompoundCurve.h | [] | [] |
/src/geos/src/geom/SimpleCurve.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/src/triangulate/VoronoiDiagramBuilder.cpp | [] | [] |
/src/geos/src/operation/predicate/RectangleContains.cpp | [] | [] |
/src/geos/src/index/bintree/NodeBase.cpp | [] | [] |
/src/geos/tests/unit/algorithm/IntersectionTest.cpp | [] | [] |
/src/geos/src/io/StringTokenizer.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/src/algorithm/Distance.cpp | [] | [] |
/src/geos/tests/unit/geom/CurvePolygonTest.cpp | [] | [] |
/src/geos/include/geos/noding/IteratedNoder.h | [] | [] |
/src/geos/include/geos/index/strtree/BoundablePair.h | [] | [] |
/src/geos/src/planargraph/Edge.cpp | [] | [] |
/src/geos/include/geos/noding/SegmentIntersectionDetector.h | [] | [] |
/src/geos/include/geos/simplify/DouglasPeuckerLineSimplifier.h | [] | [] |
/src/geos/include/geos/operation/relateng/EdgeSetIntersector.h | [] | [] |
/src/geos/tests/unit/operation/cluster/DisjointOperationTest.cpp | [] | [] |
/src/geos/src/geom/util/GeometryMapper.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSConstrainedDelaunayTriangulationTest.cpp | [] | [] |
/src/geos/src/coverage/CoverageGapFinder.cpp | [] | [] |
/src/geos/include/geos/index/kdtree/KdNodeVisitor.h | [] | [] |
/src/geos/include/geos/triangulate/quadedge/TriangleVisitor.h | [] | [] |
/src/geos/src/geom/util/GeometryFixer.cpp | [] | [] |
/src/geos/tests/unit/tut/tut.hpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/src/triangulate/DelaunayTriangulationBuilder.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/tests/unit/coverage/CoverageValidatorTest.cpp | [] | [] |
/src/geos/src/geom/LineSegment.cpp | [] | [] |
/src/geos/src/operation/distance/ConnectedElementPointFilter.cpp | [] | [] |
/src/geos/include/geos/util/UnsupportedOperationException.h | [] | [] |
/src/geos/src/io/Writer.cpp | [] | [] |
/src/geos/include/geos/index/quadtree/Quadtree.h | [] | [] |
/src/geos/src/coverage/CoverageRing.cpp | [] | [] |
/src/geos/include/geos/operation/overlayng/OverlayEdge.h | [] | [] |
/src/geos/src/operation/overlayng/OverlayLabel.cpp | [] | [] |
/src/geos/include/geos/operation/cluster/GeometryIntersectsClusterFinder.h | [] | [] |
/src/geos/src/coverage/CoveragePolygonValidator.cpp | [] | [] |
/src/geos/include/geos/linearref/LengthLocationMap.h | [] | [] |
/src/geos/tests/unit/operation/relateng/LinearBoundaryTest.cpp | [] | [] |
/src/geos/src/linearref/LinearLocation.cpp | [] | [] |
/src/geos/include/geos/algorithm/distance/PointPairDistance.h | [] | [] |
/src/geos/include/geos/operation/buffer/BufferNodeFactory.h | [] | [] |
/src/geos/src/noding/ScaledNoder.cpp | [] | [] |
/src/geos/include/geos/index/strtree/GeometryItemDistance.h | [] | [] |
/src/geos/include/geos/linearref/LocationIndexedLine.h | [] | [] |
/src/geos/tests/unit/capi/GEOSHausdorffDistanceTest.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSOffsetCurveTest.cpp | [] | [] |
/src/geos/src/simplify/DouglasPeuckerLineSimplifier.cpp | [] | [] |
/src/geos/src/operation/valid/IndexedNestedPolygonTester.cpp | [] | [] |
/src/geos/src/geom/MultiSurface.cpp | [] | [] |
/src/geos/src/deps/ryu/d2s.c | [] | [] |
/src/geos/src/algorithm/InteriorPointPoint.cpp | [] | [] |
/src/geos/src/operation/overlayng/IndexedPointOnLineLocator.cpp | [] | [] |
/src/geos/include/geos/util/IllegalArgumentException.h | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/src/operation/relateng/LinearBoundary.cpp | [] | [] |
/src/geos/tests/unit/io/WriterTest.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSPreparedDistanceTest.cpp | [] | [] |
/src/geos/include/geos/geom/util/ShortCircuitedGeometryVisitor.h | [] | [] |
/src/geos/include/geos/operation/overlayng/OverlayGraph.h | [] | [] |
/src/geos/src/operation/buffer/OffsetSegmentGenerator.cpp | [] | [] |
/src/geos/tests/unit/geom/GeometryCollectionTest.cpp | [] | [] |
/src/geos/src/coverage/VertexRingCounter.cpp | [] | [] |
/src/geos/tools/astyle/ASLocalizer.cpp | [] | [] |
/src/geos/tests/unit/geom/PolygonTest.cpp | [] | [] |
/src/geos/tests/unit/geos_unit.cpp | [] | [] |
/src/geos/src/precision/PointwisePrecisionReducerTransformer.cpp | [] | [] |
/src/geos/benchmarks/index/chain/MonotoneChainPerfTest.cpp | [] | [] |
/src/geos/tests/unit/operation/valid/IsSimpleOpTest.cpp | [] | [] |
/src/geos/src/index/intervalrtree/SortedPackedIntervalRTree.cpp | [] | [] |
/src/geos/tests/xmltester/SingleSidedBufferResultMatcher.cpp | [] | [] |
/src/geos/src/coverage/CoverageCleaner.cpp | [] | [] |
/src/geos/src/util/Interrupt.cpp | [] | [] |
/src/geos/include/geos/index/strtree/SimpleSTRnode.h | [] | [] |
/src/geos/include/geos/triangulate/polygon/PolygonNoder.h | [] | [] |
/src/geos/include/geos/operation/relateng/LinearBoundary.h | [] | [] |
/src/geos/src/algorithm/hull/ConcaveHullOfPolygons.cpp | [] | [] |
/src/geos/include/geos/algorithm/CircularArcs.h | [] | [] |
/src/geos/tests/unit/tut/tut_restartable.hpp | [] | [] |
/src/geos/src/operation/valid/RepeatedPointRemover.cpp | [] | [] |
/src/geos/include/geos/simplify/TopologyPreservingSimplifier.h | [] | [] |
/src/geos/src/operation/buffer/MinimalEdgeRing.cpp | [] | [] |
/src/geos/tests/unit/operation/polygonize/PolygonizeTest.cpp | [] | [] |
/src/geos/tests/unit/operation/relateng/PolygonNodeConverterTest.cpp | [] | [] |
/src/geos/src/operation/linemerge/LineMerger.cpp | [] | [] |
/src/geos/tests/unit/operation/overlayng/CoverageUnionNGTest.cpp | [] | [] |
/src/geos/src/noding/ValidatingNoder.cpp | [] | [] |
/src/geos/src/io/WKBStreamReader.cpp | [] | [] |
/src/geos/include/geos/triangulate/VoronoiDiagramBuilder.h | [] | [] |
/src/geos/include/geos/operation/overlayng/ElevationModel.h | [] | [] |
/src/geos/tests/unit/operation/relateng/RelatePointLocatorTest.cpp | [] | [] |
/src/geos/src/algorithm/hull/HullTriangulation.cpp | [] | [] |
/src/geos/tests/unit/geom/GeometryFactoryTest.cpp | [] | [] |
/src/geos/src/deps/ryu/common.h | [] | [] |
/src/geos/include/geos/operation/overlayng/EdgeSourceInfo.h | [] | [] |
/src/geos/src/geomgraph/Edge.cpp | [] | [] |
/src/geos/tests/unit/operation/valid/IsValidOpTest.cpp | [] | [] |
/src/geos/include/geos/triangulate/DelaunayTriangulationBuilder.h | [] | [] |
/src/geos/include/geos/geom/Dimension.h | [] | [] |
/src/geos/tests/xmltester/tinyxml2/tinyxml2.h | [] | [] |
/src/geos/include/geos/noding/snapround/SnapRoundingIntersectionAdder.h | [] | [] |
/src/geos/tests/unit/noding/snapround/MCIndexSnapRounderTest.cpp | [] | [] |
/src/geos/include/geos/operation/overlay/snap/GeometrySnapper.h | [] | [] |
/src/geos/benchmarks/capi/GEOSGeom_transformXYPerfTest.cpp | [] | [] |
/src/geos/tests/unit/operation/overlayng/PrecisionUtilTest.cpp | [] | [] |
/src/geos/include/geos/io/GeoJSONWriter.h | [] | [] |
/src/geos/tests/unit/operation/relate/RelateBoundaryNodeRuleTest.cpp | [] | [] |
/src/geos/include/geos/planargraph/DirectedEdgeStar.h | [] | [] |
/src/geos/include/geos/io/WKTStreamReader.h | [] | [] |
/src/geos/src/util/math.cpp | [] | [] |
/src/geos/tests/unit/operation/overlayng/OverlayNGRobustTest.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSPreparedDistanceWithinTest.cpp | [] | [] |
/src/geos/include/geos/operation/relate/RelateNodeFactory.h | [] | [] |
/src/geos/include/geos/geom/HeuristicOverlay.h | [] | [] |
/src/geos/src/operation/relate/RelateOp.cpp | [] | [] |
/src/geos/include/geos/io/ByteOrderValues.h | [] | [] |
/src/geos/tests/unit/operation/buffer/OffsetCurveTest.cpp | [] | [] |
/src/geos/src/precision/EnhancedPrecisionOp.cpp | [] | [] |
/src/geos/src/operation/overlayng/CoverageUnion.cpp | [] | [] |
/src/geos/include/geos/util/UniqueCoordinateArrayFilter.h | [] | [] |
/src/geos/tests/unit/geom/prep/PreparedGeometryTouchesTest.cpp | [] | [] |
/src/geos/tests/unit/capi/GEOSisValidDetailTest.cpp | [] | [] |
/src/geos/tests/unit/operation/overlayng/OverlayNGSnappingOneTest.cpp | [] | [] |
/src/geos/src/coverage/InvalidSegmentDetector.cpp | [] | [] |
/src/geos/include/geos/io/WKTReader.h | [] | [] |
/src/geos/src/index/chain/MonotoneChainBuilder.cpp | [] | [] |
/src/geos/src/geom/prep/PreparedLineStringIntersects.cpp | [] | [] |
/src/geos/src/operation/relate/RelateNode.cpp | [] | [] |
/src/geos/include/geos/index/sweepline/SweepLineEvent.h | [] | [] |
/src/geos/tests/unit/geomgraph/TopologyLocationTest.cpp | [] | [] |
/src/geos/tests/unit/operation/overlayng/LineLimiterTest.cpp | [] | [] |
/src/geos/include/geos/algorithm/MinimumAreaRectangle.h | [] | [] |
/src/geos/tests/unit/operation/valid/ValidSelfTouchingRingFormingHoleTest.cpp | [] | [] |
/src/geos/src/simplify/TaggedLineString.cpp | [] | [] |
/src/geos/src/linearref/ExtractLineByLocation.cpp | [] | [] |
/src/geos/include/geos/algorithm/PointLocation.h | [] | [] |
/src/geos/tests/unit/tut/tut_assert.hpp | [] | [] |
/src/geos/tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp | [] | [] |
/src/geos/include/geos/operation/polygonize/HoleAssigner.h | [] | [] |
/src/geos/src/index/kdtree/KdNode.cpp | [] | [] |
/src/geos/include/geos/profiler.h | [] | [] |
/src/geos/tests/unit/operation/linemerge/LineSequencerTest.cpp | [] | [] |
/src/geos/src/operation/union/OverlapUnion.cpp | [] | [] |
/src/geos/src/io/GeoJSONWriter.cpp | [] | [] |
/src/geos/src/noding/SegmentExtractingNoder.cpp | [] | [] |
/src/geos/src/edgegraph/HalfEdge.cpp | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/src/noding/snapround/MCIndexPointSnapper.cpp | [] | [] |
/src/geos/include/geos/operation/overlayng/Edge.h | [] | [] |
/src/geos/include/geos/operation/linemerge/LineSequencer.h | [] | [] |
/src/geos/src/geom/Geometry.cpp | [] | [] |
/src/geos/src/operation/buffer/BufferBuilder.cpp | [] | [] |
/src/geos/include/geos/simplify/TaggedLineSegment.h | [] | [] |
/src/geos/tests/unit/linearref/LengthIndexedLineTest.cpp | [] | [] |
/src/geos/include/geos/operation/cluster/AbstractClusterFinder.h | [] | [] |
/src/geos/include/geos/operation/relateng/RelatePointLocator.h | [] | [] |
/src/geos/tests/unit/capi/GEOSDelaunayTriangulationTest.cpp | [] | [] |
/src/geos/include/geos/index/bintree/Node.h | [] | [] |
/src/geos/include/geos/io/WKBReader.h | [] | [] |
/src/geos/tests/xmltester/XMLTester.h | ['tests/fuzz/fuzz_geo2.c'] | [] |
/src/geos/tests/unit/operation/relateng/RelatePredicateTest.cpp | [] | [] |
/src/geos/tools/astyle/astyle.h | [] | [] |
/src/geos/src/geom/Point.cpp | [] | [] |
/src/geos/src/noding/snap/SnappingNoder.cpp | [] | [] |
Directory |
---|
/src/geos/include/geos/simplify/ |
/src/geos/include/geos/operation/predicate/ |
/src/geos/include/geos/algorithm/ |
/src/geos/include/geos/algorithm/distance/ |
/src/geos/tests/unit/operation/geounion/ |
/src/geos/tests/unit/algorithm/construct/ |
/src/geos/tests/unit/triangulate/ |
/src/geos/include/geos/edgegraph/ |
/src/geos/src/operation/linemerge/ |
/src/geos/benchmarks/index/chain/ |
/src/geos/tests/unit/operation/overlay/snap/ |
/src/geos/tests/unit/geom/util/ |
/src/geos/src/noding/ |
/src/geos/benchmarks/index/ |
/src/geos/include/geos/operation/intersection/ |
/src/geos/include/geos/ |
/src/geos/src/geom/prep/ |
/src/geos/src/geom/util/ |
/src/geos/tests/unit/operation/relate/ |
/src/geos/tests/unit/geom/Geometry/ |
/src/geos/include/geos/index/kdtree/ |
/src/geos/include/geos/precision/ |
/src/geos/src/linearref/ |
/src/geos/include/geos/triangulate/quadedge/ |
/src/geos/benchmarks/algorithm/locate/ |
/src/geos/src/operation/union/ |
/src/geos/include/geos/geom/prep/ |
/src/geos/src/io/ |
/src/geos/src/dissolve/ |
/src/geos/tests/unit/geom/ |
/src/geos/include/geos/operation/ |
/src/geos/tests/unit/operation/ |
/src/geos/include/geos/operation/cluster/ |
/src/geos/benchmarks/ |
/src/geos/util/ |
/src/geos/src/algorithm/construct/ |
/src/geos/src/index/quadtree/ |
/src/geos/include/geos/index/chain/ |
/src/geos/src/index/sweepline/ |
/src/geos/src/operation/valid/ |
/src/geos/tests/unit/index/strtree/ |
/src/geos/src/operation/buffer/ |
/src/geos/tests/unit/coverage/ |
/src/geos/src/index/intervalrtree/ |
/src/geos/capi/ |
/src/geos/tests/unit/io/ |
/src/geos/include/geos/index/sweepline/ |
/src/geos/src/planargraph/ |
/src/geos/include/geos/operation/linemerge/ |
/src/geos/include/geos/geomgraph/ |
/src/geos/include/geos/dissolve/ |
/src/geos/tests/unit/operation/sharedpaths/ |
/src/geos/tests/unit/algorithm/hull/ |
/src/geos/src/triangulate/quadedge/ |
/src/geos/benchmarks/algorithm/ |
/src/geos/tests/unit/tut/ |
/src/geos/tests/unit/precision/ |
/src/geos/include/geos/planargraph/ |
/src/geos/tests/unit/edgegraph/ |
/src/geos/tests/unit/index/ |
/src/geos/include/geos/operation/relate/ |
/src/geos/src/operation/overlay/validate/ |
/src/geos/tests/unit/noding/snapround/ |
/src/geos/include/geos/operation/polygonize/ |
/src/geos/tests/unit/capi/ |
/src/geos/src/operation/polygonize/ |
/src/geos/include/geos/geomgraph/index/ |
/src/geos/src/index/kdtree/ |
/src/geos/tests/unit/operation/intersection/ |
/src/geos/include/geos/index/strtree/ |
/src/geos/src/index/strtree/ |
/src/geos/benchmarks/geom/ |
/src/geos/include/geos/operation/overlay/validate/ |
/src/geos/src/edgegraph/ |
/src/geos/include/geos/noding/ |
/src/geos/src/triangulate/polygon/ |
/src/geos/include/geos/planargraph/algorithm/ |
/src/geos/src/noding/snapround/ |
/src/geos/src/triangulate/tri/ |
/src/geos/src/deps/ryu/ |
/src/geos/tests/unit/operation/overlay/validate/ |
/src/geos/tests/unit/operation/cluster/ |
/src/geos/include/geos/operation/union/ |
/src/geos/include/geos/operation/sharedpaths/ |
/src/geos/src/operation/relateng/ |
/src/geos/include/geos/algorithm/locate/ |
/src/geos/benchmarks/operation/buffer/ |
/src/geos/tests/unit/util/ |
/src/geos/src/algorithm/distance/ |
/src/geos/include/geos/math/ |
/src/geos/include/geos/index/bintree/ |
/src/geos/tests/unit/operation/relateng/ |
/src/geos/include/geos/index/intervalrtree/ |
/src/geos/include/geos/index/quadtree/ |
/src/geos/tests/unit/math/ |
/src/geos/tests/unit/linearref/ |
/src/geos/tests/unit/operation/buffer/ |
/src/geos/include/geos/operation/buffer/ |
/src/geos/include/geos/geom/ |
/src/geos/include/geos/util/ |
/src/geos/include/geos/shape/fractal/ |
/src/geos/tests/xmltester/tinyxml2/ |
/src/geos/tests/unit/index/kdtree/ |
/src/geos/src/operation/overlayng/ |
/src/geos/src/noding/snap/ |
/src/geos/include/geos/noding/snap/ |
/src/geos/tests/unit/geomgraph/ |
/src/geos/include/geos/triangulate/tri/ |
/src/geos/tests/unit/operation/distance/ |
/src/geos/include/geos/operation/overlayng/ |
/src/geos/include/geos/noding/snapround/ |
/src/geos/tests/unit/triangulate/quadedge/ |
/src/geos/examples/ |
/src/geos/src/operation/relate/ |
/src/geos/benchmarks/operation/predicate/ |
/src/geos/src/triangulate/ |
/src/geos/src/precision/ |
/src/geos/tests/unit/noding/ |
/src/geos/src/coverage/ |
/src/geos/util/geosop/ |
/src/geos/include/geos/io/ |
/src/geos/tests/unit/triangulate/polygon/ |
/src/geos/tools/astyle/ |
/src/geos/src/index/bintree/ |
/src/geos/include/geos/operation/distance/ |
/src/geos/include/geos/index/ |
/src/geos/include/geos/coverage/ |
/src/geos/tests/xmltester/ |
/src/geos/include/geos/operation/overlay/snap/ |
/src/geos/include/geos/geom/util/ |
/src/geos/tests/fuzz/ |
/src/geos/tests/unit/shape/fractal/ |
/src/geos/tests/unit/algorithm/distance/ |
/src/geos/src/operation/sharedpaths/ |
/src/geos/src/simplify/ |
/src/geos/src/shape/fractal/ |
/src/geos/benchmarks/capi/ |
/src/geos/src/planargraph/algorithm/ |
/src/geos/src/index/ |
/src/geos/src/operation/predicate/ |
/src/geos/include/geos/algorithm/hull/ |
/src/geos/src/operation/overlay/snap/ |
/src/geos/include/geos/vend/ |
/src/geos/tests/unit/simplify/ |
/src/geos/src/operation/cluster/ |
/src/geos/benchmarks/operation/ |
/src/geos/include/geos/linearref/ |
/src/geos/tests/unit/geom/prep/ |
/src/geos/src/algorithm/locate/ |
/src/geos/src/index/chain/ |
/src/geos/src/geomgraph/ |
/src/geos/src/algorithm/hull/ |
/src/geos/tests/unit/algorithm/ |
/src/geos/src/math/ |
/src/geos/tests/unit/index/chain/ |
/src/geos/src/operation/ |
/src/geos/include/geos/algorithm/construct/ |
/src/geos/include/geos/operation/valid/ |
/src/geos/src/algorithm/ |
/src/geos/include/geos/triangulate/polygon/ |
/src/geos/src/operation/intersection/ |
/src/geos/include/geos/triangulate/ |
/src/geos/src/geom/ |
/src/geos/tests/unit/operation/linemerge/ |
/src/geos/src/operation/distance/ |
/src/geos/include/geos/operation/relateng/ |
/src/geos/src/geomgraph/index/ |
/src/geos/tests/unit/ |
/src/geos/tests/unit/operation/polygonize/ |
/src/geos/tests/unit/algorithm/CGAlgorithms/ |
/src/geos/tests/unit/operation/overlayng/ |
/src/geos/tests/unit/dissolve/ |
/src/geos/src/util/ |
/src/geos/tests/unit/operation/valid/ |
This section shows a list of 3rd party function calls and their relative coverage information. By static analysis of the target project code, all of the 3rd party function call and their caller information, including the source file and line number that initiate the call are captured. The caller source code file and line number are shown in column 2 while column 1 is the function name of the 3rd party function call. Each occurrent of the 3rd party function call will occuply a separate row. Column 3 of each row indicate if the 3rd party call in the source file line is unreachable. Column 4 lists all fuzzers that have covered that particular system call in that specific location (source file and line)during their dynamic fuzzing.
Target sink | Callsite location | Reached by fuzzer | Covered by Fuzzers |
---|
This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.
Fuzzer | Calltree file | Program data file | Coverage file |
---|---|---|---|
tests/fuzz/fuzz_geo2.c | fuzzerLogFile-fuzz_geo2.data | fuzzerLogFile-fuzz_geo2.data.yaml |
This section contains multiple tables, each table contains a list of sink functions/methods found in the project for one of the CWE supported by the sink analyser, together with information like which fuzzers statically reach the sink functions/methods and possible call path to that sink functions/methods if it is not statically reached by any fuzzers. Column 1 is the function/method name of the sink functions/methods found in the project. Column 2 lists all fuzzers (or no fuzzers at all) that have covered that particular function method statically. Column 3 shows a list of possible call paths to reach the specific function/method call if none of the fuzzers cover the target function/method calls. Lastly, column 4 shows possible fuzzer blockers that prevent an existing fuzzer from reaching the target sink functions/methods dynamically.
Target sink | Reached by fuzzer | Function call path | Possible branch blockers |
---|---|---|---|
get | [] |
Path 1
Path 2 |
N/A |
Target sink | Reached by fuzzer | Function call path | Possible branch blockers |
---|---|---|---|
get | [] |
Path 1
Path 2 |
N/A |
Target sink | Reached by fuzzer | Function call path | Possible branch blockers |
---|---|---|---|
write | [] |
Path 1
Path 2 |
N/A |