Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ PointViewSource
Method
PointViewSource
filters/PoissonFilter.cpp:55–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
{
54
public:
55
PointViewSource(PointView& view) : m_view(view), m_current(0)
56
{}
57
58
virtual void reset()
59
{ m_current = 0; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected