mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
0024856: CLang warnings -Wunused-private-field
Actual warnings were fixed.
This commit is contained in:
parent
9a86ffeb7e
commit
6fc9d72d9d
@ -362,8 +362,6 @@ Vec2c: Vector from math;
|
|||||||
theError: Matrix from math;
|
theError: Matrix from math;
|
||||||
myindex: IntegerVector from math;
|
myindex: IntegerVector from math;
|
||||||
|
|
||||||
ERR3d: Real;
|
|
||||||
ERR2d: Real;
|
|
||||||
lambda1: Real;
|
lambda1: Real;
|
||||||
lambda2: Real;
|
lambda2: Real;
|
||||||
|
|
||||||
|
@ -42,6 +42,5 @@ class ComparatorOfVertexOfDelaun from BRepMesh
|
|||||||
|
|
||||||
|
|
||||||
fields DirectionOfSort : XY from gp;
|
fields DirectionOfSort : XY from gp;
|
||||||
Tolerance : Real from Standard;
|
|
||||||
|
|
||||||
end ComparatorOfVertexOfDelaun;
|
end ComparatorOfVertexOfDelaun;
|
||||||
|
@ -289,7 +289,6 @@ fields
|
|||||||
Vm : Real from Standard; -- Min V de la surf
|
Vm : Real from Standard; -- Min V de la surf
|
||||||
VM : Real from Standard; -- Max V de la surf
|
VM : Real from Standard; -- Max V de la surf
|
||||||
previousPoint : PntOn2S from IntSurf;
|
previousPoint : PntOn2S from IntSurf;
|
||||||
prevtg : Boolean from Standard;
|
|
||||||
previousd3d : Vec from gp;
|
previousd3d : Vec from gp;
|
||||||
previousd2d : Dir2d from gp;
|
previousd2d : Dir2d from gp;
|
||||||
seqAjout : SequenceOfInteger from TColStd;
|
seqAjout : SequenceOfInteger from TColStd;
|
||||||
|
@ -103,7 +103,6 @@ fields
|
|||||||
bisectortwotoremove : DataMapOfIntegerBisector from MAT;
|
bisectortwotoremove : DataMapOfIntegerBisector from MAT;
|
||||||
bisectormap : DataMapOfIntegerBisector from MAT;
|
bisectormap : DataMapOfIntegerBisector from MAT;
|
||||||
roots : ListOfBisector from MAT;
|
roots : ListOfBisector from MAT;
|
||||||
thecurrentindex : Integer;
|
|
||||||
isDone : Boolean;
|
isDone : Boolean;
|
||||||
|
|
||||||
end Mat2d;
|
end Mat2d;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user