Check if there is data for the exact frame number
| 64 | |
| 65 | /// Check if there is data for the exact frame number |
| 66 | virtual bool ExactlyContains(int64_t frame_number) const { return {}; }; |
| 67 | |
| 68 | /// Scale an object's property |
| 69 | virtual void ScalePoints(double scale) { return; }; |
nothing calls this directly
no outgoing calls
no test coverage detected