00001 #ifndef CSMOOTHER_H
00002 #define CSMOOTHER_H
00003
00004 #include <models/CMesh.h>
00005
00006 #include <base/CCommand.h>
00007
00008
00014 class CSmoother : public cmd::CCommand
00015 {
00016 public :
00017
00019 MDS_SHAREDPTR(CSmoother);
00020
00021 public :
00022
00024 virtual bool smooth( CSmoothingMesh * mesh ) = 0;
00025
00026 };
00027
00028 #endif // CSMOOTHER_H