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

Method PcdField

io/PcdHeader.hpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75struct PcdField
76{
77 PcdField()
78 : m_id(Dimension::Id::Unknown), m_size(4),
79 m_type(PcdFieldType::unknown), m_count(1)
80 {
81 }
82
83 PcdField(std::string& label) : PcdField()
84 {

Callers

nothing calls this directly

Calls 1

idFunction · 0.85

Tested by

no test coverage detected