MCPcopy 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
90TEST(PointViewTest, getSet)
91{
92 PointTable table;
93 PointViewPtr view = makeTestView(table, 1);
94 verifyTestView(*view.get(), 1);
95}
96
97TEST(PointViewTest, getAsUint8)
98{

Callers

nothing calls this directly

Calls 11

verifyTestViewFunction · 0.85
registerDimMethod · 0.80
assignDimMethod · 0.80
makeTestViewFunction · 0.70
getMethod · 0.45
setFieldMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
insertMethod · 0.45
idMethod · 0.45
finalizeMethod · 0.45

Tested by

no test coverage detected