0023709: Redesign of hlrtest command: vhlr and vhlrtype commands were added; hlr...
authoraba <aba@opencascade.com>
Mon, 15 Apr 2013 14:06:26 +0000 (18:06 +0400)
committeraba <aba@opencascade.com>
Mon, 15 Apr 2013 14:06:26 +0000 (18:06 +0400)
commit0a768f56848d12b18c41422554f35a40c72b6d02
treefe5587590264c52d77f30011e8651362186d770c
parentd9e8bb0884ce1aca256ec00b29f470853dece143
0023709: Redesign of hlrtest command: vhlr and vhlrtype commands were added; hlr type changing was added to AIS_Shape, AIS_Drawer and Prs3d_Drawer
QuickHLR and ExactHLR items removed from AIS_DisplayMode enumeration as unused.
Minor coding style and CDL documentation corrections applied.
Compiler error in AIS_Shape::SetTypeOfHLR() corrected
Corrections in HLR algorithm.
Compiler error in AIS_Shape::TypeOfHLR() corrected
Added test cases bugs vis bug23709_1/bug23709_2/bug23709_3/bug23709_4
23 files changed:
src/AIS/AIS.cdl
src/AIS/AIS_Drawer.cdl
src/AIS/AIS_Drawer.cxx
src/AIS/AIS_Drawer.lxx
src/AIS/AIS_InteractiveObject.cdl
src/AIS/AIS_Shape.cdl
src/AIS/AIS_Shape.cxx
src/AIS/AIS_Shape.lxx
src/HLRBRep/HLRBRep.cxx
src/HLRBRep/HLRBRep_Curve.cdl
src/HLRBRep/HLRBRep_Curve.cxx
src/HLRBRep/HLRBRep_Curve.lxx
src/HLRBRep/HLRBRep_Data.cxx
src/HLRBRep/HLRBRep_ShapeToHLR.cxx
src/Prs3d/Prs3d.cdl
src/Prs3d/Prs3d_Drawer.cdl
src/Prs3d/Prs3d_Drawer.cxx
src/ViewerTest/ViewerTest.cxx
src/ViewerTest/ViewerTest_ViewerCommands.cxx
tests/bugs/vis/bug23709_1 [new file with mode: 0644]
tests/bugs/vis/bug23709_2 [new file with mode: 0644]
tests/bugs/vis/bug23709_3 [new file with mode: 0644]
tests/bugs/vis/bug23709_4 [new file with mode: 0644]