MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / TestRecord

Method TestRecord

CPP/BenchMark/GetIntersectPtBenchmark.cpp:447–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445 Point64 actual, pt1, pt2, pt3, pt4;
446 std::vector<Point64> results;
447 TestRecord(const Point64& intersect_pt,
448 const Point64& p1, const Point64& p2, const Point64& p3, const Point64& p4) :
449 actual(intersect_pt), pt1(p1), pt2(p2), pt3(p3), pt4(p4) {
450 results.resize(number_of_test_functions);
451 };
452};
453
454std::vector<TestRecord> tests;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected