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

Method DimIndex

kernels/DeltaKernel.hpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 point_count_t m_cnt;
55
56 DimIndex() : m_srcId(Dimension::Id::Unknown),
57 m_candId(Dimension::Id::Unknown),
58 m_min((std::numeric_limits<double>::max)()),
59 m_max((std::numeric_limits<double>::lowest)()),
60 m_avg(0.0), m_cnt(0)
61 {}
62};
63typedef std::map<std::string, DimIndex> DimIndexMap;
64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected