Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNI/OpenNI
/ SetMirror
Method
SetMirror
Samples/NiSampleModule/SampleDepth.cpp:193–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
}
192
193
XnStatus SampleDepth::SetMirror( XnBool bMirror )
194
{
195
m_bMirror = bMirror;
196
m_mirrorEvent.Raise();
197
return (XN_STATUS_OK);
198
}
199
200
XnBool SampleDepth::IsMirrored()
201
{
Callers
1
ConfigureGenerators
Function · 0.45
Calls
1
Raise
Method · 0.45
Tested by
no test coverage detected