X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingVoronoi.hxx;h=564a9ce17718e3c7657dd630b40015e37558b569;hb=b8616069f6667dcec3f90574a05bfc9e66d87fa5;hp=6047ecd93163cf156efae8d70afc3f42a4980d3f;hpb=c00bef69fdeccc36fa865c105efc63401911a812;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingVoronoi.hxx b/src/MEDCoupling/MEDCouplingVoronoi.hxx index 6047ecd93..564a9ce17 100644 --- a/src/MEDCoupling/MEDCouplingVoronoi.hxx +++ b/src/MEDCoupling/MEDCouplingVoronoi.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2017 CEA/DEN, EDF R&D +// Copyright (C) 2007-2021 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 @@ -35,6 +35,13 @@ namespace MEDCoupling virtual ~Voronizer(); }; + class Voronizer1D : public Voronizer + { + public: + MCAuto doIt(const MEDCouplingUMesh *m, const DataArrayDouble *points, double eps) const; + int getDimension() const; + }; + class Voronizer2D : public Voronizer { public: