#include <Interpolation2DCurve.hxx>

Public Member Functions | |
| Interpolation2DCurve () | |
| Interpolation2DCurve (const InterpolationOptions &io) | |
| void | setOptions (double precision, double tolerance, double medianLine) |
| Function used to set the options for the intersection calculation. | |
| dn46 SALOME series6x631 MED Mandriva2010 MED_SRC src INTERP_KERNEL Interpolation2DCurve cxx dn46 SALOME series6x631 MED Mandriva2010 MED_SRC src INTERP_KERNEL Interpolation2DCurve cxx INTERP_KERNEL.Interpolation2DCurve::Interpolation2DCurve | ( | ) |
| INTERP_KERNEL.Interpolation2DCurve::Interpolation2DCurve | ( | const InterpolationOptions & | io | ) |
| void INTERP_KERNEL.Interpolation2DCurve::setOptions | ( | double | precision, |
| double | tolerance, | ||
| double | medianLine | ||
| ) |
Function used to set the options for the intersection calculation.
The following options can be modified:
References INTERP_KERNEL.InterpolationOptions.setBoundingBoxAdjustmentAbs(), INTERP_KERNEL.InterpolationOptions.setMedianPlane(), and INTERP_KERNEL.InterpolationOptions.setPrecision().