0030239: Visualization, Graphic3d_ArrayOfPrimitives - pass Graphic3d_ArrayFlags bitma...
authorkgv <kgv@opencascade.com>
Sun, 14 Oct 2018 11:00:46 +0000 (14:00 +0300)
committerapn <apn@opencascade.com>
Wed, 17 Oct 2018 13:35:30 +0000 (16:35 +0300)
commit34253146da74767b53970591f5aada9e187aeb13
tree073d1dad97ca1942bd6be4632245169045a7618b
parent751d055356c3ca4684b6e3f5ca3f2a0b8a865540
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