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

Method IsCapabilitySupported

Samples/NiSampleModule/SampleDepth.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59XnBool SampleDepth::IsCapabilitySupported( const XnChar* strCapabilityName )
60{
61 // we only support the mirror capability
62 return (strcmp(strCapabilityName, XN_CAPABILITY_MIRROR) == 0);
63}
64
65XnStatus SampleDepth::StartGenerating()
66{

Callers 15

ConfigureGeneratorsFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
UserTrackerMethod · 0.45
ExitPoseDetectorMethod · 0.45
~ExitPoseDetectorMethod · 0.45
PoseUserSelectorMethod · 0.45
~PoseUserSelectorMethod · 0.45
SetSelectorsMethod · 0.45
drawCropStreamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected