MCPcopy 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
92SceneDrawer *SceneDrawer::GetInstance()
93{
94 if(m_pSingleton==NULL)
95 m_pSingleton=new SceneDrawer();
96 return m_pSingleton;
97}
98
99SceneDrawer::SceneDrawer()
100{

Callers 4

mainFunction · 0.45
mainFunction · 0.45
openCommonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected