| 225 | } |
| 226 | |
| 227 | void resetCropping(MapGenerator* pGenerator) |
| 228 | { |
| 229 | XnCropping crop; |
| 230 | crop.bEnabled = FALSE; |
| 231 | crop.nXOffset = crop.nYOffset = 0; |
| 232 | crop.nXSize = crop.nYSize = 0; |
| 233 | setStreamCropping(pGenerator, &crop); |
| 234 | } |
| 235 | |
| 236 | void resetDepthCropping(int) |
| 237 | { |
no test coverage detected