0025974: Visualization - fix misprints in method naming of Graphic3d_GraduatedTrihedron
authorkgv <kgv@opencascade.com>
Fri, 3 Apr 2015 18:41:52 +0000 (21:41 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 9 Apr 2015 12:14:21 +0000 (15:14 +0300)
commit536d98e2247a945587b7e974e05eecba311c7fe4
tree095e3b1502d68ea6e85d618015126d7ebb13e68e
parent24e40cc2dc9f3321cfd546df4ab9164793c7e90b
0025974: Visualization - fix misprints in method naming of Graphic3d_GraduatedTrihedron

V3d_View::GetGraduatedTrihedron() - return configuration structure directly.

OpenGl_View::TriedronDisplay() - do not re-create trihedron on each Display call.
OpenGl_Trihedron::Setup() - eliminate global variables.
OpenGl_PrimitiveArray::buildVBO() - release old VBOs before initialization.

ViewerTest.hxx - move out package header from .cdl file.
ViewerTest::ParseColor() - add new method to parse color arguments in common way.

vzbufftrihedron - improve command syntax.
vgraduatedtrihedron - add options -drawgrid and -drawaxes.
27 files changed:
src/Graphic3d/Graphic3d_GraduatedTrihedron.hxx
src/Graphic3d/Graphic3d_GraphicDriver.cdl
src/OpenGl/OpenGl_AspectLine.hxx
src/OpenGl/OpenGl_GraduatedTrihedron.cxx
src/OpenGl/OpenGl_GraduatedTrihedron.hxx
src/OpenGl/OpenGl_GraphicDriver.cxx
src/OpenGl/OpenGl_GraphicDriver.hxx
src/OpenGl/OpenGl_PrimitiveArray.cxx
src/OpenGl/OpenGl_PrimitiveArray.hxx
src/OpenGl/OpenGl_Trihedron.cxx
src/OpenGl/OpenGl_Trihedron.hxx
src/OpenGl/OpenGl_View.cxx
src/OpenGl/OpenGl_View.hxx
src/OpenGl/OpenGl_View_2.cxx
src/V3d/V3d_View.cdl
src/V3d/V3d_View_4.cxx
src/ViewerTest/FILES
src/ViewerTest/ViewerTest.cdl
src/ViewerTest/ViewerTest.cxx
src/ViewerTest/ViewerTest.hxx [new file with mode: 0644]
src/ViewerTest/ViewerTest_ViewerCommands.cxx
src/Visual3d/Visual3d_View.cdl
src/Visual3d/Visual3d_View.cxx
tests/bugs/vis/bug22483_2
tests/bugs/vis/bug22483_3
tests/bugs/vis/bug22483_4
tests/bugs/vis/bug23484_1