]> OCCT Git - occt-copy.git/commit
0030239: Visualization, Graphic3d_ArrayOfPrimitives - pass Graphic3d_ArrayFlags bitma...
authorkgv <kgv@opencascade.com>
Sun, 14 Oct 2018 11:00:46 +0000 (14:00 +0300)
committeraba <aba@opencascade.com>
Mon, 11 Feb 2019 12:12:10 +0000 (15:12 +0300)
commita164ec056adceeeca1321ed6548cbf173cc2937f
treeecfbadaf6c03143dc82361438a2c88046eb8f9a4
parent35fb172c3fb5a4f050e90526e37dc35b7610cd0e
0030239: Visualization, Graphic3d_ArrayOfPrimitives - pass Graphic3d_ArrayFlags bitmask instead of dedicated Boolean flags to constructor
20 files changed:
src/Graphic3d/FILES
src/Graphic3d/Graphic3d_ArrayFlags.hxx [new file with mode: 0644]
src/Graphic3d/Graphic3d_ArrayOfPoints.hxx
src/Graphic3d/Graphic3d_ArrayOfPolygons.hxx
src/Graphic3d/Graphic3d_ArrayOfPolylines.hxx
src/Graphic3d/Graphic3d_ArrayOfPrimitives.cxx
src/Graphic3d/Graphic3d_ArrayOfPrimitives.hxx
src/Graphic3d/Graphic3d_ArrayOfQuadrangleStrips.hxx
src/Graphic3d/Graphic3d_ArrayOfQuadrangles.hxx
src/Graphic3d/Graphic3d_ArrayOfSegments.hxx
src/Graphic3d/Graphic3d_ArrayOfTriangleFans.hxx
src/Graphic3d/Graphic3d_ArrayOfTriangleStrips.hxx
src/Graphic3d/Graphic3d_ArrayOfTriangles.hxx
src/Graphic3d/Graphic3d_BoundBuffer.hxx
src/Graphic3d/Graphic3d_Buffer.cxx [new file with mode: 0644]
src/Graphic3d/Graphic3d_Buffer.hxx
src/Graphic3d/Graphic3d_IndexBuffer.hxx
src/OpenGl/OpenGl_PrimitiveArray.cxx
src/OpenGl/OpenGl_PrimitiveArray.hxx
src/ViewerTest/ViewerTest_ObjectCommands.cxx