0022623: Use of uninitialized variables in HLRBRep_Curve::UpdateMinMax in debug mode
[occt.git] / src / HLRAlgo / HLRAlgo_PolyInternalSegment.cdl
CommitLineData
733a0e55
S
1-- File: HLRAlgo_PolyInternalSegment.cdl
2-- Created: Tue Dec 3 17:00:57 1996
3-- Author: Christophe MARION
4---Copyright: Matra Datavision 1996
7fd59977 5
6class PolyInternalSegment from HLRAlgo
7
8uses
9 Address from Standard,
10 Integer from Standard
11
12is
13 Create returns PolyInternalSegment from HLRAlgo;
14 ---C++: inline
15
16 Indices(me) returns Address from Standard
17 ---C++: inline
18 is static;
19
20fields
21 myIndices : Integer from Standard[6];
22
23end PolyInternalSegment;