Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
void Polygon::clear()
162
{
163
Geometry::clear();
164
m_geom.reset(new OGRPolygon());
165
modified();
166
}
167
168
169
void Polygon::simplify(double distance_tolerance, double area_tolerance,
Callers
15
readNextBatchData
Method · 0.45
doneFile
Method · 0.45
teaser
Method · 0.45
parse
Method · 0.45
addPoint
Method · 0.45
SetupSchema
Method · 0.45
writeTile
Method · 0.45
CollectTriangles
Class · 0.45
ReadData3D
Method · 0.45
close
Method · 0.45
pathNameParse
Method · 0.45
close
Method · 0.45
Calls
2
clear
Function · 0.50
reset
Method · 0.45
Tested by
no test coverage detected