X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMDS%2FSMDS_MeshFace.cxx;h=e67103e8b4b633a15db444f348b756d338010b15;hb=7fa9d586e1381ea93492814be9023a9a3d7166bb;hp=7441cc55181e657348cb242aac5e349d52fc56b5;hpb=007c0191337598a9431229b2d3dec7fde25d4c4e;p=modules%2Fsmesh.git diff --git a/src/SMDS/SMDS_MeshFace.cxx b/src/SMDS/SMDS_MeshFace.cxx index 7441cc551..e67103e8b 100644 --- a/src/SMDS/SMDS_MeshFace.cxx +++ b/src/SMDS/SMDS_MeshFace.cxx @@ -17,50 +17,11 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org -// -// -// -// File : SMDS_MeshFace.cxx -// Author : Jean-Michel BOULCOURT -// Module : SMESH - -using namespace std; -#include "SMDS_MeshFace.ixx" - - -//======================================================================= -//function : SMDS_MeshFace -//purpose : -//======================================================================= - -SMDS_MeshFace::SMDS_MeshFace(const Standard_Integer ID, const Standard_Integer nb) -:SMDS_MeshElement(ID,nb,SMDSAbs_Face) -{ -} - - -//======================================================================= -//function : NbEdges -//purpose : -//======================================================================= - -Standard_Integer SMDS_MeshFace::NbEdges() const -{ - return myNbNodes; -} +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -//======================================================================= -//function : Print -//purpose : -//======================================================================= +#include "SMDS_MeshFace.hxx" -void SMDS_MeshFace::Print(Standard_OStream& OS) const +SMDSAbs_ElementType SMDS_MeshFace::GetType() const { - OS << "face <" << myID <<" > : "; - for (Standard_Integer i=1; i