X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FDEC.hxx;h=09fa7364893f329f6db0cfd403ec99e947d6b0e4;hb=9a3f48daeedcc6e06bcc731f1c885d07cb15a1be;hp=93f2dc4a1933de94965bfab692ac53d488891f49;hpb=fb512e2b77325290aaa2b4c9fd8f22d5949b6369;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/DEC.hxx b/src/ParaMEDMEM/DEC.hxx index 93f2dc4a1..09fa73648 100644 --- a/src/ParaMEDMEM/DEC.hxx +++ b/src/ParaMEDMEM/DEC.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -24,9 +24,18 @@ #include "NormalizedUnstructuredMesh.hxx" #include "DECOptions.hxx" -namespace ParaMEDMEM +namespace MEDCoupling { class CommInterface; + + /*! + * DEC stands for Data Exchange Channel. See the page \ref para-dec for more on this. + * + * This class is purely abstract. See the derivations: + * - \ref DisjointDEC-det "DisjointDEC" + * - \ref NonCoincidentDEC "NonCoincidentDEC" + * - \ref OverlapDEC "OverlapDEC" + */ class DEC : public DECOptions { public: