MCPcopy 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
193XnStatus SampleDepth::SetMirror( XnBool bMirror )
194{
195 m_bMirror = bMirror;
196 m_mirrorEvent.Raise();
197 return (XN_STATUS_OK);
198}
199
200XnBool SampleDepth::IsMirrored()
201{

Callers 1

ConfigureGeneratorsFunction · 0.45

Calls 1

RaiseMethod · 0.45

Tested by

no test coverage detected