Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ StreamedPointCloud
Method
StreamedPointCloud
examples/writing-streamer/writing_streamer.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
StreamedPointCloud::StreamedPointCloud()
41
: m_count(0), m_size(0)
42
{}
43
44
StreamedPointCloud::~StreamedPointCloud()
45
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected