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

Method SetUp

test/librawspeed/common/PointTest.cpp:155–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153protected:
154 PointTest() = default;
155 virtual void SetUp() {
156 auto p = GetParam();
157
158 auto pair = std::get<0>(p);
159 a = iPoint2D(pair.first, pair.second);
160
161 pair = std::get<1>(p);
162 b = iPoint2D(pair.first, pair.second);
163
164 pair = std::get<2>(p);
165 c = iPoint2D(pair.first, pair.second);
166 }
167
168 iPoint2D a;
169 iPoint2D b;

Callers

nothing calls this directly

Calls 1

iPoint2DClass · 0.50

Tested by

no test coverage detected