mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-20 23:15:55 +08:00
0024002: Overall code and build procedure refactoring -- automatic
Automatic upgrade of OCCT code by command "occt_upgrade . -nocdl": - WOK-generated header files from inc and sources from drv are moved to src - CDL files removed - All packages are converted to nocdlpack
This commit is contained in:
@@ -11,13 +11,15 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <IGESGeom_ReadWriteModule.ixx>
|
||||
#include <Interface_Macros.hxx>
|
||||
|
||||
#include <IGESGeom_BSplineCurve.hxx>
|
||||
#include <IGESGeom_BSplineSurface.hxx>
|
||||
#include <IGESData_IGESEntity.hxx>
|
||||
#include <IGESData_IGESReaderData.hxx>
|
||||
#include <IGESData_IGESWriter.hxx>
|
||||
#include <IGESData_ParamReader.hxx>
|
||||
#include <IGESGeom_Boundary.hxx>
|
||||
#include <IGESGeom_BoundedSurface.hxx>
|
||||
#include <IGESGeom_BSplineCurve.hxx>
|
||||
#include <IGESGeom_BSplineSurface.hxx>
|
||||
#include <IGESGeom_CircularArc.hxx>
|
||||
#include <IGESGeom_CompositeCurve.hxx>
|
||||
#include <IGESGeom_ConicArc.hxx>
|
||||
@@ -30,18 +32,16 @@
|
||||
#include <IGESGeom_OffsetSurface.hxx>
|
||||
#include <IGESGeom_Plane.hxx>
|
||||
#include <IGESGeom_Point.hxx>
|
||||
#include <IGESGeom_ReadWriteModule.hxx>
|
||||
#include <IGESGeom_RuledSurface.hxx>
|
||||
#include <IGESGeom_SplineCurve.hxx>
|
||||
#include <IGESGeom_SplineSurface.hxx>
|
||||
#include <IGESGeom_SurfaceOfRevolution.hxx>
|
||||
#include <IGESGeom_TabulatedCylinder.hxx>
|
||||
#include <IGESGeom_TransformationMatrix.hxx>
|
||||
#include <IGESGeom_TrimmedSurface.hxx>
|
||||
|
||||
#include <IGESGeom_ToolBSplineCurve.hxx>
|
||||
#include <IGESGeom_ToolBSplineSurface.hxx>
|
||||
#include <IGESGeom_ToolBoundary.hxx>
|
||||
#include <IGESGeom_ToolBoundedSurface.hxx>
|
||||
#include <IGESGeom_ToolBSplineCurve.hxx>
|
||||
#include <IGESGeom_ToolBSplineSurface.hxx>
|
||||
#include <IGESGeom_ToolCircularArc.hxx>
|
||||
#include <IGESGeom_ToolCompositeCurve.hxx>
|
||||
#include <IGESGeom_ToolConicArc.hxx>
|
||||
@@ -61,14 +61,15 @@
|
||||
#include <IGESGeom_ToolTabulatedCylinder.hxx>
|
||||
#include <IGESGeom_ToolTransformationMatrix.hxx>
|
||||
#include <IGESGeom_ToolTrimmedSurface.hxx>
|
||||
|
||||
|
||||
#include <IGESGeom_TransformationMatrix.hxx>
|
||||
#include <IGESGeom_TrimmedSurface.hxx>
|
||||
#include <Interface_Macros.hxx>
|
||||
#include <Standard_DomainError.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
// Each Module is attached to a Protocol : it must interprete Case Numbers
|
||||
// (arguments <CN> of various methods) in accordance to values returned by
|
||||
// the method TypeNumber from this Protocol
|
||||
|
||||
|
||||
IGESGeom_ReadWriteModule::IGESGeom_ReadWriteModule () { }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user