1 // File: SMDS_MapOfMeshOrientedElement.lxx
2 // Created: Fri Jan 25 11:43:44 2002
3 // Author: Jean-Michel BOULCOURT
4 // <jmb@coulox.paris1.matra-dtv.fr>
6 #include <Standard_NoSuchObject.hxx>
8 inline SMDS_MapOfMeshOrientedElement::SMDS_MapOfMeshOrientedElement(
9 const Standard_Integer NbBuckets ):
10 SMDS_ExtendedOrientedMap( NbBuckets )