0025609: Clean up the duplicate classes in TKBO project
[occt.git] / src / BOPDS / BOPDS_FaceInfo.lxx
index 581f115..bf0367a 100644 (file)
 //function : VerticesIn
 //purpose  : 
 //=======================================================================
-  inline const BOPCol_MapOfInteger& BOPDS_FaceInfo::VerticesIn()const
+  inline const TColStd_MapOfInteger& BOPDS_FaceInfo::VerticesIn()const
 {
   return myVerticesIn;
 }
 //function : ChangeVerticesIn
 //purpose  : 
 //=======================================================================
-  inline  BOPCol_MapOfInteger& BOPDS_FaceInfo::ChangeVerticesIn()
+  inline  TColStd_MapOfInteger& BOPDS_FaceInfo::ChangeVerticesIn()
 {
   return myVerticesIn;
 }
 //function : VerticesOn
 //purpose  : 
 //=======================================================================
-  inline const BOPCol_MapOfInteger& BOPDS_FaceInfo::VerticesOn()const
+  inline const TColStd_MapOfInteger& BOPDS_FaceInfo::VerticesOn()const
 {
   return myVerticesOn;
 }
 //function : ChangeVerticesOn
 //purpose  : 
 //=======================================================================
-  inline BOPCol_MapOfInteger& BOPDS_FaceInfo::ChangeVerticesOn()
+  inline TColStd_MapOfInteger& BOPDS_FaceInfo::ChangeVerticesOn()
 {
   return myVerticesOn;
 }
 //function : VerticesSc
 //purpose  : 
 //=======================================================================
-  inline const BOPCol_MapOfInteger& BOPDS_FaceInfo::VerticesSc()const
+  inline const TColStd_MapOfInteger& BOPDS_FaceInfo::VerticesSc()const
 {
   return myVerticesSc;
 }
 //function : ChangeVerticesSc
 //purpose  : 
 //=======================================================================
-  inline BOPCol_MapOfInteger& BOPDS_FaceInfo::ChangeVerticesSc()
+  inline TColStd_MapOfInteger& BOPDS_FaceInfo::ChangeVerticesSc()
 {
   return myVerticesSc;
 }