smesh/src/SMDS/SMDS_MeshIDFactory.cxx

20 lines
452 B
C++
Raw Normal View History

2003-05-19 19:49:00 +06:00
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)
{
}