Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNI/OpenNI
/ GetInstance
Method
GetInstance
Samples/NiUserSelection/SceneDrawer.cpp:92–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
91
92
SceneDrawer *SceneDrawer::GetInstance()
93
{
94
if(m_pSingleton==NULL)
95
m_pSingleton=new SceneDrawer();
96
return m_pSingleton;
97
}
98
99
SceneDrawer::SceneDrawer()
100
{
Callers
4
main
Function · 0.45
main
Function · 0.45
openCommon
Function · 0.45
openDeviceFromXmlWithChoice
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected