Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzer details

Fuzzer: fuzz_geo2

Call tree

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 86 15.6%
gold [1:9] 49 8.90%
yellow [10:29] 6 1.09%
greenyellow [30:49] 11 2.0%
lawngreen 50+ 398 72.3%
All colors 550 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
260 260 4 :

['std::__1::unique_ptr >::release[abi:v180000]()', 'geos::geom::Surface::createEmptyRing(geos::geom::GeometryFactory const&)', 'std::__1::unique_ptr >::~unique_ptr[abi:v180000]()', 'std::__1::unique_ptr >::reset[abi:v180000](geos::geom::LinearRing*)']

272 306 geos::geom::SurfaceImpl ::SurfaceImpl(std::__1::unique_ptr >&&,std::__1::vector >,std::__1::allocator >>>&&,geos::geom::GeometryFactoryconst&) call site: 00000 /src/geos/include/geos/geom/SurfaceImpl.h:82
260 260 4 :

['std::__1::unique_ptr >::reset[abi:v180000](geos::geom::Curve*)', 'geos::geom::Surface::createEmptyRing(geos::geom::GeometryFactory const&)', 'std::__1::unique_ptr >::~unique_ptr[abi:v180000]()', 'std::__1::unique_ptr >::release[abi:v180000]()']

272 306 geos::geom::SurfaceImpl ::SurfaceImpl(std::__1::unique_ptr >&&,std::__1::vector >,std::__1::allocator >>>&&,geos::geom::GeometryFactoryconst&) call site: 00000 /src/geos/include/geos/geom/SurfaceImpl.h:82
141 141 2 :

['geos::io::WKTWriter::writeTrimmedNumber(double, unsigned int, char*)', '_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2B7v180000ILi0EEEPKc']

141 141 geos::io::WKTWriter::writeNumber(double,bool,unsignedint) call site: 00000 /src/geos/src/io/WKTWriter.cpp:481
78 78 4 :

['geos::operation::valid::RepeatedPointFilter::~RepeatedPointFilter()', 'void geos::geom::CoordinateSequence::apply_ro (geos::operation::valid::RepeatedPointFilter*) const', 'geos::operation::valid::RepeatedPointFilter::RepeatedPointFilter(bool, bool, double)', 'geos::operation::valid::RepeatedPointFilter::getCoords()']

78 84 geos::operation::valid::RepeatedPointRemover::removeRepeatedPoints(geos::geom::CoordinateSequenceconst*,double) call site: 00000 /src/geos/src/operation/valid/RepeatedPointRemover.cpp:82
52 52 1 :

['void geos::geom::CoordinateSequence::forEach (unsigned long, unsigned long, geos::geom::CoordinateSequence::add(geos::geom::CoordinateSequence const&, unsigned long, unsigned long)::$_0&&) const']

52 52 geos::geom::CoordinateSequence::add(geos::geom::CoordinateSequenceconst&,unsignedlong,unsignedlong) call site: 00000 /src/geos/src/geom/CoordinateSequence.cpp:162
50 50 1 :

['void geos::geom::CoordinateSequence::forEach (unsigned long, unsigned long, geos::geom::CoordinateSequence::add(geos::geom::CoordinateSequence const&, unsigned long, unsigned long)::$_3&&) const']

50 50 geos::geom::CoordinateSequence::add(geos::geom::CoordinateSequenceconst&,unsignedlong,unsignedlong) call site: 00000 /src/geos/src/geom/CoordinateSequence.cpp:162
48 48 1 :

['void geos::geom::CoordinateSequence::forEach (unsigned long, unsigned long, geos::geom::CoordinateSequence::add(geos::geom::CoordinateSequence const&, unsigned long, unsigned long)::$_2&&) const']

48 48 geos::geom::CoordinateSequence::add(geos::geom::CoordinateSequenceconst&,unsignedlong,unsignedlong) call site: 00000 /src/geos/src/geom/CoordinateSequence.cpp:162
27 27 1 :

['geos::util::Interrupt::interrupt()']

27 27 geos::util::Interrupt::process() call site: 00000 /src/geos/src/util/Interrupt.cpp:66
16 16 1 :

['geos::util::AssertionFailedException::AssertionFailedException()']

22 22 geos::util::Assert::isTrue(bool,std::__1::basic_string ,std::__1::allocator >const&) call site: 00000 /src/geos/src/util/Assert.cpp:31
8 8 4 :

['__cxa_allocate_exception', '__cxa_free_exception', '__cxa_throw', 'std::runtime_error::runtime_error(char const*)']

8 8 decltype({parm#2}())execute (GEOSContextHandle_HS*,GEOSGeomFromWKT_r::$_0&&) call site: 00000 /src/geos/capi/geos_ts_c.cpp:445
8 8 4 :

['__cxa_allocate_exception', '__cxa_free_exception', '__cxa_throw', 'std::runtime_error::runtime_error(char const*)']

8 8 decltype({parm#2}())execute (GEOSContextHandle_HS*,GEOSGeomToWKT_r::$_0&&) call site: 00000 /src/geos/capi/geos_ts_c.cpp:445
8 8 4 :

['__cxa_allocate_exception', '__cxa_free_exception', '__cxa_throw', 'std::runtime_error::runtime_error(char const*)']

8 8 decltype({parm#2}())execute (GEOSContextHandle_HS*,GEOSGeomToWKB_buf_r::$_0&&) call site: 00000 /src/geos/capi/geos_ts_c.cpp:445

Runtime coverage analysis

Covered functions
1591
Functions that are reachable but not covered
321
Reachable functions
2106
Percentage of reachable functions covered
84.76%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/geos/tests/fuzz/fuzz_geo2.c 2
/src/geos/capi/geos_c.cpp 9
/src/geos/capi/geos_ts_c.cpp 26
/src/geos/src/geom/GeometryFactory.cpp 37
/src/geos/src/geom/PrecisionModel.cpp 2
/src/geos/include/geos/geom/Coordinate.h 8
/src/geos/src/geom/Point.cpp 3
/src/geos/src/geom/Geometry.cpp 2
/src/geos/include/geos/geom/GeometryFactory.h 3
/src/geos/src/geom/CoordinateSequence.cpp 10
/src/geos/include/geos/geom/CoordinateSequence.h 21
/src/geos/include/geos/geom/Envelope.h 8
/src/geos/include/geos/util/Machine.h 1
/src/geos/src/util/Interrupt.cpp 1
/src/geos/include/geos/io/WKTReader.h 2
/src/geos/src/io/WKTReader.cpp 26
/src/geos/src/io/CLocalizer.cpp 2
/src/geos/src/io/StringTokenizer.cpp 6
/src/geos/include/geos/io/OrdinateSet.h 8
/src/geos/src/io/ParseException.cpp 4
/src/geos/include/geos/util/GEOSException.h 2
/usr/include/ctype.h 1
/src/geos/src/util/string.cpp 3
/src/geos/include/geos/geom/PrecisionModel.h 1
/src/geos/include/geos/util/math.h 1
/src/geos/src/util/math.cpp 1
/src/geos/include/geos/util/IllegalArgumentException.h 1
/src/geos/src/geom/LineString.cpp 3
/src/geos/src/geom/SimpleCurve.cpp 3
/src/geos/include/geos/geom/Curve.h 1
/src/geos/src/algorithm/CircularArcs.cpp 2
/src/geos/src/algorithm/Orientation.cpp 1
/src/geos/src/algorithm/CGAlgorithmsDD.cpp 3
/src/geos/include/geos/algorithm/CGAlgorithmsDD.h 2
/src/geos/include/geos/math/DD.h 4
/src/geos/src/math/DD.cpp 8
/src/geos/include/geos/geom/Quadrant.h 1
/src/geos/src/geom/Coordinate.cpp 2
/src/geos/include/geos/geom/SimpleCurve.h 1
/src/geos/src/geom/LinearRing.cpp 2
/src/geos/src/geom/CircularString.cpp 2
/src/geos/src/geom/CompoundCurve.cpp 2
/src/geos/include/geos/geom/Polygon.h 2
/src/geos/include/geos/geom/SurfaceImpl.h 2
/src/geos/include/geos/geom/Surface.h 1
/src/geos/src/geom/Surface.cpp 1
/src/geos/include/geos/geom/CurvePolygon.h 2
/src/geos/src/geom/MultiPoint.cpp 2
/src/geos/src/geom/GeometryCollection.cpp 2
/src/geos/include/geos/geom/Geometry.h 3
/src/geos/include/geos/geom/CoordinateSequenceIterator.h 5
/src/geos/include/geos/geom/GeometryCollection.h 6
/src/geos/src/geom/MultiLineString.cpp 2
/src/geos/src/geom/MultiCurve.cpp 1
/src/geos/src/geom/MultiPolygon.cpp 1
/src/geos/src/geom/MultiSurface.cpp 2
/src/geos/include/geos/io/StringTokenizer.h 1

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

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
GEOSMakeValid /src/geos/capi/geos_c.cpp 1 ['N/A'] 34 0 14 3 2 3117 0 8378 4062
geos::noding::IntersectionAdder::processIntersections(geos::noding::SegmentString*,unsignedlong,geos::noding::SegmentString*,unsignedlong) /src/geos/src/noding/IntersectionAdder.cpp 5 ['N/A', 'N/A', 'size_t', 'N/A', 'size_t'] 12 0 111 18 8 847 0 1887 1528
geos_nlohmann::detail::parser ,std::__1::allocator >,bool,long,unsignedlong,double,std::__1::allocator,geos_nlohmann::adl_serializer,std::__1::vector >>,geos_nlohmann::detail::iterator_input_adapter >>::parse(bool,geos_nlohmann::basic_json ,std::__1::allocator >,bool,long,unsignedlong,double,std::__1::allocator,geos_nlohmann::adl_serializer,std::__1::vector >>&) /src/geos/include/geos/vend/json.hpp 3 ['N/A', 'bool', 'N/A'] 9 0 305 67 59 238 0 1042 1028

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
28.0%
2190 / 7826
Cyclomatic complexity statically reachable by fuzzers
31.0%
13152 / 42038

All functions overview

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

Files and Directories in report

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

Files in report

Source file Reached by Covered by
[] []
/src/geos/src/geomgraph/index/SweepLineEvent.cpp [] []
/src/geos/src/operation/union/CascadedPolygonUnion.cpp [] []
/src/geos/src/geom/Location.cpp [] []
/src/geos/include/geos/shape/fractal/HilbertEncoder.h [] []
/src/geos/src/geom/GeometryCollection.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/algorithm/distance/DistanceToPoint.h [] []
/src/geos/src/geom/Surface.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/geom/Triangle.cpp [] []
/src/geos/include/geos/operation/intersection/Rectangle.h [] []
/src/geos/src/planargraph/PlanarGraph.cpp [] []
/src/geos/include/geos/util/Assert.h [] []
/src/geos/include/geos/operation/linemerge/LineMergeEdge.h [] []
/src/geos/include/geos/geom/prep/PreparedGeometryFactory.h [] []
/src/geos/include/geos/geom/util/GeometryTransformer.h [] []
/src/geos/include/geos/util/CoordinateArrayFilter.h [] []
/src/geos/include/geos/geomgraph/index/SweepLineEvent.h [] []
/src/geos/src/geomgraph/index/SimpleMCSweepLineIntersector.cpp [] []
/src/geos/src/precision/GeometryPrecisionReducer.cpp [] []
/src/geos/src/geom/util/GeometryTransformer.cpp [] []
/src/geos/include/geos/geomgraph/NodeMap.h [] []
/src/geos/include/geos/operation/valid/RepeatedPointTester.h [] []
/src/geos/src/operation/polygonize/PolygonizeEdge.cpp [] []
/src/geos/src/algorithm/PointLocation.cpp [] []
/src/geos/include/geos/noding/NodedSegmentString.h [] []
/src/geos/include/geos/triangulate/polygon/TriDelaunayImprover.h [] []
/src/geos/include/geos/operation/cluster/DisjointOperation.h [] []
/src/geos/include/geos/geom/CoordinateFilter.h [] []
/src/geos/include/geos/io/WKBWriter.h [] []
/src/geos/src/noding/FastSegmentSetIntersectionFinder.cpp [] []
/src/geos/include/geos/triangulate/tri/TriangulationBuilder.h [] []
/src/geos/include/geos/coverage/CoverageRing.h [] []
/src/geos/src/operation/GeometryGraphOperation.cpp [] []
/src/geos/src/operation/overlayng/MaximalEdgeRing.cpp [] []
/src/geos/src/noding/IteratedNoder.cpp [] []
/src/geos/include/geos/noding/snap/SnappingPointIndex.h [] []
/src/geos/include/geos/simplify/RingHull.h [] []
/src/geos/include/geos/operation/valid/PolygonRing.h [] []
/src/geos/src/geom/CurvePolygon.cpp [] []
/src/geos/src/geom/util/PolygonalExtracter.cpp [] []
/src/geos/include/geos/coverage/CoverageEdge.h [] []
/src/geos/include/geos/operation/overlayng/OverlayNG.h [] []
/src/geos/include/geos/geom/util/LinearComponentExtracter.h [] []
/src/geos/include/geos/geomgraph/PlanarGraph.h [] []
/src/geos/include/geos/planargraph/NodeMap.h [] []
/src/geos/src/algorithm/locate/SimplePointInAreaLocator.cpp [] []
/src/geos/src/operation/overlayng/EdgeMerger.cpp [] []
/src/geos/include/geos/geom/prep/PreparedLineStringDistance.h [] []
/src/geos/src/geom/Point.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/index/chain/MonotoneChainSelectAction.cpp [] []
/src/geos/include/geos/io/WKTReader.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/index/quadtree/Root.cpp [] []
/src/geos/src/operation/overlayng/EdgeNodingBuilder.cpp [] []
/src/geos/include/geos/geomgraph/index/MonotoneChainIndexer.h [] []
/src/geos/include/geos/operation/linemerge/LineMergeGraph.h [] []
/src/geos/src/index/kdtree/KdNode.cpp [] []
/src/geos/include/geos/io/WKTWriter.h [] []
/src/geos/include/geos/algorithm/Interpolate.h [] []
/src/geos/include/geos/geom/prep/PreparedPolygonCovers.h [] []
/src/geos/include/geos/triangulate/polygon/PolygonNoder.h [] []
/src/geos/src/geom/prep/PreparedLineString.cpp [] []
/src/geos/include/geos/geom/Coordinate.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/geom/util/ComponentCoordinateExtracter.cpp [] []
/src/geos/src/operation/overlayng/OverlayLabeller.cpp [] []
/src/geos/src/io/WKTReader.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/operation/predicate/RectangleContains.h [] []
/src/geos/src/operation/overlayng/IntersectionPointBuilder.cpp [] []
/src/geos/include/geos/util/AssertionFailedException.h [] []
/src/geos/include/geos/coverage/Corner.h [] []
/src/geos/src/geom/prep/PreparedPolygonCovers.cpp [] []
/src/geos/src/noding/Octant.cpp [] []
/src/geos/src/triangulate/quadedge/LocateFailureException.cpp [] []
/src/geos/include/geos/noding/SegmentNodeList.h [] []
/src/geos/include/geos/index/chain/MonotoneChain.h [] []
/src/geos/src/noding/snap/SnappingPointIndex.cpp [] []
/src/geos/src/operation/overlayng/OverlayPoints.cpp [] []
/src/geos/src/geom/prep/PreparedLineStringNearestPoints.cpp [] []
/src/geos/src/simplify/RingHullIndex.cpp [] []
/src/geos/src/operation/relate/RelateComputer.cpp [] []
/src/geos/src/operation/buffer/OffsetSegmentGenerator.cpp [] []
/src/geos/include/geos/geom/CircularString.h [] []
/src/geos/include/geos/index/quadtree/Quadtree.h [] []
/src/geos/include/geos/planargraph/Edge.h [] []
/src/geos/include/geos/noding/snapround/SnapRoundingIntersectionAdder.h [] []
/src/geos/src/operation/union/UnionStrategy.cpp [] []
/src/geos/include/geos/geom/GeometryCollection.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/geom/Curve.cpp [] []
/src/geos/include/geos/operation/overlayng/OverlayGraph.h [] []
/src/geos/src/precision/MinimumClearance.cpp [] []
/src/geos/include/geos/operation/overlay/snap/LineStringSnapper.h [] []
/src/geos/include/geos/index/SpatialIndex.h [] []
/src/geos/include/geos/geom/util/Densifier.h [] []
/src/geos/src/operation/predicate/RectangleContains.cpp [] []
/src/geos/include/geos/io/CheckOrdinatesFilter.h [] []
/src/geos/src/triangulate/quadedge/QuadEdgeSubdivision.cpp [] []
/src/geos/src/geomgraph/NodeMap.cpp [] []
/src/geos/include/geos/io/OrdinateSet.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/geom/MultiCurve.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/algorithm/hull/HullTriangulation.cpp [] []
/src/geos/src/triangulate/tri/Tri.cpp [] []
/src/geos/include/geos/algorithm/CGAlgorithmsDD.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/index/chain/MonotoneChainOverlapAction.h [] []
/src/geos/src/operation/union/PointGeometryUnion.cpp [] []
/src/geos/include/geos/algorithm/distance/DiscreteFrechetDistance.h [] []
/src/geos/src/operation/cluster/AbstractClusterFinder.cpp [] []
/src/geos/src/operation/valid/PolygonTopologyAnalyzer.cpp [] []
/src/geos/src/io/ParseException.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/operation/buffer/BufferBuilder.cpp [] []
/src/geos/src/algorithm/locate/IndexedPointInAreaLocator.cpp [] []
/src/geos/src/noding/SegmentNode.cpp [] []
/src/geos/include/geos/geom/Polygon.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/operation/distance/FacetSequence.cpp [] []
/src/geos/src/operation/overlayng/CoverageUnion.cpp [] []
/src/geos/src/operation/overlay/PolygonBuilder.cpp [] []
/src/geos/include/geos/operation/buffer/BufferOp.h [] []
/src/geos/include/geos/index/strtree/TemplateSTRNodePair.h [] []
/src/geos/src/geom/LineString.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/operation/overlayng/LineLimiter.h [] []
/src/geos/include/geos/operation/valid/IsValidOp.h [] []
/src/geos/src/operation/predicate/SegmentIntersectionTester.cpp [] []
/src/geos/include/geos/operation/relate/EdgeEndBuilder.h [] []
/src/geos/src/algorithm/MinimumBoundingCircle.cpp [] []
/src/geos/src/geomgraph/EdgeList.cpp [] []
/src/geos/include/geos/geom/CoordinateSequenceFilter.h [] []
/src/geos/include/geos/geomgraph/Node.h [] []
/src/geos/src/operation/overlay/MinimalEdgeRing.cpp [] []
/src/geos/src/precision/CommonBits.cpp [] []
/src/geos/include/geos/operation/valid/PolygonRingTouch.h [] []
/src/geos/src/operation/valid/PolygonIntersectionAnalyzer.cpp [] []
/src/geos/src/operation/overlayng/Edge.cpp [] []
/src/geos/src/operation/polygonize/HoleAssigner.cpp [] []
/src/geos/src/operation/overlayng/InputGeometry.cpp [] []
/src/geos/src/geom/util/CoordinateOperation.cpp [] []
/src/geos/src/coverage/CoverageSimplifier.cpp [] []
/src/geos/src/linearref/LocationIndexOfLine.cpp [] []
/src/geos/src/operation/relate/EdgeEndBuilder.cpp [] []
/src/geos/include/geos/noding/snapround/HotPixel.h [] []
/src/geos/src/io/WKBReader.cpp [] []
/src/geos/include/geos/planargraph/DirectedEdgeStar.h [] []
/src/geos/src/io/GeoJSON.cpp [] []
/src/geos/include/geos/coverage/TPVWSimplifier.h [] []
/src/geos/src/operation/distance/ConnectedElementLocationFilter.cpp [] []
/src/geos/src/simplify/TaggedLinesSimplifier.cpp [] []
/src/geos/src/geom/Coordinate.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/operation/overlayng/UnaryUnionNG.cpp [] []
/src/geos/src/noding/snapround/SnapRoundingNoder.cpp [] []
/src/geos/include/geos/operation/buffer/BufferBuilder.h [] []
/src/geos/src/linearref/LocationIndexOfPoint.cpp [] []
/src/geos/src/simplify/TaggedLineString.cpp [] []
/src/geos/src/geom/util/LinearComponentExtracter.cpp [] []
/src/geos/src/triangulate/polygon/PolygonHoleJoiner.cpp [] []
/src/geos/src/geomgraph/GeometryGraph.cpp [] []
/src/geos/include/geos/operation/distance/ConnectedElementLocationFilter.h [] []
/src/geos/src/noding/NodingIntersectionFinder.cpp [] []
/src/geos/src/coverage/CoverageValidator.cpp [] []
/src/geos/include/geos/operation/polygonize/Polygonizer.h [] []
/src/geos/include/geos/algorithm/construct/LargestEmptyCircle.h [] []
/src/geos/src/simplify/LinkedLine.cpp [] []
/src/geos/src/geomgraph/EdgeEndStar.cpp [] []
/src/geos/include/geos/algorithm/hull/HullTriangulation.h [] []
/src/geos/include/geos/operation/cluster/AbstractClusterFinder.h [] []
/src/geos/include/geos/geom/MultiSurface.h [] []
/src/geos/include/geos/algorithm/RayCrossingCounter.h [] []
/src/geos/src/algorithm/PolygonNodeTopology.cpp [] []
/src/geos/src/operation/polygonize/PolygonizeGraph.cpp [] []
/src/geos/src/linearref/LinearLocation.cpp [] []
/src/geos/include/geos/geom/Quadrant.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/index/quadtree/IntervalSize.cpp [] []
/src/geos/include/geos/noding/SinglePassNoder.h [] []
/src/geos/include/geos/operation/overlayng/PrecisionUtil.h [] []
/src/geos/include/geos/operation/overlayng/OverlayNGRobust.h [] []
/src/geos/src/noding/MCIndexSegmentSetMutualIntersector.cpp [] []
/src/geos/src/algorithm/InteriorPointArea.cpp [] []
/src/geos/src/operation/overlayng/PrecisionReducer.cpp [] []
/src/geos/src/noding/ScaledNoder.cpp [] []
/src/geos/include/geos/operation/union/UnionStrategy.h [] []
/src/geos/src/operation/valid/RepeatedPointTester.cpp [] []
/src/geos/src/geom/prep/PreparedPolygonDistance.cpp [] []
/src/geos/include/geos/triangulate/polygon/ConstrainedDelaunayTriangulator.h [] []
/src/geos/include/geos/operation/cluster/Clusters.h [] []
/src/geos/src/geomgraph/Edge.cpp [] []
/src/geos/src/coverage/CoverageBoundarySegmentFinder.cpp [] []
/src/geos/src/noding/BasicSegmentString.cpp [] []
/src/geos/include/geos/algorithm/distance/DiscreteHausdorffDistance.h [] []
/src/geos/src/geom/MultiSurface.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/geom/prep/PreparedLineStringNearestPoints.h [] []
/src/geos/include/geos/geomgraph/index/MonotoneChainEdge.h [] []
/src/geos/include/geos/planargraph/Node.h [] []
/src/geos/include/geos/util/IllegalArgumentException.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/geomgraph/EdgeIntersection.h [] []
/src/geos/include/geos/triangulate/VoronoiDiagramBuilder.h [] []
/src/geos/src/operation/overlayng/OverlayNG.cpp [] []
/src/geos/include/geos/operation/overlayng/IndexedPointOnLineLocator.h [] []
/src/geos/include/geos/geomgraph/index/MonotoneChain.h [] []
/src/geos/src/geom/prep/PreparedLineStringIntersects.cpp [] []
/src/geos/include/geos/operation/relate/EdgeEndBundleStar.h [] []
/src/geos/src/triangulate/quadedge/Vertex.cpp [] []
/src/geos/src/operation/valid/IndexedNestedPolygonTester.cpp [] []
/src/geos/include/geos/index/quadtree/Root.h [] []
/src/geos/src/geom/CircularString.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/util/GEOSException.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/coverage/InvalidSegmentDetector.cpp [] []
/src/geos/include/geos/geom/Curve.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/operation/overlayng/PolygonBuilder.cpp [] []
/src/geos/src/index/quadtree/Node.cpp [] []
/src/geos/include/geos/algorithm/distance/PointPairDistance.h [] []
/src/geos/src/operation/valid/MakeValid.cpp [] []
/src/geos/src/linearref/LinearGeometryBuilder.cpp [] []
/src/geos/src/algorithm/Length.cpp [] []
/src/geos/src/linearref/ExtractLineByLocation.cpp [] []
/src/geos/src/shape/fractal/HilbertCode.cpp [] []
/src/geos/include/geos/geomgraph/index/EdgeSetIntersector.h [] []
/src/geos/include/geos/precision/PointwisePrecisionReducerTransformer.h [] []
/src/geos/include/geos/operation/polygonize/EdgeRing.h [] []
/src/geos/src/operation/buffer/RightmostEdgeFinder.cpp [] []
/src/geos/include/geos/geomgraph/Label.h [] []
/src/geos/include/geos/algorithm/InteriorPointPoint.h [] []
/src/geos/src/linearref/LengthLocationMap.cpp [] []
/src/geos/src/operation/overlayng/OverlayUtil.cpp [] []
/src/geos/src/operation/linemerge/LineMergeEdge.cpp [] []
/src/geos/src/geomgraph/Label.cpp [] []
/usr/local/bin/../include/c++/v1/istream [] []
/src/geos/src/algorithm/InteriorPointPoint.cpp [] []
/src/geos/src/operation/buffer/BufferSubgraph.cpp [] []
/src/geos/src/operation/overlay/MaximalEdgeRing.cpp [] []
/src/geos/src/algorithm/BoundaryNodeRule.cpp [] []
/src/geos/src/noding/snapround/SnapRoundingIntersectionAdder.cpp [] []
/src/geos/include/geos/geom/GeometryFactory.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/simplify/TaggedLineSegment.cpp [] []
/src/geos/src/linearref/LengthIndexOfPoint.cpp [] []
/src/geos/include/geos/linearref/LocationIndexedLine.h [] []
/src/geos/src/noding/OrientedCoordinateArray.cpp [] []
/src/geos/include/geos/operation/overlayng/OverlayMixedPoints.h [] []
/src/geos/src/operation/union/UnaryUnionOp.cpp [] []
/src/geos/include/geos/simplify/DouglasPeuckerLineSimplifier.h [] []
/src/geos/include/geos/geom/Point.h [] []
/src/geos/src/geom/GeometryFactory.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/geomgraph/NodeFactory.cpp [] []
/src/geos/include/geos/geomgraph/EdgeList.h [] []
/src/geos/src/operation/valid/PolygonRingTouch.cpp [] []
/src/geos/src/geom/Position.cpp [] []
/src/geos/src/operation/overlay/snap/LineStringSnapper.cpp [] []
/src/geos/src/geom/util/PolygonExtracter.cpp [] []
/src/geos/include/geos/geom/MultiLineString.h [] []
/src/geos/src/coverage/CoveragePolygon.cpp [] []
/src/geos/src/algorithm/Area.cpp [] []
/src/geos/include/geos/geomgraph/DirectedEdgeStar.h [] []
/src/geos/src/io/CLocalizer.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/coverage/CoveragePolygonValidator.h [] []
/src/geos/include/geos/algorithm/Angle.h [] []
/src/geos/src/operation/valid/TopologyValidationError.cpp [] []
/src/geos/include/geos/io/WKBReader.h [] []
/usr/local/bin/../include/c++/v1/__fwd/sstream.h [] []
/src/geos/src/planargraph/DirectedEdgeStar.cpp [] []
/src/geos/include/geos/operation/union/DisjointSubsetUnion.h [] []
/src/geos/src/operation/cluster/GeometryFlattener.cpp [] []
/src/geos/src/coverage/CoverageRingEdges.cpp [] []
/src/geos/include/geos/operation/buffer/SegmentMCIndex.h [] []
/src/geos/src/math/DD.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/operation/predicate/SegmentIntersectionTester.h [] []
/src/geos/include/geos/operation/overlayng/ElevationModel.h [] []
/src/geos/include/geos/operation/overlayng/OverlayLabeller.h [] []
/src/geos/src/algorithm/MinimumDiameter.cpp [] []
/src/geos/src/geom/IntersectionMatrix.cpp [] []
/src/geos/include/geos/io/ByteOrderDataInStream.h [] []
/src/geos/include/geos/operation/linemerge/EdgeString.h [] []
/src/geos/include/geos/noding/SegmentIntersectionDetector.h [] []
/src/geos/src/geom/MultiPoint.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/triangulate/tri/TriEdge.cpp [] []
/src/geos/include/geos/geom/MultiPoint.h [] []
/src/geos/src/geom/prep/PreparedPolygon.cpp [] []
/src/geos/include/geos/noding/ValidatingNoder.h [] []
/usr/local/bin/../include/c++/v1/__exception/exception.h [] []
/src/geos/src/algorithm/ConvexHull.cpp [] []
/src/geos/src/operation/intersection/RectangleIntersection.cpp [] []
/src/geos/include/geos/index/strtree/TemplateSTRtreeDistance.h [] []
/src/geos/src/io/WKTWriter.cpp [] []
/src/geos/include/geos/noding/SegmentIntersector.h [] []
/src/geos/include/geos/util/IllegalStateException.h [] []
/src/geos/src/operation/BoundaryOp.cpp [] []
/src/geos/include/geos/operation/overlayng/OverlayUtil.h [] []
/src/geos/src/operation/buffer/BufferOp.cpp [] []
/src/geos/include/geos/index/strtree/Interval.h [] []
/src/geos/src/util/Interrupt.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/geom/HeuristicOverlay.h [] []
/src/geos/src/operation/distance/FacetSequenceTreeBuilder.cpp [] []
/src/geos/src/precision/PointwisePrecisionReducerTransformer.cpp [] []
/src/geos/src/algorithm/CircularArcs.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/noding/IntersectionAdder.cpp [] []
/src/geos/include/geos/geom/prep/PreparedGeometry.h [] []
/src/geos/include/geos/operation/overlayng/OverlayEdgeRing.h [] []
/src/geos/include/geos/operation/overlayng/OverlayEdge.h [] []
/src/geos/src/geomgraph/EdgeRing.cpp [] []
/src/geos/include/geos/operation/relate/RelateOp.h [] []
/src/geos/include/geos/geom/GeometryFilter.h [] []
/src/geos/src/coverage/CoverageEdge.cpp [] []
/src/geos/src/simplify/LineSegmentIndex.cpp [] []
/src/geos/src/geom/LineSegment.cpp [] []
/src/geos/src/geom/util/GeometryMapper.cpp [] []
/src/geos/src/algorithm/LineIntersector.cpp [] []
/src/geos/src/geomgraph/TopologyLocation.cpp [] []
/src/geos/include/geos/coverage/VertexRingCounter.h [] []
/src/geos/src/noding/SegmentString.cpp [] []
/src/geos/src/operation/polygonize/Polygonizer.cpp [] []
/src/geos/src/algorithm/hull/HullTri.cpp [] []
/src/geos/include/geos/operation/overlayng/OverlayLabel.h [] []
/src/geos/src/geom/CompoundCurve.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/geom/util/GeometryEditor.cpp [] []
/src/geos/src/triangulate/quadedge/QuadEdge.cpp [] []
/src/geos/include/geos/operation/union/CascadedPolygonUnion.h [] []
/src/geos/src/geom/prep/AbstractPreparedPolygonContains.cpp [] []
/src/geos/include/geos/algorithm/construct/IndexedPointInPolygonsLocator.h [] []
/src/geos/src/triangulate/quadedge/TrianglePredicate.cpp [] []
/src/geos/src/operation/valid/IsSimpleOp.cpp [] []
/src/geos/src/coverage/CoveragePolygonValidator.cpp [] []
/src/geos/include/geos/simplify/LinkedLine.h [] []
/src/geos/src/geom/MultiPolygon.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/algorithm/Rectangle.cpp [] []
/src/geos/include/geos/geom/util/ComponentCoordinateExtracter.h [] []
/src/geos/src/operation/intersection/RectangleIntersectionBuilder.cpp [] []
/src/geos/include/geos/triangulate/polygon/PolygonEarClipper.h [] []
/src/geos/include/geos/algorithm/locate/PointOnGeometryLocator.h [] []
/src/geos/src/precision/PrecisionReducerTransformer.cpp [] []
/src/geos/include/geos/util/UnsupportedOperationException.h [] []
/src/geos/include/geos/math/DD.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/operation/overlayng/ElevationModel.cpp [] []
/src/geos/src/simplify/TopologyPreservingSimplifier.cpp [] []
/src/geos/include/geos/triangulate/polygon/PolygonHoleJoiner.h [] []
/src/geos/src/algorithm/PointLocator.cpp [] []
/src/geos/src/operation/valid/IsValidOp.cpp [] []
/src/geos/include/geos/operation/buffer/BufferInputLineSimplifier.h [] []
/src/geos/src/geom/GeometryComponentFilter.cpp [] []
/src/geos/include/geos/geom/Geometry.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/operation/predicate/RectangleIntersects.cpp [] []
/src/geos/include/geos/operation/sharedpaths/SharedPathsOp.h [] []
/src/geos/src/operation/overlayng/OverlayEdgeRing.cpp [] []
/src/geos/src/operation/overlayng/OverlayGraph.cpp [] []
/usr/local/bin/../include/c++/v1/initializer_list [] []
/src/geos/include/geos/operation/overlayng/PolygonBuilder.h [] []
/src/geos/include/geos/geom/prep/PreparedPolygonContainsProperly.h [] []
/src/geos/include/geos/geom/prep/PreparedPolygonDistance.h [] []
/src/geos/src/util/Assert.cpp [] []
/src/geos/src/geomgraph/PlanarGraph.cpp [] []
/src/geos/include/geos/operation/buffer/OffsetCurveSection.h [] []
/src/geos/src/operation/relate/EdgeEndBundleStar.cpp [] []
/src/geos/src/operation/valid/RepeatedPointRemover.cpp [] []
/src/geos/include/geos/geom/Triangle.h [] []
/src/geos/src/operation/overlayng/EdgeSourceInfo.cpp [] []
/src/geos/src/noding/FastNodingValidator.cpp [] []
/src/geos/src/algorithm/Orientation.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/geomgraph/DirectedEdge.cpp [] []
/src/geos/src/simplify/PolygonHullSimplifier.cpp [] []
/src/geos/src/operation/buffer/OffsetCurve.cpp [] []
/src/geos/src/geom/prep/BasicPreparedGeometry.cpp [] []
/src/geos/src/algorithm/hull/ConcaveHullOfPolygons.cpp [] []
/src/geos/include/geos/geom/Envelope.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/noding/NodableSegmentString.h [] []
/src/geos/src/algorithm/CGAlgorithmsDD.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/coverage/InvalidSegmentDetector.h [] []
/src/geos/include/geos/operation/distance/GeometryLocation.h [] []
/src/geos/include/geos/operation/intersection/RectangleIntersectionBuilder.h [] []
/src/geos/include/geos/precision/PrecisionReducerTransformer.h [] []
/src/geos/src/index/VertexSequencePackedRtree.cpp [] []
/src/geos/src/geom/prep/PreparedPolygonContainsProperly.cpp [] []
/src/geos/src/noding/snapround/HotPixel.cpp [] []
/src/geos/src/operation/valid/PolygonRingSelfNode.cpp [] []
/src/geos/include/geos/geomgraph/EdgeEnd.h [] []
/src/geos/include/geos/geomgraph/DirectedEdge.h [] []
/src/geos/capi/geos_ts_c.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/precision/MinimumClearance.h [] []
/src/geos/include/geos/operation/overlay/OverlayNodeFactory.h [] []
/src/geos/include/geos/noding/SegmentExtractingNoder.h [] []
/src/geos/src/geomgraph/index/MonotoneChainIndexer.cpp [] []
/src/geos/include/geos/operation/overlayng/MaximalEdgeRing.h [] []
/src/geos/src/algorithm/InteriorPointLine.cpp [] []
/src/geos/src/index/quadtree/Key.cpp [] []
/src/geos/include/geos/triangulate/quadedge/QuadEdge.h [] []
/src/geos/include/geos/geom/SurfaceImpl.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/geom/util/NoOpGeometryOperation.cpp [] []
/src/geos/src/geom/util/PointExtracter.cpp [] []
/src/geos/include/geos/operation/overlay/snap/GeometrySnapper.h [] []
/src/geos/src/operation/polygonize/BuildArea.cpp [] []
/src/geos/include/geos/algorithm/hull/HullTri.h [] []
/src/geos/src/triangulate/tri/TriangulationBuilder.cpp [] []
/src/geos/include/geos/geom/prep/PreparedPolygonPredicate.h [] []
/src/geos/include/geos/noding/snapround/HotPixelIndex.h [] []
/src/geos/src/geom/util/Densifier.cpp [] []
/src/geos/src/operation/distance/GeometryLocation.cpp [] []
/src/geos/include/geos/operation/buffer/BufferSubgraph.h [] []
/src/geos/include/geos/noding/NodingIntersectionFinder.h [] []
/src/geos/src/noding/MCIndexNoder.cpp [] []
/src/geos/include/geos/operation/cluster/UnionFind.h [] []
/src/geos/include/geos/noding/MCIndexSegmentSetMutualIntersector.h [] []
/src/geos/src/coverage/VertexRingCounter.cpp [] []
/src/geos/include/geos/util/Machine.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/operation/polygonize/PolygonizeEdge.h [] []
/src/geos/include/geos/operation/linemerge/LineMergeDirectedEdge.h [] []
/src/geos/src/io/WKBWriter.cpp [] []
/src/geos/include/geos/noding/GeometryNoder.h [] []
/src/geos/include/geos/triangulate/quadedge/LastFoundQuadEdgeLocator.h [] []
/src/geos/src/coverage/CoverageRing.cpp [] []
/src/geos/src/noding/SegmentIntersectionDetector.cpp [] []
/src/geos/include/geos/index/quadtree/Node.h [] []
/src/geos/include/geos/algorithm/MinimumAreaRectangle.h [] []
/src/geos/src/triangulate/polygon/ConstrainedDelaunayTriangulator.cpp [] []
/src/geos/src/algorithm/distance/DiscreteFrechetDistance.cpp [] []
/src/geos/include/geos/index/ItemVisitor.h [] []
/src/geos/src/operation/linemerge/EdgeString.cpp [] []
/src/geos/include/geos/geom/prep/PreparedLineStringIntersects.h [] []
/src/geos/include/geos/operation/valid/PolygonIntersectionAnalyzer.h [] []
/src/geos/include/geos/geom/util/NoOpGeometryOperation.h [] []
/src/geos/src/deps/ryu/d2s_intrinsics.h [] []
/src/geos/src/index/kdtree/KdTree.cpp [] []
/src/geos/src/linearref/LinearIterator.cpp [] []
/src/geos/include/geos/geom/prep/BasicPreparedGeometry.h [] []
/src/geos/src/precision/CommonBitsRemover.cpp [] []
/src/geos/src/geomgraph/GraphComponent.cpp [] []
/src/geos/include/geos/geom/CurvePolygon.h ['fuzz_geo2'] []
/src/geos/src/algorithm/construct/MaximumInscribedCircle.cpp [] []
/src/geos/include/geos/geom/util/PointExtracter.h [] []
/src/geos/src/algorithm/distance/DistanceToPoint.cpp [] []
/src/geos/include/geos/operation/relate/RelateNodeFactory.h [] []
/src/geos/include/geos/simplify/LineSegmentIndex.h [] []
/src/geos/src/geom/prep/PreparedLineStringDistance.cpp [] []
/src/geos/include/geos/algorithm/locate/SimplePointInAreaLocator.h [] []
/src/geos/include/geos/noding/BoundaryChainNoder.h [] []
/src/geos/include/geos/geom/CoordinateSequenceIterator.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/operation/relate/EdgeEndBundle.cpp [] []
/src/geos/include/geos/operation/valid/IsSimpleOp.h [] []
/src/geos/include/geos/geom/CompoundCurve.h [] []
/src/geos/include/geos/operation/buffer/SubgraphDepthLocater.h [] []
/src/geos/src/operation/overlayng/OverlayLabel.cpp [] []
/src/geos/src/algorithm/NotRepresentableException.cpp [] []
/src/geos/include/geos/geom/MultiCurve.h [] []
/src/geos/src/geom/LinearRing.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/io/ByteOrderValues.cpp [] []
/src/geos/include/geos/index/kdtree/KdTree.h [] []
/src/geos/include/geos/algorithm/construct/IndexedDistanceToPoint.h [] []
/src/geos/src/algorithm/construct/IndexedDistanceToPoint.cpp [] []
/src/geos/src/algorithm/distance/DiscreteHausdorffDistance.cpp [] []
/src/geos/src/util/math.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/algorithm/construct/IndexedPointInPolygonsLocator.cpp [] []
/src/geos/src/geom/Geometry.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/util.h [] []
/src/geos/include/geos/algorithm/hull/ConcaveHullOfPolygons.h [] []
/src/geos/src/operation/overlayng/OverlayMixedPoints.cpp [] []
/src/geos/include/geos/simplify/PolygonHullSimplifier.h [] []
/src/geos/src/triangulate/polygon/PolygonNoder.cpp [] []
/src/geos/include/geos/geom/util/GeometryExtracter.h [] []
/src/geos/include/geos/index/strtree/TemplateSTRtree.h [] []
/src/geos/src/geom/HeuristicOverlay.cpp [] []
/src/geos/include/geos/noding/snap/SnappingIntersectionAdder.h [] []
/src/geos/include/geos/algorithm/ConvexHull.h [] []
/src/geos/include/geos/operation/distance/IndexedFacetDistance.h [] []
/src/geos/src/operation/polygonize/EdgeRing.cpp [] []
/src/geos/include/geos/algorithm/Centroid.h [] []
/src/geos/src/geom/prep/PreparedPolygonIntersects.cpp [] []
/src/geos/src/algorithm/Distance.cpp [] []
/src/geos/src/coverage/CoverageUnion.cpp [] []
/src/geos/include/geos/operation/buffer/BufferCurveSetBuilder.h [] []
/src/geos/include/geos/operation/valid/IndexedNestedPolygonTester.h [] []
/src/geos/src/operation/buffer/BufferInputLineSimplifier.cpp [] []
/src/geos/include/geos/planargraph/PlanarGraph.h [] []
/src/geos/include/geos/geomgraph/EdgeRing.h [] []
/src/geos/include/geos/algorithm/PointLocator.h [] []
/src/geos/src/algorithm/HCoordinate.cpp [] []
/src/geos/include/geos/operation/buffer/BufferParameters.h [] []
/src/geos/src/geomgraph/EdgeIntersectionList.cpp [] []
/src/geos/include/geos/algorithm/NotRepresentableException.h [] []
/src/geos/include/geos/geom/util/GeometryFixer.h [] []
/src/geos/src/geom/CoordinateSequence.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/operation/union/UnaryUnionOp.h [] []
/src/geos/include/geos/geom/prep/AbstractPreparedPolygonContains.h [] []
/src/geos/src/simplify/DouglasPeuckerSimplifier.cpp [] []
/src/geos/include/geos/triangulate/tri/TriEdge.h [] []
/src/geos/include/geos/geomgraph/GeometryGraph.h [] []
/src/geos/include/geos/geomgraph/index/SegmentIntersector.h [] []
/src/geos/src/index/chain/MonotoneChainBuilder.cpp [] []
/src/geos/src/noding/ValidatingNoder.cpp [] []
/src/geos/include/geos/operation/polygonize/HoleAssigner.h [] []
/src/geos/include/geos/coverage/CoverageRingEdges.h [] []
/src/geos/src/geomgraph/DirectedEdgeStar.cpp [] []
/src/geos/include/geos/geom/util/CoordinateOperation.h [] []
/src/geos/src/triangulate/polygon/TriDelaunayImprover.cpp [] []
/src/geos/src/index/quadtree/Quadtree.cpp [] []
/src/geos/include/geos/operation/overlayng/OverlayPoints.h [] []
/src/geos/src/triangulate/quadedge/LastFoundQuadEdgeLocator.cpp [] []
/src/geos/include/geos/geom/util/ShortCircuitedGeometryVisitor.h [] []
/src/geos/src/algorithm/RayCrossingCounter.cpp [] []
/src/geos/include/geos/coverage/CoveragePolygon.h [] []
/src/geos/include/geos/edgegraph/HalfEdge.h [] []
/src/geos/include/geos/triangulate/tri/Tri.h [] []
/src/geos/include/geos/algorithm/MinimumBoundingCircle.h [] []
/src/geos/src/triangulate/IncrementalDelaunayTriangulator.cpp [] []
/src/geos/src/noding/SegmentNodeList.cpp [] []
/src/geos/include/geos/operation/overlayng/InputGeometry.h [] []
/src/geos/include/geos/noding/snapround/SnapRoundingNoder.h [] []
/src/geos/include/geos/triangulate/quadedge/QuadEdgeQuartet.h [] []
/src/geos/include/geos/noding/FastSegmentSetIntersectionFinder.h [] []
/src/geos/include/geos/noding/FastNodingValidator.h [] []
/src/geos/include/geos/operation/buffer/OffsetSegmentGenerator.h [] []
/src/geos/src/geom/Envelope.cpp [] []
/src/geos/src/operation/cluster/UnionFind.cpp [] []
/src/geos/include/geos/simplify/TaggedLinesSimplifier.h [] []
/src/geos/include/geos/index/chain/MonotoneChainSelectAction.h [] []
/src/geos/include/geos/geomgraph/Edge.h [] []
/src/geos/src/util/string.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/operation/distance/IndexedFacetDistance.cpp [] []
/src/geos/src/noding/snapround/HotPixelIndex.cpp [] []
/src/geos/include/geos/algorithm/locate/IndexedPointInAreaLocator.h [] []
/src/geos/src/operation/overlayng/OverlayNGRobust.cpp [] []
/src/geos/include/geos/triangulate/tri/TriList.h [] []
/src/geos/include/geos/geomgraph/EdgeIntersectionList.h [] []
/src/geos/include/geos/operation/overlay/MinimalEdgeRing.h [] []
/src/geos/src/operation/sharedpaths/SharedPathsOp.cpp [] []
/src/geos/src/geom/prep/PreparedPolygonPredicate.cpp [] []
/src/geos/include/geos/algorithm/LineIntersector.h [] []
/src/geos/include/geos/operation/buffer/OffsetSegmentString.h [] []
/src/geos/include/geos/triangulate/quadedge/LocateFailureException.h [] []
/src/geos/src/operation/overlayng/RobustClipEnvelopeComputer.cpp [] []
/src/geos/include/geos/index/kdtree/KdNode.h [] []
/src/geos/include/geos/operation/overlayng/LineBuilder.h [] []
/src/geos/src/operation/buffer/SubgraphDepthLocater.cpp [] []
/src/geos/src/triangulate/polygon/PolygonEarClipper.cpp [] []
/src/geos/include/geos/simplify/LinkedRing.h [] []
/src/geos/src/operation/linemerge/LineMergeDirectedEdge.cpp [] []
/src/geos/include/geos/io/Writer.h [] []
/src/geos/src/geom/MultiLineString.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/geom/GeometryComponentFilter.h [] []
/src/geos/src/geom/SimpleCurve.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/geom/LineSegment.h [] []
/src/geos/include/geos/simplify/RingHullIndex.h [] []
/src/geos/include/geos/util/UniqueCoordinateArrayFilter.h [] []
/src/geos/include/geos/operation/overlayng/RingClipper.h [] []
/src/geos/src/geom/PrecisionModel.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/operation/buffer/OffsetCurveBuilder.h [] []
/src/geos/src/geomgraph/EdgeEnd.cpp [] []
/src/geos/include/geos/noding/IntersectionAdder.h [] []
/src/geos/src/simplify/ComponentJumpChecker.cpp [] []
/src/geos/src/io/GeoJSONReader.cpp [] []
/src/geos/include/geos/operation/overlayng/UnaryUnionNG.h [] []
/src/geos/src/algorithm/Intersection.cpp [] []
/src/geos/include/geos/index/VertexSequencePackedRtree.h [] []
/src/geos/include/geos/noding/ScaledNoder.h [] []
/src/geos/include/geos/noding/BasicSegmentString.h [] []
/src/geos/include/geos/geom/CoordinateSequence.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/noding/snap/SnappingNoder.cpp [] []
/src/geos/include/geos/geomgraph/TopologyLocation.h [] []
/src/geos/src/edgegraph/HalfEdge.cpp [] []
/src/geos/src/operation/linemerge/LineMergeGraph.cpp [] []
/src/geos/include/geos/triangulate/quadedge/Vertex.h [] []
/src/geos/include/geos/operation/overlayng/EdgeNodingBuilder.h [] []
/src/geos/src/index/quadtree/NodeBase.cpp [] []
/src/geos/src/algorithm/hull/ConcaveHull.cpp [] []
/src/geos/src/noding/BoundaryChainNoder.cpp [] []
/src/geos/include/geos/index/kdtree/KdNodeVisitor.h [] []
/src/geos/src/geomgraph/Node.cpp [] []
/src/geos/src/geom/Polygon.cpp [] []
/src/geos/include/geos/simplify/ComponentJumpChecker.h [] []
/src/geos/include/geos/precision/GeometryPrecisionReducer.h [] []
/src/geos/src/geomgraph/index/SegmentIntersector.cpp [] []
/src/geos/src/operation/overlayng/LineLimiter.cpp [] []
/src/geos/include/geos/noding/snap/SnappingNoder.h [] []
/src/geos/include/geos/algorithm/BoundaryNodeRule.h [] []
/src/geos/include/geos/geom/SimpleCurve.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/io/ParseException.h [] []
/src/geos/include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h [] []
/src/geos/include/geos/geom/LineString.h [] []
/src/geos/src/geom/util/ShortCircuitedGeometryVisitor.cpp [] []
/src/geos/include/geos/noding/SegmentStringUtil.h [] []
/src/geos/src/triangulate/DelaunayTriangulationBuilder.cpp [] []
/src/geos/include/geos/linearref/LengthLocationMap.h [] []
/src/geos/src/geom/prep/PreparedPolygonContains.cpp [] []
/src/geos/src/operation/overlayng/PrecisionUtil.cpp [] []
/src/geos/include/geos/operation/overlay/snap/SnapOverlayOp.h [] []
/src/geos/include/geos/io/GeoJSON.h [] []
/src/geos/src/simplify/DouglasPeuckerLineSimplifier.cpp [] []
/src/geos/include/geos/coverage/CoverageBoundarySegmentFinder.h [] []
/src/geos/include/geos/geomgraph/GraphComponent.h [] []
/src/geos/src/geom/prep/PreparedPoint.cpp [] []
/src/geos/include/geos/geom/CoordinateSequences.h [] []
/src/geos/src/shape/fractal/HilbertEncoder.cpp [] []
/src/geos/include/geos/geom/prep/PreparedLineString.h [] []
/src/geos/src/index/chain/MonotoneChainOverlapAction.cpp [] []
/src/geos/include/geos/geom/MultiPolygon.h [] []
/src/geos/src/noding/GeometryNoder.cpp [] []
/src/geos/src/io/StringTokenizer.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/operation/overlayng/Edge.h [] []
/src/geos/include/geos/operation/relate/RelateNode.h [] []
/src/geos/src/operation/relate/RelateNodeFactory.cpp [] []
/src/geos/src/planargraph/DirectedEdge.cpp [] []
/src/geos/src/operation/overlay/snap/GeometrySnapper.cpp [] []
/usr/include/ctype.h ['fuzz_geo2'] []
/src/geos/include/geos/operation/buffer/RightmostEdgeFinder.h [] []
/src/geos/capi/geos_c.cpp ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/operation/distance/FacetSequenceTreeBuilder.h [] []
/src/geos/src/operation/overlay/snap/SnapOverlayOp.cpp [] []
/src/geos/tests/fuzz/fuzz_geo2.c ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/operation/distance/DistanceOp.cpp [] []
/src/geos/src/simplify/RingHull.cpp [] []
/src/geos/include/geos/noding/IteratedNoder.h [] []
/src/geos/include/geos/triangulate/DelaunayTriangulationBuilder.h [] []
/src/geos/include/geos/geom/util/GeometryCombiner.h [] []
/src/geos/include/geos/util/math.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/operation/buffer/OffsetCurveSection.cpp [] []
/usr/local/bin/../include/c++/v1/stdlib.h [] []
/src/geos/include/geos/operation/valid/PolygonRingSelfNode.h [] []
/src/geos/src/operation/intersection/Rectangle.cpp [] []
/src/geos/include/geos/operation/buffer/OffsetCurve.h [] []
/src/geos/src/operation/cluster/Clusters.cpp [] []
/src/geos/src/operation/relate/RelateNode.cpp [] []
/src/geos/src/simplify/LinkedRing.cpp [] []
/src/geos/include/geos/operation/relate/RelateComputer.h [] []
/src/geos/src/operation/buffer/BufferParameters.cpp [] []
/src/geos/src/geom/Dimension.cpp [] []
/src/geos/include/geos/noding/SegmentNode.h [] []
/src/geos/include/geos/simplify/TaggedLineStringSimplifier.h [] []
/src/geos/src/operation/overlay/OverlayNodeFactory.cpp [] []
/src/geos/src/algorithm/MinimumAreaRectangle.cpp [] []
/src/geos/include/geos/index/quadtree/NodeBase.h [] []
/src/geos/src/noding/snap/SnappingIntersectionAdder.cpp [] []
/src/geos/include/geos/geom/util/GeometryEditorOperation.h [] []
/src/geos/src/noding/NodedSegmentString.cpp [] []
/src/geos/include/geos/geom/CoordinateList.h [] []
/src/geos/include/geos/util/TopologyException.h [] []
/src/geos/src/operation/overlayng/LineBuilder.cpp [] []
/src/geos/include/geos/coverage/CoverageValidator.h [] []
/src/geos/src/operation/buffer/SegmentMCIndex.cpp [] []
/usr/local/bin/../include/c++/v1/stdexcept [] []
/src/geos/include/geos/geom/util/PolygonExtracter.h [] []
/src/geos/include/geos/operation/predicate/RectangleIntersects.h [] []
/src/geos/include/geos/noding/SegmentSetMutualIntersector.h [] []
/src/geos/include/geos/operation/overlayng/IntersectionPointBuilder.h [] []
/src/geos/src/deps/ryu/d2s.c [] []
/src/geos/src/simplify/TaggedLineStringSimplifier.cpp [] []
/src/geos/include/geos/geomgraph/index/SweepLineEventObj.h [] []
/src/geos/include/geos/operation/distance/DistanceOp.h [] []
/src/geos/src/index/chain/MonotoneChain.cpp [] []
/src/geos/src/planargraph/NodeMap.cpp [] []
/src/geos/include/geos/algorithm/MinimumDiameter.h [] []
/src/geos/include/geos/operation/cluster/GeometryIntersectsClusterFinder.h [] []
/src/geos/src/geom/prep/PreparedGeometryFactory.cpp [] []
/src/geos/include/geos/triangulate/quadedge/QuadEdgeSubdivision.h [] []
/src/geos/include/geos/geomgraph/NodeFactory.h [] []
/src/geos/include/geos/triangulate/quadedge/QuadEdgeLocator.h [] []
/src/geos/include/geos/geom/Surface.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/planargraph/GraphComponent.h [] []
/src/geos/src/deps/ryu/common.h [] []
/src/geos/src/operation/overlayng/RingClipper.cpp [] []
/src/geos/src/geom/util/GeometryCombiner.cpp [] []
/src/geos/include/geos/geom/IntersectionMatrix.h [] []
/src/geos/include/geos/operation/overlay/MaximalEdgeRing.h [] []
/src/geos/include/geos/operation/polygonize/PolygonizeDirectedEdge.h [] []
/src/geos/include/geos/operation/overlayng/EdgeKey.h [] []
/src/geos/include/geos/planargraph/DirectedEdge.h [] []
/src/geos/src/triangulate/VoronoiDiagramBuilder.cpp [] []
/src/geos/src/coverage/Corner.cpp [] []
/src/geos/include/geos/geom/PrecisionModel.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/include/geos/geom/LinearRing.h [] []
/src/geos/src/algorithm/Centroid.cpp [] []
/src/geos/include/geos/algorithm/construct/MaximumInscribedCircle.h [] []
/src/geos/include/geos/io/StringTokenizer.h ['fuzz_geo2'] ['fuzz_geo2']
/src/geos/src/linearref/LengthIndexedLine.cpp [] []
/src/geos/include/geos/noding/MCIndexNoder.h [] []
/src/geos/src/io/Writer.cpp [] []
/src/geos/src/operation/polygonize/PolygonizeDirectedEdge.cpp [] []
/src/geos/src/operation/valid/IndexedNestedHoleTester.cpp [] []
/src/geos/src/geomgraph/index/MonotoneChainEdge.cpp [] []
/src/geos/src/planargraph/Edge.cpp [] []
/src/geos/include/geos/geom/prep/PreparedPolygonContains.h [] []
/src/geos/include/geos/noding/OrientedCoordinateArray.h [] []
/src/geos/src/operation/overlayng/OverlayEdge.cpp [] []
/src/geos/include/geos/operation/valid/PolygonTopologyAnalyzer.h [] []
/src/geos/src/operation/buffer/BufferCurveSetBuilder.cpp [] []
/src/geos/include/geos/vend/json.hpp [] []
/src/geos/include/geos/simplify/TopologyPreservingSimplifier.h [] []
/src/geos/src/io/GeoJSONWriter.cpp [] []
/src/geos/src/operation/linemerge/LineMerger.cpp [] []
/src/geos/include/geos/noding/SegmentString.h [] []
/src/geos/include/geos/geomgraph/EdgeEndStar.h [] []
/src/geos/src/coverage/TPVWSimplifier.cpp [] []
/src/geos/include/geos/triangulate/quadedge/TriangleVisitor.h [] []
/src/geos/include/geos/geom/prep/PreparedPoint.h [] []
/src/geos/include/geos/noding/SegmentPointComparator.h [] []
/src/geos/src/algorithm/construct/LargestEmptyCircle.cpp [] []
/src/geos/src/noding/SegmentExtractingNoder.cpp [] []
/src/geos/src/operation/overlayng/IndexedPointOnLineLocator.cpp [] []
/src/geos/src/operation/relate/RelateOp.cpp [] []
/src/geos/include/geos/geom/prep/PreparedPolygonIntersects.h [] []
/src/geos/include/geos/index/strtree/TemplateSTRNode.h [] []
/src/geos/src/geom/util/GeometryFixer.cpp [] []
/src/geos/src/algorithm/Angle.cpp [] []
/src/geos/include/geos/operation/valid/IndexedNestedHoleTester.h [] []
/src/geos/include/geos/geomgraph/Depth.h [] []
/src/geos/include/geos/operation/overlayng/EdgeSourceInfo.h [] []
/src/geos/include/geos/noding/Noder.h [] []
/src/geos/src/operation/buffer/OffsetCurveBuilder.cpp [] []
/src/geos/src/operation/valid/PolygonRing.cpp [] []

Directories in report

Directory
/src/geos/src/util/
/usr/include/
/src/geos/include/geos/operation/cluster/
/src/geos/include/geos/edgegraph/
/src/geos/include/geos/geomgraph/index/
/src/geos/include/geos/geom/
/src/geos/src/index/
/src/geos/src/operation/cluster/
/src/geos/include/geos/util/
/src/geos/src/geom/prep/
/src/geos/src/edgegraph/
/src/geos/include/geos/index/
/src/geos/src/index/quadtree/
/src/geos/include/geos/algorithm/
/src/geos/include/geos/operation/buffer/
/src/geos/include/geos/operation/linemerge/
/src/geos/include/geos/algorithm/locate/
/src/geos/include/geos/operation/valid/
/src/geos/src/index/chain/
/src/geos/include/geos/operation/distance/
/src/geos/include/geos/algorithm/construct/
/src/geos/include/geos/operation/sharedpaths/
/src/geos/src/operation/polygonize/
/src/geos/include/geos/linearref/
/src/geos/src/algorithm/distance/
/src/geos/src/operation/buffer/
/src/geos/src/operation/overlay/snap/
/src/geos/src/operation/predicate/
/src/geos/src/operation/overlayng/
/src/geos/src/shape/fractal/
/src/geos/src/algorithm/construct/
/src/geos/src/triangulate/polygon/
/usr/local/bin/../include/c++/v1/__exception/
/src/geos/include/geos/operation/union/
/src/geos/src/triangulate/tri/
/src/geos/src/operation/overlay/
/src/geos/include/geos/math/
/src/geos/include/geos/
/src/geos/src/linearref/
/usr/local/bin/../include/c++/v1/__fwd/
/src/geos/include/geos/operation/relate/
/src/geos/include/geos/operation/intersection/
/src/geos/include/geos/operation/overlayng/
/src/geos/src/precision/
/src/geos/src/geomgraph/
/src/geos/include/geos/operation/polygonize/
/src/geos/include/geos/triangulate/quadedge/
/src/geos/include/geos/triangulate/tri/
/src/geos/src/io/
/src/geos/include/geos/geom/prep/
/src/geos/include/geos/index/chain/
/src/geos/include/geos/precision/
/src/geos/src/geomgraph/index/
/src/geos/include/geos/geomgraph/
/src/geos/include/geos/triangulate/polygon/
/src/geos/include/geos/operation/overlay/
/src/geos/src/geom/
/src/geos/include/geos/noding/snap/
/src/geos/src/algorithm/hull/
/src/geos/src/operation/union/
/src/geos/src/noding/snap/
/src/geos/src/noding/snapround/
/src/geos/include/geos/noding/snapround/
/src/geos/include/geos/shape/fractal/
/src/geos/include/geos/algorithm/distance/
/src/geos/include/geos/operation/predicate/
/src/geos/capi/
/src/geos/include/geos/index/quadtree/
/src/geos/src/index/kdtree/
/src/geos/include/geos/io/
/src/geos/include/geos/triangulate/
/src/geos/src/triangulate/
/src/geos/src/operation/relate/
/src/geos/src/triangulate/quadedge/
/src/geos/src/noding/
/src/geos/src/simplify/
/src/geos/src/coverage/
/src/geos/include/geos/noding/
/src/geos/src/algorithm/locate/
/src/geos/include/geos/vend/
/src/geos/tests/fuzz/
/src/geos/include/geos/simplify/
/src/geos/src/operation/intersection/
/usr/local/bin/../include/c++/v1/
/src/geos/src/operation/linemerge/
/src/geos/include/geos/planargraph/
/src/geos/include/geos/index/kdtree/
/src/geos/src/operation/distance/
/src/geos/include/geos/geom/util/
/src/geos/include/geos/coverage/
/src/geos/src/algorithm/
/src/geos/src/math/
/src/geos/include/geos/algorithm/hull/
/src/geos/src/operation/sharedpaths/
/src/geos/src/planargraph/
/src/geos/src/deps/ryu/
/src/geos/src/geom/util/
/src/geos/src/operation/valid/
/src/geos/src/operation/
/src/geos/include/geos/operation/overlay/snap/
/src/geos/include/geos/index/strtree/