0022623: Use of uninitialized variables in HLRBRep_Curve::UpdateMinMax in debug mode
[occt.git] / src / HLRAlgo / HLRAlgo_TriangleData.cdl
CommitLineData
733a0e55
S
1-- File: HLRAlgo_TriangleData.cdl
2-- Created: Fri Oct 29 15:19:08 1993
3-- Author: Christophe MARION
4---Copyright: Matra Datavision 1993
7fd59977 5
6class TriangleData from HLRAlgo
7
8uses
9 Address from Standard,
10 Integer from Standard,
11 Boolean from Standard
12
13is
14 Create returns TriangleData 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[4];
23
24end TriangleData;