0022735: Data races in BRepMesh working in parallel mode
[occt.git] / src / IFSelect / IFSelect_SelectModelRoots.cxx
1 #include <IFSelect_SelectModelRoots.ixx>
2
3
4     IFSelect_SelectModelRoots::IFSelect_SelectModelRoots ()    {  }
5
6     Interface_EntityIterator  IFSelect_SelectModelRoots::RootResult
7   (const Interface_Graph& G) const
8       {  return G.RootEntities();  }
9
10     TCollection_AsciiString  IFSelect_SelectModelRoots::Label () const
11 {  return TCollection_AsciiString("Root (not shared) Entities from Model");  }