| 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 | |
| 454 | std::vector<TestRecord> tests; |
nothing calls this directly
no outgoing calls
no test coverage detected