| 26 | } |
| 27 | |
| 28 | SignedDistanceField::~SignedDistanceField() |
| 29 | { |
| 30 | } |
| 31 | |
| 32 | void SignedDistanceField::calculateSignedDistanceField(const GridMap& gridMap, const std::string& layer, |
| 33 | const double heightClearance) |
nothing calls this directly
no outgoing calls
no test coverage detected