improved smoothing speed + added reasonable default values to class Operation for...
[engrid.git] / vtkeggridsmoother.h
blob9e0ad50c04c90f08ad6a31f85035cb7b1825b790
1 #ifndef VTKEGGRIDSMOOTHER_H
2 #define VTKEGGRIDSMOOTHER_H
4 class vtkEgGridSmoother{
5 public:
6 vtkEgGridSmoother();
8 ~vtkEgGridSmoother();
12 #endif