| 245 | { |
| 246 | public: |
| 247 | lmt_node() : first_bound(0),next(0) {} |
| 248 | double y; /* Y coordinate at local minimum */ |
| 249 | edge_node *first_bound; /* Pointer to bound list */ |
| 250 | lmt_node *next; /* Pointer to next local minimum */ |
nothing calls this directly
no outgoing calls
no test coverage detected