00001 //----------------------------------------------------------------------------- 00002 // Author: Jim Holmström 00003 // Date: 2002-02-13 00004 //----------------------------------------------------------------------------- 00005 00006 #ifndef __IGNGNODEMOVEMENT_H 00007 #define __IGNGNODEMOVEMENT_H 00008 00009 #include "../Vector.hpp" 00010 00016 class IGNGNodeMovement 00017 { 00018 public: 00026 virtual Vector GetNewReferenceVector(Vector const & i, Vector const & r, double p) const = 0; 00027 }; 00028 00029 #endif