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

Method SetUp

test/librawspeed/common/PointTest.cpp:429–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427protected:
428 OperatorsTest() = default;
429 virtual void SetUp() {
430 auto p = GetParam();
431
432 auto pair = std::get<0>(p);
433 a = iPoint2D(pair.first, pair.second);
434
435 pair = std::get<1>(p);
436 b = iPoint2D(pair.first, pair.second);
437
438 eq = std::get<2>(p);
439 lt = std::get<3>(p);
440 gt = std::get<4>(p);
441 le = std::get<5>(p);
442 ge = std::get<6>(p);
443 }
444
445 iPoint2D a;
446 iPoint2D b;

Callers

nothing calls this directly

Calls 1

iPoint2DClass · 0.50

Tested by

no test coverage detected