mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-05 11:24:17 +03:00
14 lines
581 B
C++
Executable File
14 lines
581 B
C++
Executable File
#include <IFSelect_SelectErrorEntities.ixx>
|
|
|
|
|
|
IFSelect_SelectErrorEntities::IFSelect_SelectErrorEntities () { }
|
|
|
|
Standard_Boolean IFSelect_SelectErrorEntities::Sort
|
|
(const Standard_Integer , const Handle(Standard_Transient)& ent,
|
|
const Handle(Interface_InterfaceModel)& model) const
|
|
//.. ne peut pas marcher, il faut aussi le modele ! ex. via le graphe ...
|
|
{ return model->IsErrorEntity (model->Number(ent)); }
|
|
|
|
TCollection_AsciiString IFSelect_SelectErrorEntities::ExtractLabel () const
|
|
{ return TCollection_AsciiString("Error Entities"); }
|