MCPcopy 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

writeMethod · 0.45
registerDimMethod · 0.45
assignDimMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected