| 218 | { |
| 219 | public: |
| 220 | edge_node() |
| 221 | : prev(0),next(0),pred(0),succ(0),next_bound(0) |
| 222 | { |
| 223 | outp[0] = 0 ; |
| 224 | outp[1] = 0 ; |
| 225 | } |
| 226 | gpc_vertex vertex; /* Piggy-backed contour vertex data */ |
| 227 | gpc_vertex bot; /* Edge lower (x, y) coordinate */ |
| 228 | gpc_vertex top; /* Edge upper (x, y) coordinate */ |
nothing calls this directly
no outgoing calls
no test coverage detected