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

Method Valid

Samples/NiUserSelection/UserTracker.h:69–69  ·  view source on GitHub ↗

@brief Returns true if the user tracker is valid.

Source from the content-addressed store, hash-verified

67
68 /// @brief Returns true if the user tracker is valid.
69 XnBool Valid() { return m_bValid; };
70
71 /// @brief accessor to the user generator.
72 xn::UserGenerator *GetUserGenerator() { return &m_UserGenerator; };

Callers 2

UserTrackerMethod · 0.45
StartSampleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected