ÂÂrenamed createspecialmapping to surfacesmoother
[engrid.git] / vtkeggridsmoothpolydatafilter.h
blob926b9f7799432eac4372c422af41cc833b8b4760
1 #ifndef VTKEGGRIDSMOOTHPOLYDATAFILTER_H
2 #define VTKEGGRIDSMOOTHPOLYDATAFILTER_H
4 #include "egvtkobject.h"
5 #include <vtkSmoothPolyDataFilter.h>
7 class vtkEgGridSmoothPolyDataFilter : public vtkSmoothPolyDataFilter, public EgVtkObject
9 public:
10 vtkEgGridSmoothPolyDataFilter();
12 ~vtkEgGridSmoothPolyDataFilter();
13 /*public: // static methods
15 static vtkEgGridSmoothPolyDataFilter* New();*/
19 #endif