MCPcopy Create free account
hub / github.com/PDAL/PDAL / bits

Method bits

filters/private/Segmentation.hpp:69–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 bool isNone() const
68 { return m_classes == 0; }
69 uint32_t bits() const
70 { return m_classes; }
71
72private:
73 uint32_t m_classes;

Callers 1

ignoreClassBitsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected