Generate JSON string of this object
| 298 | |
| 299 | // Generate JSON string of this object |
| 300 | std::string TrackedObjectBBox::Json() const |
| 301 | { |
| 302 | // Return formatted string |
| 303 | return JsonValue().toStyledString(); |
| 304 | } |
| 305 | |
| 306 | // Generate Json::Value for this object |
| 307 | Json::Value TrackedObjectBBox::JsonValue() const |
nothing calls this directly
no outgoing calls
no test coverage detected