Clear the BoxVec map
| 292 | |
| 293 | // Clear the BoxVec map |
| 294 | void TrackedObjectBBox::clear() |
| 295 | { |
| 296 | BoxVec.clear(); |
| 297 | } |
| 298 | |
| 299 | // Generate JSON string of this object |
| 300 | std::string TrackedObjectBBox::Json() const |
no outgoing calls
no test coverage detected