PointD callback - see TestingZ_Double()
| 26 | |
| 27 | // PointD callback - see TestingZ_Double() |
| 28 | void myZCBD(const PointD& e1bot, const PointD& e1top, |
| 29 | const PointD& e2bot, const PointD& e2top, PointD& pt) |
| 30 | { |
| 31 | pt.z = 1; |
| 32 | } |
| 33 | }; |
| 34 | |
| 35 | int main(int argc, char* argv[]) |
nothing calls this directly
no outgoing calls
no test coverage detected