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

Method setPointCount

io/private/las/Header.cpp:146–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void Header::setPointCount(uint64_t pointCount)
147{
148 ePointCount = pointCount;
149 bool condition = (ePointCount <= (std::numeric_limits<uint32_t>::max)()) &&
150 !((versionMinor >= 4) && (pointFormat() >= 6) );
151 legacyPointCount =
152 condition ? (uint32_t)ePointCount : 0;
153}
154
155void Header::setPointsByReturn(int returnNum, uint64_t pointCount)
156{

Callers 1

setSummaryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected