00001 #ifndef _SM_PATHSMOOTHINGSUCCESSIVENODEPAIR_H_ 00002 #define _SM_PATHSMOOTHINGSUCCESSIVENODEPAIR_H_ 00003 00004 #include "smoothers\SmootherBase.h" 00005 00006 //============================================================================= 00007 class SM_PathSmoothingSuccessiveNodePair : virtual public SmootherBase 00008 { 00009 public: 00010 SM_PathSmoothingSuccessiveNodePair(); 00011 virtual ~SM_PathSmoothingSuccessiveNodePair(); 00012 00013 virtual void Smooth(); 00014 }; 00015 //============================================================================= 00016 #endif