#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; }