Salome HOME
splitAbs(): Taking direction into account when skiping start/end nodes
[tools/medcoupling.git] / src / INTERP_KERNEL / CellModel.hxx
index c581eadb21705d52fcd0aacba1fe727b565caf53..dd37f1b83e0b042148a10544a61a080139293e76 100644 (file)
 namespace INTERP_KERNEL
 {
   class DiameterCalculator;
+  class OrientationInverter;
   
   /*!
-   * This class descibes all static elements (different from polygons and polyhedron) 3D, 2D and 1D.
+   * This class describes all static elements (different from polygons and polyhedron) 3D, 2D and 1D.
    */
   class CellModel
   {
@@ -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;