Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ BasePointTable
Method
BasePointTable
pdal/PointTable.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
{
40
41
BasePointTable::BasePointTable(PointLayout& layout) :
42
m_metadata(new Metadata()), m_layoutRef(layout)
43
{}
44
45
46
BasePointTable::~BasePointTable()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected