mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-05 12:15:50 +03:00
22 lines
585 B
Plaintext
Executable File
22 lines
585 B
Plaintext
Executable File
-- File: SelectBase.cdl
|
|
-- Created: Tue Nov 17 18:47:13 1992
|
|
-- Author: Christian CAILLET
|
|
-- <cky@topsn2>
|
|
---Copyright: Matra Datavision 1992
|
|
|
|
|
|
deferred class SelectBase from IFSelect inherits Selection
|
|
|
|
---Purpose : SelectBase works directly from an InterfaceModel : it is the
|
|
-- first base for other Selections.
|
|
|
|
uses SelectionIterator
|
|
|
|
is
|
|
|
|
FillIterator (me; iter : in out SelectionIterator);
|
|
---Purpose : Puts in an Iterator the Selections from which "me" depends
|
|
-- This list is empty for all SelectBase type Selections
|
|
|
|
end SelectBase;
|