Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ registerDims
Method
registerDims
pdal/PointLayout.cpp:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
65
66
void PointLayout::registerDims(std::vector<Dimension::Id> ids)
67
{
68
for (auto ii = ids.begin(); ii != ids.end(); ++ii)
69
registerDim(*ii);
70
}
71
72
73
void PointLayout::registerDims(Dimension::Id *id)
Callers
15
addDimensions
Method · 0.80
addDimensions
Method · 0.80
addDimensions
Method · 0.80
addDimensions
Method · 0.80
addDimensions
Method · 0.80
addDimensions
Method · 0.80
addDimensions
Method · 0.80
addDimensions
Method · 0.80
addDimensions
Method · 0.80
addDimensions
Method · 0.80
addDimensions
Method · 0.80
TEST
Function · 0.80
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
15
addDimensions
Method · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
makeTable
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
origin_test
Function · 0.64
TEST
Function · 0.64