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