MCPcopy 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
58void BOX2D::clear()
59{
60 minx = HIGHEST; miny = HIGHEST;
61 maxx = LOWEST; maxy = LOWEST;
62 wkt = "";
63}
64
65void BOX3D::clear()
66{

Callers 15

clearFunction · 0.45
VArgMethod · 0.45
setValueMethod · 0.45
setValueMethod · 0.45
setValueMethod · 0.45
parseLongArgMethod · 0.45
getFunction · 0.45
fromStringFunction · 0.45
joinFunction · 0.45
parseMethod · 0.45
getenvMethod · 0.45

Calls 1

clearFunction · 0.70

Tested by

no test coverage detected