Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ setId
Method
setId
pdal/DimDetail.hpp:63–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
void setType(Type type)
62
{ m_type = type; }
63
void setId(Id id)
64
{ m_id = id; }
65
Id id() const
66
{ return m_id; }
67
int offset() const
Callers
1
PointLayout
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected