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

Method DimType

pdal/DimType.hpp:45–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43struct DimType
44{
45 DimType() : m_id(Dimension::Id::Unknown), m_type(Dimension::Type::None)
46 {}
47 DimType(Dimension::Id id, Dimension::Type type,
48 double scale = 1.0, double offset = 0.0) :
49 m_id(id), m_type(type), m_xform(scale, offset)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected