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