| 249 | } |
| 250 | |
| 251 | void resetAllCropping(int) |
| 252 | { |
| 253 | if (getDepthGenerator() != NULL) |
| 254 | resetDepthCropping(0); |
| 255 | |
| 256 | if (getImageGenerator() != NULL) |
| 257 | resetImageCropping(0); |
| 258 | |
| 259 | if (getIRGenerator() != NULL) |
| 260 | resetIRCropping(0); |
| 261 | } |
| 262 | |
| 263 | void step(int) |
| 264 | { |
nothing calls this directly
no test coverage detected