summaryrefslogtreecommitdiff
path: root/src/IFSelect/IFSelect_SelectAnyType.cxx
blob: a352d05702be93f47748fa7c4e7fde16c0be5eeb (plain)
1
2
3
4
5
6
7
#include <IFSelect_SelectAnyType.ixx>


    Standard_Boolean  IFSelect_SelectAnyType::Sort
  (const Standard_Integer , const Handle(Standard_Transient)& ent,
   const Handle(Interface_InterfaceModel)& ) const 
      {  return ent->IsKind(TypeForMatch());  }