0022627: Change OCCT memory management defaults
[occt.git] / src / IFSelect / IFSelect_SelectIncorrectEntities.cdl
1 -- File:        IFSelect_SelectIncorrectEntities.cdl
2 -- Created:     Fri Sep  2 11:03:13 1994
3 -- Author:      Christian CAILLET
4 --              <cky@anion>
5 ---Copyright:    Matra Datavision 1994
6
7
8 class SelectIncorrectEntities  from IFSelect  inherits SelectFlag
9
10     ---Purpose : A SelectIncorrectEntities sorts the Entities which have been
11     --           noted as Incorrect in the Graph of the Session
12     --             (flag "Incorrect")
13     --           It can find a result only if ComputeCheck has formerly been
14     --           called on the WorkSession. Else, its result will be empty.
15
16 uses AsciiString from TCollection, InterfaceModel, Graph, EntityIterator
17
18 is
19
20     Create returns mutable SelectIncorrectEntities;
21     ---Purpose : Creates a SelectIncorrectEntities
22     --           i.e. a SelectFlag("Incorrect")
23
24 end SelectIncorrectEntities;