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

Method NotifyCropping

Source/OpenNI/XnNodeWatcher.cpp:539–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539XnStatus MapWatcher::NotifyCropping()
540{
541 XnCropping cropping;
542 XnStatus nRetVal = m_mapGenerator.GetCroppingCap().GetCropping(cropping);
543 XN_IS_STATUS_OK(nRetVal);
544 nRetVal = NotifyGeneralPropChanged(XN_PROP_CROPPING, sizeof(cropping), &cropping);
545 XN_IS_STATUS_OK(nRetVal);
546
547 return XN_STATUS_OK;
548}
549
550void XN_CALLBACK_TYPE MapWatcher::HandleMapOutputModeChange(ProductionNode& /*node*/, void* pCookie)
551{

Callers 1

HandleCroppingChangeMethod · 0.80

Calls 2

GetCroppingCapMethod · 0.80
GetCroppingMethod · 0.45

Tested by

no test coverage detected