MCPcopy Create free account
hub / github.com/PDAL/PDAL / checkDimension

Function checkDimension

plugins/icebridge/test/IcebridgeReaderTest.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47template <typename T>
48void checkDimension(const PointView& data, std::size_t index,
49 Dimension::Id dim, T expected)
50{
51 T actual = data.getFieldAs<T>(dim, index);
52 EXPECT_FLOAT_EQ((float)expected, (float)actual);
53}
54
55void checkPoint(
56 const PointView& data,

Callers 1

checkPointFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected