]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
New CellModel::getNodesConstituentTheLittleSon method
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 18 Aug 2016 08:15:36 +0000 (10:15 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 18 Aug 2016 08:15:36 +0000 (10:15 +0200)
src/INTERP_KERNEL/CellModel.hxx

index 9da0f7d229fe779f1063a9072f558289e90d04ca..c581eadb21705d52fcd0aacba1fe727b565caf53 100644 (file)
@@ -55,6 +55,7 @@ namespace INTERP_KERNEL
     INTERPKERNEL_EXPORT bool isSimplex() const { return _is_simplex; }
     //! sonId is in C format.
     INTERPKERNEL_EXPORT const unsigned *getNodesConstituentTheSon(unsigned sonId) const { return _sons_con[sonId]; }
+    INTERPKERNEL_EXPORT const unsigned *getNodesConstituentTheLittleSon(unsigned littleSonId) const { return _little_sons_con[littleSonId]; }
     INTERPKERNEL_EXPORT bool getOrientationStatus(unsigned lgth, const int *conn1, const int *conn2) const;
     INTERPKERNEL_EXPORT unsigned getNumberOfNodes() const { return _nb_of_pts; }
     INTERPKERNEL_EXPORT unsigned getNumberOfSons() const { return _nb_of_sons; }