X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMDS%2FSMDS_MeshFace.cxx;h=b7014293af806d0fca34a72f82dfae5b7fd11eaa;hp=7441cc55181e657348cb242aac5e349d52fc56b5;hb=484fe83a97f643207334576fbe08d4a90d67fd37;hpb=13b8c20dfc9f5bedf2dd4699ac1e05a8d4227791 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