1
0
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:
abv
2014-04-09 18:48:28 +04:00
parent 6fc9d72d9d
commit 857ffd5e57
211 changed files with 697 additions and 697 deletions

View File

@@ -75,7 +75,7 @@ class BRepExtrema_ExtCC
private:
Extrema_ExtCC myExtCC;
Handle_BRepAdaptor_HCurve myHC;
Handle(BRepAdaptor_HCurve) myHC;
};
#endif

View File

@@ -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

View File

@@ -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

View File

@@ -82,7 +82,7 @@ class BRepExtrema_ExtPC
private:
Extrema_ExtPC myExtPC;
Handle_BRepAdaptor_HCurve myHC;
Handle(BRepAdaptor_HCurve) myHC;
};
#endif