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

Function addView

io/BufferReader.hpp:49–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 BufferReader() : Reader()
48 {}
49 void addView(const PointViewPtr& view)
50 { m_views.insert(view); }
51 std::string getName() const { return "readers.buffer"; }
52
53private:

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected