Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:55:06 2010 for ImpalaSrc by  doxygen 1.5.1