Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ TEST
Function
TEST
test/unit/PointViewTest.cpp:90–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
TEST(PointViewTest, getSet)
91
{
92
PointTable table;
93
PointViewPtr view = makeTestView(table, 1);
94
verifyTestView(*view.get(), 1);
95
}
96
97
TEST(PointViewTest, getAsUint8)
98
{
Callers
nothing calls this directly
Calls
11
verifyTestView
Function · 0.85
registerDim
Method · 0.80
assignDim
Method · 0.80
makeTestView
Function · 0.70
get
Method · 0.45
setField
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
insert
Method · 0.45
id
Method · 0.45
finalize
Method · 0.45
Tested by
no test coverage detected