smesh/src/SMDS/SMDS_MeshIDFactory.cxx
2003-05-19 13:49:00 +00:00

20 lines
452 B
C++

using namespace std;
// File: SMDS_MeshIDFactory.cxx
// Created: Thu Jan 24 12:09:12 2002
// Author: Jean-Michel BOULCOURT
// <jmb@coulox.paris1.matra-dtv.fr>
#include "SMDS_MeshIDFactory.ixx"
//=======================================================================
//function : SMDS_MeshIDFactory
//purpose :
//=======================================================================
SMDS_MeshIDFactory::SMDS_MeshIDFactory() : myMaxID(0)
{
}