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

Method LASoccupancyGrid

LASlib/src/lasutility.cpp:1715–1735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1713}
1714
1715LASoccupancyGrid::LASoccupancyGrid(F32 grid_spacing)
1716{
1717 min_x = min_y = max_x = max_y = 0;
1718 this->grid_spacing = -grid_spacing;
1719 minus_ankers = 0;
1720 minus_minus_size = 0;
1721 minus_minus = 0;
1722 minus_minus_sizes = 0;
1723 minus_plus_size = 0;
1724 minus_plus = 0;
1725 minus_plus_sizes = 0;
1726 plus_ankers = 0;
1727 plus_minus_size = 0;
1728 plus_minus = 0;
1729 plus_minus_sizes = 0;
1730 plus_plus_size = 0;
1731 plus_plus = 0;
1732 plus_plus_sizes = 0;
1733 num_occupied = 0;
1734 anker = 0;
1735}
1736
1737LASoccupancyGrid::~LASoccupancyGrid()
1738{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected