Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ clear
Method
clear
pdal/util/Bounds.cpp:58–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void BOX2D::clear()
59
{
60
minx = HIGHEST; miny = HIGHEST;
61
maxx = LOWEST; maxy = LOWEST;
62
wkt =
""
;
63
}
64
65
void BOX3D::clear()
66
{
Callers
15
LazPerfVlrDecompressorImpl
Method · 0.45
clear
Function · 0.45
VArg
Method · 0.45
setValue
Method · 0.45
setValue
Method · 0.45
setValue
Method · 0.45
parseLongArg
Method · 0.45
get
Function · 0.45
fromString
Function · 0.45
join
Function · 0.45
parse
Method · 0.45
getenv
Method · 0.45
Calls
1
clear
Function · 0.70
Tested by
no test coverage detected