MCPcopy Create free account
hub / github.com/PDAL/PDAL / initGrids

Method initGrids

pdal/Polygon.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void Polygon::initGrids() const
102{
103 for (const Polygon& p : polygons())
104 m_pd->m_grids.emplace_back(p.exteriorRing(), p.interiorRings());
105}
106
107
108Polygon::Polygon(const std::string& wkt_or_json, SpatialReference ref) :

Callers 1

readyMethod · 0.80

Calls 2

exteriorRingMethod · 0.80
interiorRingsMethod · 0.80

Tested by

no test coverage detected