X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMDS%2FSMDS_MeshFace.cxx;h=b7014293af806d0fca34a72f82dfae5b7fd11eaa;hb=ef932e4d05a45b9a3034423e30519d15e664f2bc;hp=7441cc55181e657348cb242aac5e349d52fc56b5;hpb=007c0191337598a9431229b2d3dec7fde25d4c4e;p=modules%2Fsmesh.git diff --git a/src/SMDS/SMDS_MeshFace.cxx b/src/SMDS/SMDS_MeshFace.cxx index 7441cc551..b7014293a 100644 --- a/src/SMDS/SMDS_MeshFace.cxx +++ b/src/SMDS/SMDS_MeshFace.cxx @@ -18,49 +18,10 @@ // 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; -} -//======================================================================= -//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