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

Method clear

pdal/Polygon.cpp:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160
161void Polygon::clear()
162{
163 Geometry::clear();
164 m_geom.reset(new OGRPolygon());
165 modified();
166}
167
168
169void Polygon::simplify(double distance_tolerance, double area_tolerance,

Callers 15

readNextBatchDataMethod · 0.45
doneFileMethod · 0.45
teaserMethod · 0.45
parseMethod · 0.45
addPointMethod · 0.45
SetupSchemaMethod · 0.45
writeTileMethod · 0.45
CollectTrianglesClass · 0.45
ReadData3DMethod · 0.45
closeMethod · 0.45
pathNameParseMethod · 0.45
closeMethod · 0.45

Calls 2

clearFunction · 0.50
resetMethod · 0.45

Tested by

no test coverage detected