X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FInterpolation3DSurf.cxx;h=3bc2e2a01132bbfb8348bda3035c09c50c2f44cb;hb=ffdef130a5a36893d8e58d538884e79413975c7a;hp=7fffa509940886fd0414411eacb2b7e527014b32;hpb=fb512e2b77325290aaa2b4c9fd8f22d5949b6369;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/Interpolation3DSurf.cxx b/src/INTERP_KERNEL/Interpolation3DSurf.cxx index 7fffa5099..3bc2e2a01 100644 --- a/src/INTERP_KERNEL/Interpolation3DSurf.cxx +++ b/src/INTERP_KERNEL/Interpolation3DSurf.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -42,13 +42,13 @@ namespace INTERP_KERNEL - Values: between 0 and 1. - Default: 0.5. -# doRotat: rotate the coordinate system such that the target cell is in the Oxy plane. - - Values: true (necessarilly if Intersection_type=Triangle), false. + - Values: true (necessarily if Intersection_type=Triangle), false. - Default: true (as default Intersection_type=Triangle) -# precision: Level of precision of the computations is precision times the characteristic size of the mesh. - Values: positive real number. - Default: 1.0E-12. -# printLevel: Level of verboseness during the computations. - - Values: interger between 0 and 3. + - Values: integer between 0 and 3. - Default: 0. */ void Interpolation3DSurf::setOptions(double precision, int printLevel, double medianPlan,