public:
Interpolation2DCurve();
Interpolation2DCurve(const InterpolationOptions& io);
- // geometric precision, intersection tolerance, coice of the median line,
+ // geometric precision, intersection tolerance, choice of the median line,
void setOptions(double precision, double tolerance, double medianLine);
};
}
InterpolationPlanar();
InterpolationPlanar(const InterpolationOptions & io);
- // geometric precision, debug print level, coice of the median plane, intersection etc ...
+ // geometric precision, debug print level, choice of the median plane, intersection etc ...
void setOptions(double precision, int printLevel,
IntersectionType intersectionType, int orientation=0);
/*!
* Entry point for iteration over cells groups geo types per geotypes. Warning the returned cell iterator should be deallocated.
- * If \a this is not so that that cells are grouped by geo types this method will throw an exception.
+ * If \a this is not so that the cells are grouped by geo types, this method will throw an exception.
* In this case MEDCouplingUMesh::sortCellsInMEDFileFrmt or MEDCouplingUMesh::rearrange2ConsecutiveCellTypes methods for example can be called before invoking this method.
* Useful for python users.
*/