Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

std::vector<PhysicsPart*>* Impala::Application::Videolympics::PhysicsEngine::GetStack ( int  stackno  )  [inline]

Definition at line 211 of file PhysicsEngine.h.

References mStacks.

Referenced by FlushStacks(), MoveStackUp(), and RegisterPart().

00212     {
00213         if(mStacks.find(stackno) == mStacks.end())
00214         {
00215             mStacks[stackno] = new std::vector<PhysicsPart*>();
00216         }
00217         return mStacks[stackno];
00218     }


Generated on Thu Jan 13 09:16:52 2011 for ImpalaSrc by  doxygen 1.5.1