X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingVoronoi.hxx;h=dbd7126f2d95d022db784b38f726b0099d8c6771;hb=0ba3453939dda0697b09ed7e728a01d4f33e3ce2;hp=6047ecd93163cf156efae8d70afc3f42a4980d3f;hpb=c00bef69fdeccc36fa865c105efc63401911a812;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingVoronoi.hxx b/src/MEDCoupling/MEDCouplingVoronoi.hxx index 6047ecd93..dbd7126f2 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-2023 CEA, EDF // // 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: