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

Method SpzWriter

plugins/spz/io/SpzWriter.cpp:55–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53CREATE_SHARED_STAGE(SpzWriter, s_info)
54
55SpzWriter::SpzWriter() : m_cloud(new spz::GaussianCloud)
56{}
57
58std::string SpzWriter::getName() const { return s_info.name; }
59

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected