Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ PointClasses
Method
PointClasses
filters/private/Segmentation.hpp:58–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
static const uint8_t Withheld = 128;
57
public:
58
PointClasses() : m_classes(0)
59
{}
60
61
bool isWithheld() const
62
{ return m_classes & Withheld; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected