using namespace std; // File: SMDS_MeshIDFactory.cxx // Created: Thu Jan 24 12:09:12 2002 // Author: Jean-Michel BOULCOURT // #include "SMDS_MeshIDFactory.ixx" //======================================================================= //function : SMDS_MeshIDFactory //purpose : //======================================================================= SMDS_MeshIDFactory::SMDS_MeshIDFactory() : myMaxID(0) { }