mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0024814: Avoid using explicit names of Handle classes
Sources corrected replacing Handle_XXX by Handle(XXX)
This commit is contained in:
@@ -75,7 +75,7 @@ class BRepExtrema_ExtCC
|
||||
private:
|
||||
|
||||
Extrema_ExtCC myExtCC;
|
||||
Handle_BRepAdaptor_HCurve myHC;
|
||||
Handle(BRepAdaptor_HCurve) myHC;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
@@ -92,7 +92,7 @@ class BRepExtrema_ExtCF
|
||||
TColStd_SequenceOfReal mySqDist;
|
||||
Extrema_SequenceOfPOnSurf myPointsOnS;
|
||||
Extrema_SequenceOfPOnCurv myPointsOnC;
|
||||
Handle_BRepAdaptor_HSurface myHS;
|
||||
Handle(BRepAdaptor_HSurface) myHS;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
@@ -90,7 +90,7 @@ class BRepExtrema_ExtFF
|
||||
TColStd_SequenceOfReal mySqDist;
|
||||
Extrema_SequenceOfPOnSurf myPointsOnS1;
|
||||
Extrema_SequenceOfPOnSurf myPointsOnS2;
|
||||
Handle_BRepAdaptor_HSurface myHS;
|
||||
Handle(BRepAdaptor_HSurface) myHS;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
@@ -82,7 +82,7 @@ class BRepExtrema_ExtPC
|
||||
private:
|
||||
|
||||
Extrema_ExtPC myExtPC;
|
||||
Handle_BRepAdaptor_HCurve myHC;
|
||||
Handle(BRepAdaptor_HCurve) myHC;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user