MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / resetAllCropping

Function resetAllCropping

Samples/NiViewer/NiViewer.cpp:251–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void 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
263void step(int)
264{

Callers

nothing calls this directly

Calls 6

getDepthGeneratorFunction · 0.85
resetDepthCroppingFunction · 0.85
getImageGeneratorFunction · 0.85
resetImageCroppingFunction · 0.85
getIRGeneratorFunction · 0.85
resetIRCroppingFunction · 0.85

Tested by

no test coverage detected