Go to the documentation of this file.
27 #ifndef _SMDS_MeshElementIDFactory_HeaderFile
28 #define _SMDS_MeshElementIDFactory_HeaderFile
49 virtual void ReleaseID(
int ID,
int vtkId = -1);
57 if (
id > myMax) myMax = id;
58 if (
id < myMin) myMin = id;