X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMDS%2FSMDS_MeshVolume.cxx;h=7300675e288aebe7e4163f9e0c38ca0c0d9196a4;hp=20e40f3b60bca9eeab9fa8ca6b692b1918559331;hb=c63ee099ad2b149bd70136839c973e8910137bc5;hpb=007c0191337598a9431229b2d3dec7fde25d4c4e diff --git a/src/SMDS/SMDS_MeshVolume.cxx b/src/SMDS/SMDS_MeshVolume.cxx index 20e40f3b6..7300675e2 100644 --- a/src/SMDS/SMDS_MeshVolume.cxx +++ b/src/SMDS/SMDS_MeshVolume.cxx @@ -17,7 +17,7 @@ // 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 +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -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