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

mass.hh

Go to the documentation of this file.
00001 #ifndef _mass_hh_
00002 #define _mass_hh_
00003 
00004 #include "ability.hh"
00005 
00006 namespace anoid {
00007     namespace plugin {
00008 
00013         class Mass: virtual public base::Ability {
00014             protected:
00015                 double mass;
00016             public:
00017                 virtual double getMass();
00022                 Mass(double m);
00023                 virtual void init(config::Configuration &c);
00024         };
00025 
00026     };
00027 };
00028 
00029 #endif

Anoid NG © Michael Westergaard, Martin Stig Stissing, Ronni Michael Laursen, and Kristian Bisgaard Lassen