MCPcopy Create free account
hub / github.com/darktable-org/rawspeed / SetUp

Method SetUp

test/librawspeed/common/PointTest.cpp:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328protected:
329 HasPositiveAreaTest() = default;
330 virtual void SetUp() {
331 auto param = GetParam();
332 p = {std::get<0>(param), std::get<1>(param)};
333 }
334
335 iPoint2D p;
336};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected