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

Method ListProperty

io/PlyReader.hpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 struct ListProperty : public Property
96 {
97 ListProperty(const std::string& name, Dimension::Type countType,
98 Dimension::Type listType) : Property(name), m_countType(countType),
99 m_listType(listType)
100 {}
101
102 Dimension::Type m_countType;
103 Dimension::Type m_listType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected