Salome HOME
MERGE stage 1: keep doc/dev and src/MEDCalc/doc
[tools/medcoupling.git] / src / INTERP_KERNEL / TargetIntersector.hxx
index b580ca9126356b7b2a273fe91af96051400b35ff..e79d1e7474d5fb9ff7809847dec21fb01a3bd034 100644 (file)
@@ -38,10 +38,6 @@ namespace INTERP_KERNEL
   public:
     typedef typename MyMeshType::MyConnType ConnType;
   public:
-    /*!
-     * \addtogroup InterpKerGrpIntPlan
-     * @{
-     */
     /*!
      * Tool for cell intersection, result is always positive.
      * @param icellT id of cell in target mesh in \b C \b mode.
@@ -49,8 +45,7 @@ namespace INTERP_KERNEL
      * @param res is an IN/OUT parameter that represents the icellTth row in final matrix, fed with at most icellsS elements. 
      */
     virtual void intersectCells(ConnType targetCell, const std::vector<ConnType>& srcCells, MyMatrix& res) = 0;
-    //! @}
-    //Tool for cell filtering
+
     virtual int getNumberOfRowsOfResMatrix() const = 0;
     virtual int getNumberOfColsOfResMatrix() const = 0;
     virtual ~TargetIntersector() { }