]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorvbd <vbd>
Fri, 17 Oct 2008 14:23:12 +0000 (14:23 +0000)
committervbd <vbd>
Fri, 17 Oct 2008 14:23:12 +0000 (14:23 +0000)
src/INTERP_KERNEL/Interpolation3DSurf.hxx

index 7b0ffe294778e952d6be7f505a95548662c5e1d9..b35c3b8e80e48aa3135a238ec03466c7819aab5e 100644 (file)
@@ -2,15 +2,18 @@
 #define __INTERPOLATION3DSURF_HXX__
 
 #include "InterpolationPlanar.hxx"
-#include "OptionManager.hxx"
+#include "InterpolationOptions.hxx"
+
 namespace INTERP_KERNEL
 {
   class Interpolation3DSurf : public InterpolationPlanar<Interpolation3DSurf>
   {
   public:
     Interpolation3DSurf();
+               Interpolation3DSurf(const InterpolationOptions& io);
     void setOptions(double precision, int printLevel, double medianPlane, 
                     IntersectionType intersectionType, bool doRotate, int orientation=0);
+
   public:
     bool doRotate() const { return _doRotate; }
     double medianPlane() const { return _medianPlane; }