X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMDS%2FSMDS_MeshVolume.cxx;h=561f0dccb02375ee5bd1a03f3f33a6a1976b8619;hp=20e40f3b60bca9eeab9fa8ca6b692b1918559331;hb=65482a36f681e66ec4f04213b83453adbc36a281;hpb=007c0191337598a9431229b2d3dec7fde25d4c4e diff --git a/src/SMDS/SMDS_MeshVolume.cxx b/src/SMDS/SMDS_MeshVolume.cxx index 20e40f3b6..561f0dccb 100644 --- a/src/SMDS/SMDS_MeshVolume.cxx +++ b/src/SMDS/SMDS_MeshVolume.cxx @@ -25,31 +25,14 @@ // Author : Jean-Michel BOULCOURT // Module : SMESH -using namespace std; -#include "SMDS_MeshVolume.ixx" -#include - -//======================================================================= -//function : SMDS_MeshVolume -//purpose : -//======================================================================= - -SMDS_MeshVolume::SMDS_MeshVolume(const Standard_Integer ID, const Standard_Integer nb) -:SMDS_MeshElement(ID,nb,SMDSAbs_Volume) -{ -} - +#include "SMDS_MeshVolume.hxx" //======================================================================= //function : Print //purpose : //======================================================================= -void SMDS_MeshVolume::Print(Standard_OStream& OS) const +SMDSAbs_ElementType SMDS_MeshVolume::GetType() const { - OS << "volume <" << myID <<"> : " ; - for (Standard_Integer i=1; i