MCPcopy Create free account
hub / github.com/LAStools/LAStools / active

Method active

LASlib/src/lasutility.cpp:1628–1632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1626}
1627
1628BOOL LASoccupancyGrid::active() const
1629{
1630 if (grid_spacing < 0) return FALSE;
1631 return TRUE;
1632}
1633
1634void LASoccupancyGrid::reset()
1635{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected