Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
private:
Callers
nothing calls this directly
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected