MCPcopy Create free account
hub / github.com/Notgnoshi/generative / GeometryGraph

Method GeometryGraph

generative/noding/geometry-graph.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace generative::noding {
20
21GeometryGraph::GeometryGraph(const geos::geom::Geometry& multilinestring) :
22 m_factory(*multilinestring.getFactory())
23{
24 build(multilinestring);
25}
26
27GeometryGraph::GeometryGraph(std::vector<GeometryGraph::Node>&& nodes,
28 const geos::geom::GeometryFactory& factory) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected