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

Method SimpleProperty

io/PlyReader.hpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 struct SimpleProperty : public Property
81 {
82 SimpleProperty(const std::string& name, Dimension::Type type) :
83 Property(name), m_type(type), m_dim(Dimension::Id::Unknown)
84 {}
85
86 Dimension::Type m_type;
87 Dimension::Id m_dim;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected