0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / IGESBasic / IGESBasic_OrderedGroup.cdl
CommitLineData
b311480e 1-- Created on: 1993-01-09
2-- Created by: CKY / Contract Toubro-Larsen ( Arun MENON )
3-- Copyright (c) 1993-1999 Matra Datavision
973c2be1 4-- Copyright (c) 1999-2014 OPEN CASCADE SAS
7fd59977 5--
973c2be1 6-- This file is part of Open CASCADE Technology software library.
7fd59977 7--
d5f74e42 8-- This library is free software; you can redistribute it and/or modify it under
9-- the terms of the GNU Lesser General Public License version 2.1 as published
973c2be1 10-- by the Free Software Foundation, with special exception defined in the file
11-- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12-- distribution for complete text of the license and disclaimer of any warranty.
7fd59977 13--
973c2be1 14-- Alternatively, this file may be used under the terms of Open CASCADE
15-- commercial license or contractual agreement.
7fd59977 16
17class OrderedGroup from IGESBasic inherits Group
18
19 ---Purpose: defines OrderedGroup, Type <402> Form <14>
20 -- in package IGESBasic
21 -- this class defines an Ordered Group with back pointers
22 --
23 -- It inherits from Group
24
25uses
26
27 Transient ,
28 HArray1OfIGESEntity from IGESData
29
30raises OutOfRange
31
32is
33
6e33d3ce 34 Create returns OrderedGroup;
7fd59977 35
36 -- Specific Methods pertaining to the class : see Group
37
38--
39-- Class : IGESBasic_OrderedGroup
40--
41-- Purpose : Declaration of variables specific to the definition
42-- of the Class OrderedGroup.
43--
44-- Reminder : A OrderedGroup instance is defined by :
45-- - an array of entities
46-- See Group
47
48end OrderedGroup;