Point64 callback - see TestingZ_Int64()
| 19 | |
| 20 | // Point64 callback - see TestingZ_Int64() |
| 21 | void myZCB(const Point64& e1bot, const Point64& e1top, |
| 22 | const Point64& e2bot, const Point64& e2top, Point64& pt) |
| 23 | { |
| 24 | pt.z = 1; |
| 25 | } |
| 26 | |
| 27 | // PointD callback - see TestingZ_Double() |
| 28 | void myZCBD(const PointD& e1bot, const PointD& e1top, |
nothing calls this directly
no outgoing calls
no test coverage detected