From: vbd Date: Fri, 17 Oct 2008 14:23:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=be903ffc0d63d74d5f503ae11d76f92b326775c9;p=tools%2Fmedcoupling.git *** empty log message *** --- diff --git a/src/INTERP_KERNEL/Interpolation3DSurf.hxx b/src/INTERP_KERNEL/Interpolation3DSurf.hxx index 7b0ffe294..b35c3b8e8 100644 --- a/src/INTERP_KERNEL/Interpolation3DSurf.hxx +++ b/src/INTERP_KERNEL/Interpolation3DSurf.hxx @@ -2,15 +2,18 @@ #define __INTERPOLATION3DSURF_HXX__ #include "InterpolationPlanar.hxx" -#include "OptionManager.hxx" +#include "InterpolationOptions.hxx" + namespace INTERP_KERNEL { class Interpolation3DSurf : public InterpolationPlanar { 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; }