Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ setCompressed
Method
setCompressed
tools/lasdump/Header.hpp:297–298 ·
view source on GitHub ↗
Sets whether or not the points are compressed.
Source
from the content-addressed store, hash-verified
295
296
/// Sets whether or not the points are compressed.
297
void setCompressed(bool b)
298
{ m_isCompressed = b; }
299
300
uint32_t vlrCount() const
301
{ return m_vlrCount; }
Callers
1
Header.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected