Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ addDimensions
Method
addDimensions
io/PtsReader.cpp:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
106
107
void PtsReader::addDimensions(PointLayoutPtr layout)
108
{
109
layout->registerDims(m_dims);
110
}
111
112
113
void PtsReader::ready(PointTableRef table)
Callers
nothing calls this directly
Calls
1
registerDims
Method · 0.80
Tested by
no test coverage detected