Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

c:/home/kevn/src/animaniac/gator/TravelPrimitive.h

Go to the documentation of this file.
00001 #ifndef TRAVEL_PRIMITIVE
00002 #define TRAVEL_PRIMITIVE
00003 
00004 #include <ani/Dynamics/Body.h>
00005 #include <ani/Dynamics/Operator.h>
00006 
00007 namespace gator
00008 {
00009 
00010    class TravelPrimitive : public ani::Operator<ani::Body>
00011    {
00012    public:
00013 
00014      virtual void exec( ani::DynamicSystem<ani::Body>& ps, float timeDelta ) = 0;
00015    };
00016 
00017 } // end namespace
00018 
00019 #endif

Generated on Wed Jun 12 01:54:03 2002 for Animaniac by doxygen1.2.15