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

Function makeTable

test/unit/filters/MongoExpressionFilterTest.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53const Dimension::IdList dims { { D::X, D::Y, D::Z } };
54
55std::unique_ptr<FixedPointTable> makeTable()
56{
57 std::unique_ptr<FixedPointTable> table(new FixedPointTable(1));
58 table->layout()->registerDims(dims);
59 table->finalize();
60 return table;
61}
62
63std::unique_ptr<MongoExpressionFilter> makeFilter(BasePointTable& table,
64 NL::json expression)

Callers 1

TESTFunction · 0.85

Calls 2

registerDimsMethod · 0.80
finalizeMethod · 0.45

Tested by

no test coverage detected