| 64 | // ### PathCoordVector ### |
| 65 | |
| 66 | PathCoordVector::PathCoordVector(const MapCoordVector& coords) |
| 67 | : virtual_coords(coords) |
| 68 | { |
| 69 | // nothing else |
| 70 | } |
| 71 | |
| 72 | PathCoordVector::PathCoordVector(const MapCoordVector& flags, const MapCoordVectorF& coords) |
| 73 | : virtual_coords(flags, coords) |
nothing calls this directly
no outgoing calls
no test coverage detected