]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkCreateMeshFromPoints.h
#3513 CleanMeshWithPatch
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkCreateMeshFromPoints.h
index 5d5ed25508c813bfbd71533b219cfec2237b781c..f92f3428c5a8affa6d31268d41d79025bb7e9c98 100644 (file)
@@ -45,7 +45,7 @@ class bbcreaVtk_EXPORT CreateMeshFromPoints
        bool CheckLinePointOrder();
        bool isPointingCorrectly( int firstPointId, int secPointId, double(&centroid)[3], int contrPointId);
        void CloseContourBottom(bool uPointOrder);
-       void CloseContourSides(std::vector<int> lstIndexs, bool uPointOrder);
+       void CloseContourSides(std::vector<int> lstIndexs, bool uPointOrder, bool isClosedCont);
        void CloseOpenContourSurface(std::vector<int> lstIndexs);
 
 //=====