]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkCreateMeshFromPoints.h
#3502 Bug close surface in CreateMeshFromPoints
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkCreateMeshFromPoints.h
index 2dd7615f35a30327205f191ce79ab4d0e1e4ba6c..f92f3428c5a8affa6d31268d41d79025bb7e9c98 100644 (file)
@@ -40,13 +40,12 @@ class bbcreaVtk_EXPORT CreateMeshFromPoints
        vtkPolyData             *polydata;
        vtkCleanPolyData        *clean;
        vtkTriangleFilter       *triangle;
-       bool                            isClosedCont;
        
        bool CalcValidCentroid(double(&centroid)[3], int start, int end, int increment, int numPoints);
        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);
 
 //=====