0024761: Convertation of the generic classes to the non-generic. Part 5
authordln <dln@opencascade.com>
Thu, 20 Mar 2014 04:19:13 +0000 (08:19 +0400)
committerapn <apn@opencascade.com>
Fri, 4 Apr 2014 08:57:39 +0000 (12:57 +0400)
commit0b85f9a605f2f62c57d117429e511068a9d0a72f
tree1c0560ea1b8ffbd3e094bec348d8582ea867e4a5
parente2065c2fb95a63a45c85a11e3dd2f0bb2dcef09a
0024761: Convertation of the generic classes to the non-generic. Part 5

1) Generic class "GccEnt_QualifiedCurv" from "GccEnt" package converted to the non-generic class and moved to the "Geom2dGcc" package. Name of this class was changed to "Geom2dGcc_QCurve".

2) Generic classes "HatchGen_ElementGen", "HatchGen_ElementsGen", "HatchGen_HatchingGen" and "HatchGen_Hatcher" from "HatchGen" package converted to the non-generic classes and moved to the "Geom2dHatch" package. Names of this classes were changed to "Geom2dHatch_Element", "Geom2dHatch_Elements", "Geom2dHatch_Hatching" and "Geom2dHatch_Hatcher". Also all instantiations of the "internal" classes of this classes were moved to the "Geom2dHatch.cdl".

3) Generic classes "Extrema_GExtCC", "Extrema_GExtCC2d", "Extrema_GLocateExtCC" and "Extrema_GLocateExtCC2d" from "Extrema" package converted to the non-generic classes. Names of this classes were changed to "Extrema_ExtCC", "Extrema_ExtCC2d", "Extrema_LocateExtCC" and "Extrema_LocateExtCC2d". Also all instantiations of the "internal" classes of this classes were moved to the "Extrema.cdl".
51 files changed:
src/Extrema/Extrema.cdl
src/Extrema/Extrema_ExtCC.cdl [new file with mode: 0644]
src/Extrema/Extrema_ExtCC.cxx [new file with mode: 0644]
src/Extrema/Extrema_ExtCC2d.cdl [new file with mode: 0644]
src/Extrema/Extrema_ExtCC2d.cxx [new file with mode: 0644]
src/Extrema/Extrema_GExtCC.cdl [deleted file]
src/Extrema/Extrema_GExtCC.gxx [deleted file]
src/Extrema/Extrema_GExtCC2d.cdl [deleted file]
src/Extrema/Extrema_GExtCC2d.gxx [deleted file]
src/Extrema/Extrema_GLocateExtCC.cdl [deleted file]
src/Extrema/Extrema_GLocateExtCC.gxx [deleted file]
src/Extrema/Extrema_GLocateExtCC2d.cdl [deleted file]
src/Extrema/Extrema_GLocateExtCC2d.gxx [deleted file]
src/Extrema/Extrema_LocateExtCC.cdl [new file with mode: 0644]
src/Extrema/Extrema_LocateExtCC.cxx [new file with mode: 0644]
src/Extrema/Extrema_LocateExtCC2d.cdl [new file with mode: 0644]
src/Extrema/Extrema_LocateExtCC2d.cxx [new file with mode: 0644]
src/GccEnt/GccEnt.cdl
src/GccEnt/GccEnt_QualifiedCurv.cdl [deleted file]
src/GccEnt/GccEnt_QualifiedCurv.gxx [deleted file]
src/Geom2dGcc/Geom2dGcc.cdl
src/Geom2dGcc/Geom2dGcc_Circ2d2TanOn.cxx
src/Geom2dGcc/Geom2dGcc_Circ2d2TanRad.cxx
src/Geom2dGcc/Geom2dGcc_Circ2d3Tan.cxx
src/Geom2dGcc/Geom2dGcc_Circ2dTanCen.cxx
src/Geom2dGcc/Geom2dGcc_Circ2dTanOnRad.cxx
src/Geom2dGcc/Geom2dGcc_Lin2d2Tan.cxx
src/Geom2dGcc/Geom2dGcc_Lin2dTanObl.cxx
src/Geom2dGcc/Geom2dGcc_QCurve.cdl [new file with mode: 0644]
src/Geom2dGcc/Geom2dGcc_QCurve.cxx [new file with mode: 0644]
src/Geom2dHatch/Geom2dHatch.cdl
src/Geom2dHatch/Geom2dHatch_Element.cdl [new file with mode: 0644]
src/Geom2dHatch/Geom2dHatch_Element.cxx [new file with mode: 0644]
src/Geom2dHatch/Geom2dHatch_Elements.cdl [new file with mode: 0644]
src/Geom2dHatch/Geom2dHatch_Elements.cxx [new file with mode: 0644]
src/Geom2dHatch/Geom2dHatch_Hatcher.cdl [new file with mode: 0644]
src/Geom2dHatch/Geom2dHatch_Hatcher.cxx [new file with mode: 0644]
src/Geom2dHatch/Geom2dHatch_Hatcher.lxx [new file with mode: 0644]
src/Geom2dHatch/Geom2dHatch_Hatching.cdl [new file with mode: 0644]
src/Geom2dHatch/Geom2dHatch_Hatching.cxx [new file with mode: 0644]
src/HatchGen/HatchGen.cdl
src/HatchGen/HatchGen_ElementGen.cdl [deleted file]
src/HatchGen/HatchGen_ElementGen.gxx [deleted file]
src/HatchGen/HatchGen_ElementsGen.cdl [deleted file]
src/HatchGen/HatchGen_ElementsGen.gxx [deleted file]
src/HatchGen/HatchGen_Hatcher.cdl [deleted file]
src/HatchGen/HatchGen_Hatcher.gxx [deleted file]
src/HatchGen/HatchGen_Hatcher.lxx [deleted file]
src/HatchGen/HatchGen_HatchingGen.cdl [deleted file]
src/HatchGen/HatchGen_HatchingGen.gxx [deleted file]
src/QABugs/QABugs_17.cxx