X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMDS%2FSMDS_Mesh.hxx;fp=src%2FSMDS%2FSMDS_Mesh.hxx;h=5ea00e5fd8e57d735a1d5dc1dcf2875061fa3b4a;hb=18e25f573657a6916cc69433492effce7c57765b;hp=dd09cd8323ea41deaff2bccda41b23fbf41970cd;hpb=fbd01b197c72be0e1e218e81626076ecd583b064;p=modules%2Fsmesh.git diff --git a/src/SMDS/SMDS_Mesh.hxx b/src/SMDS/SMDS_Mesh.hxx index dd09cd832..5ea00e5fd 100644 --- a/src/SMDS/SMDS_Mesh.hxx +++ b/src/SMDS/SMDS_Mesh.hxx @@ -69,8 +69,8 @@ public: static std::vector _meshList; //! actual nodes coordinates, cells definition and reverse connectivity are stored in a vtkUnstructuredGrid - inline SMDS_UnstructuredGrid* getGrid() {return myGrid; }; - inline int getMeshId() {return myMeshId; }; + inline SMDS_UnstructuredGrid* getGrid() {return myGrid; } + inline int getMeshId() {return myMeshId; } SMDS_NodeIteratorPtr nodesIterator (bool idInceasingOrder=false) const; SMDS_0DElementIteratorPtr elements0dIterator(bool idInceasingOrder=false) const; @@ -587,7 +587,7 @@ public: static int chunkSize; //! low level modification: add, change or remove node or element - inline void setMyModified() { this->myModified = true; }; + inline void setMyModified() { this->myModified = true; } void Modified(); unsigned long GetMTime(); @@ -628,7 +628,7 @@ protected: myElementIDFactory->adjustMaxId(ID); if (ID >= myCells.size()) myCells.resize(ID+SMDS_Mesh::chunkSize,0); - }; + } inline void adjustBoundingBox(double x, double y, double z) { @@ -638,7 +638,7 @@ protected: else if (y < ymin) ymin = y; if (z > zmax) zmax = z; else if (z < zmin) zmin = z; - }; + } // Fields PRIVATE