smoothers/SM_PathSmoothingSuccessiveNodePair.h

Go to the documentation of this file.
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

Generated on Sat Apr 1 21:30:47 2006 for Motion Planning Kernel by  doxygen 1.4.6-NO