| 1618 | } |
| 1619 | |
| 1620 | Freenect2Replay::~Freenect2Replay() |
| 1621 | { |
| 1622 | delete impl_; |
| 1623 | } |
| 1624 | |
| 1625 | Freenect2Device *Freenect2Replay::openDevice(const std::vector<std::string>& frame_filenames) |
| 1626 | { |
nothing calls this directly
no outgoing calls
no test coverage detected