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

Method registerFixedDim

io/private/ept/FixedPointLayout.cpp:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void FixedPointLayout::registerFixedDim(const Dimension::Id id,
63 const Dimension::Type type)
64{
65 Dimension::Detail dd = m_detail[Utils::toNative(id)];
66 dd.setType(type);
67 update(dd, Dimension::name(id));
68}
69
70Dimension::Id FixedPointLayout::registerOrAssignFixedDim(const std::string name,
71 const Dimension::Type type)

Callers

nothing calls this directly

Calls 3

toNativeFunction · 0.50
nameFunction · 0.50
setTypeMethod · 0.45

Tested by

no test coverage detected