0027684: Coding rules - drop unused declarations from Graphic3d
authorkgv <kgv@opencascade.com>
Sat, 16 Jul 2016 12:57:23 +0000 (15:57 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 21 Jul 2016 09:47:49 +0000 (12:47 +0300)
commit59ec40f8047be38d013ffe845b00f8ee9f66cffa
treee4746fe281c11383dba1e572804b60dfcc1e553e
parent0f1deae3b4b57059417dcba9c18d76fb8e88fec9
0027684: Coding rules - drop unused declarations from Graphic3d

The following headers have been removed:
- Graphic3d_TypeOfPolygon
- Graphic3d_TypeOfPrimitive
- Graphic3d_Array1OfVector.hxx
- Graphic3d_Array1OfVertex.hxx
- Graphic3d_Array2OfVertex.hxx
- Graphic3d_CBitFields4.hxx
- Graphic3d_CBitFields8.hxx
- Graphic3d_CBitFields16.hxx
- Graphic3d_CBitFields20.hxx
- Graphic3d_CStructurePtr.hxx
- Graphic3d_CycleError.hxx
- Graphic3d_DataStructure.pxx
- Graphic3d_HSequenceOfStructure.hxx
- Graphic3d_InitialisationError.hxx
- Graphic3d_ListIteratorOfListOfShortReal.hxx
- Graphic3d_ListOfShortReal.hxx
- Graphic3d_NListOfHAsciiString.hxx
- Graphic3d_StructureManagerPtr.hxx
- Graphic3d_StructurePtr.hxx

Graphic3d_StructureManager - remove default aspects, which have been never used.

do not include non-existing header Graphic3d_Array1OfVertex.hxx from MFC sample

Graphic3d_Group::MinMaxValues() - add missing Standard_EXPORT
41 files changed:
samples/mfc/standard/01_Geometry/src/StdAfx.h
samples/mfc/standard/Common/Primitive/Sample2D_Markers.h
samples/mfc/standard/Common/StdAfx.h
samples/mfc/standard/Common/User_Cylinder.cxx
src/Graphic3d/FILES
src/Graphic3d/Graphic3d_Array1OfVector.hxx [deleted file]
src/Graphic3d/Graphic3d_Array1OfVertex.hxx [deleted file]
src/Graphic3d/Graphic3d_Array2OfVertex.hxx [deleted file]
src/Graphic3d/Graphic3d_ArrayOfPrimitives.cxx
src/Graphic3d/Graphic3d_ArrayOfPrimitives.hxx
src/Graphic3d/Graphic3d_CBitFields16.hxx [deleted file]
src/Graphic3d/Graphic3d_CBitFields20.hxx [deleted file]
src/Graphic3d/Graphic3d_CBitFields4.hxx [deleted file]
src/Graphic3d/Graphic3d_CBitFields8.hxx [deleted file]
src/Graphic3d/Graphic3d_CStructurePtr.hxx [deleted file]
src/Graphic3d/Graphic3d_CView.hxx
src/Graphic3d/Graphic3d_CycleError.hxx [deleted file]
src/Graphic3d/Graphic3d_DataStructure.pxx [deleted file]
src/Graphic3d/Graphic3d_Group.cxx
src/Graphic3d/Graphic3d_Group.hxx
src/Graphic3d/Graphic3d_HSequenceOfStructure.hxx [deleted file]
src/Graphic3d/Graphic3d_InitialisationError.hxx [deleted file]
src/Graphic3d/Graphic3d_ListIteratorOfListOfShortReal.hxx [deleted file]
src/Graphic3d/Graphic3d_ListOfShortReal.hxx [deleted file]
src/Graphic3d/Graphic3d_NListOfHAsciiString.hxx [deleted file]
src/Graphic3d/Graphic3d_Structure.hxx
src/Graphic3d/Graphic3d_StructureManager.cxx
src/Graphic3d/Graphic3d_StructureManager.hxx
src/Graphic3d/Graphic3d_StructureManagerPtr.hxx [deleted file]
src/Graphic3d/Graphic3d_StructurePtr.hxx [deleted file]
src/Graphic3d/Graphic3d_TypeOfPolygon.hxx [deleted file]
src/Graphic3d/Graphic3d_TypeOfPrimitive.hxx [deleted file]
src/OpenGl/OpenGl_AVIWriter.hxx
src/OpenGl/OpenGl_FrameBuffer.hxx
src/OpenGl/OpenGl_GraphicDriver.hxx
src/OpenGl/OpenGl_LayerList.cxx
src/OpenGl/OpenGl_Window.cxx
src/OpenGl/OpenGl_Window_1.mm
src/OpenGl/OpenGl_Workspace.cxx
src/V3d/V3d_CircularGrid.cxx
src/WNT/WNT_WClass.cxx