X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingVoronoi.hxx;h=78c75cb4188c4e3cd361d93e2edae003526747f4;hb=9abc40a840f69fd7f07b356cd31876b64dc81e14;hp=6047ecd93163cf156efae8d70afc3f42a4980d3f;hpb=c00bef69fdeccc36fa865c105efc63401911a812;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingVoronoi.hxx b/src/MEDCoupling/MEDCouplingVoronoi.hxx index 6047ecd93..78c75cb41 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-2022 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: