Integration of OCCT 6.5.0 from SVN
[occt.git] / src / HLRAlgo / HLRAlgo_PolyInternalSegment.cdl
CommitLineData
7fd59977 1-- File: HLRAlgo_PolyInternalSegment.cdl
2-- Created: Tue Dec 3 17:00:57 1996
3-- Author: Christophe MARION
4-- <cma@partox.paris1.matra-dtv.fr>
5---Copyright: Matra Datavision 1996
6
7class PolyInternalSegment from HLRAlgo
8
9uses
10 Address from Standard,
11 Integer from Standard
12
13is
14 Create returns PolyInternalSegment from HLRAlgo;
15 ---C++: inline
16
17 Indices(me) returns Address from Standard
18 ---C++: inline
19 is static;
20
21fields
22 myIndices : Integer from Standard[6];
23
24end PolyInternalSegment;