X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FCellModel.hxx;h=dd37f1b83e0b042148a10544a61a080139293e76;hb=fc22b4cd63404700f73e09be7507a11b838e55bc;hp=cf839aa9e1ee985c18766cecb646dec10bb6c746;hpb=3654e1300eb1df6f81e25049fb90153f451cdaf3;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/CellModel.hxx b/src/INTERP_KERNEL/CellModel.hxx index cf839aa9e..dd37f1b83 100644 --- a/src/INTERP_KERNEL/CellModel.hxx +++ b/src/INTERP_KERNEL/CellModel.hxx @@ -30,6 +30,7 @@ namespace INTERP_KERNEL { class DiameterCalculator; + class OrientationInverter; /*! * This class describes all static elements (different from polygons and polyhedron) 3D, 2D and 1D. @@ -80,6 +81,7 @@ namespace INTERP_KERNEL INTERPKERNEL_EXPORT void changeOrientationOf2D(int *nodalConn, unsigned int sz) const; INTERPKERNEL_EXPORT void changeOrientationOf1D(int *nodalConn, unsigned int sz) const; INTERPKERNEL_EXPORT DiameterCalculator *buildInstanceOfDiameterCalulator(int spaceDim) const; + INTERPKERNEL_EXPORT OrientationInverter *buildOrientationInverter() const; private: bool _dyn; bool _quadratic;