|
SALOME - SMESH
|
#include <SMDS_MeshIDFactory.hxx>


Public Member Functions | |
| virtual int | GetFreeID () |
| virtual void | ReleaseID (int ID) |
| virtual void | Clear () |
Protected Member Functions | |
| SMDS_MeshIDFactory () | |
Protected Attributes | |
| int | myMaxID |
| std::set< int > | myPoolOfID |
| SMDS_MeshIDFactory::SMDS_MeshIDFactory | ( | ) | [protected] |
| virtual int SMDS_MeshIDFactory::GetFreeID | ( | ) | [virtual] |
Reimplemented in SMDS_MeshElementIDFactory.
| virtual void SMDS_MeshIDFactory::ReleaseID | ( | int | ID | ) | [virtual] |
Reimplemented in SMDS_MeshElementIDFactory.
| virtual void SMDS_MeshIDFactory::Clear | ( | ) | [virtual] |
Reimplemented in SMDS_MeshElementIDFactory.
int SMDS_MeshIDFactory::myMaxID [protected] |
Definition at line 44 of file SMDS_MeshIDFactory.hxx.
std::set<int> SMDS_MeshIDFactory::myPoolOfID [protected] |
Definition at line 45 of file SMDS_MeshIDFactory.hxx.