Skip to content
Snippets Groups Projects
Select Git revision
  • 75775fc569f7789caed04ec753ff30a42b6e13ad
  • master default
  • cgnsUnstructured
  • partitioning
  • poppler
  • HighOrderBLCurving
  • gmsh_3_0_4
  • gmsh_3_0_3
  • gmsh_3_0_2
  • gmsh_3_0_1
  • gmsh_3_0_0
  • gmsh_2_16_0
  • gmsh_2_15_0
  • gmsh_2_14_1
  • gmsh_2_14_0
  • gmsh_2_13_2
  • gmsh_2_13_1
  • gmsh_2_12_0
  • gmsh_2_11_0
  • gmsh_2_10_1
  • gmsh_2_10_0
  • gmsh_2_9_3
  • gmsh_2_9_2
  • gmsh_2_9_1
  • gmsh_2_9_0
  • gmsh_2_8_6
26 results

OCCIncludes.h

Blame
  • Forked from gmsh / gmsh
    Source project has a limited visibility.
    OCCIncludes.h 3.64 KiB
    #ifndef _OCC_INCLUDES_
    #define _OCC_INCLUDES_
    
    // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
    //
    // This program is free software; you can redistribute it and/or modify
    // it under the terms of the GNU General Public License as published by
    // the Free Software Foundation; either version 2 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful,
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    // GNU General Public License for more details.
    //
    // You should have received a copy of the GNU General Public License
    // along with this program; if not, write to the Free Software
    // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
    // USA.
    // 
    // Please report all bugs and problems to <gmsh@geuz.org>.
    
    #if defined(HAVE_OCC)
    
    #include <iostream>
    using std::iostream;
    #include "config.h"
    #include "BRep_Tool.hxx"
    #include "Geom_Curve.hxx"
    #include "Geom2d_Curve.hxx"
    #include "Geom_Surface.hxx"
    #include "GeomAPI_ProjectPointOnSurf.hxx"
    #include "GeomAPI_ProjectPointOnCurve.hxx"
    #include "BRepTools.hxx"
    #include "TopExp.hxx"
    #include "BRepBuilderAPI_MakeVertex.hxx"
    #include "BRepBuilderAPI_MakeShell.hxx"
    #include "BRepBuilderAPI_MakeSolid.hxx"
    #include "BRepOffsetAPI_Sewing.hxx"
    #include "BRepLProp_SLProps.hxx"
    #include "BRepAdaptor_Surface.hxx"
    #include "Poly_Triangulation.hxx"
    #include "Poly_Array1OfTriangle.hxx"
    #include "TColgp_Array1OfPnt2d.hxx"
    #include "Poly_Triangle.hxx"
    #include "GProp_GProps.hxx"
    #include "BRepGProp.hxx"
    #include "Geom_Surface.hxx"
    #include "TopExp.hxx"
    #include "gp_Pnt.hxx"
    #include "TopoDS.hxx"
    #include "TopoDS_Solid.hxx"
    #include "TopExp_Explorer.hxx"
    #include "BRep_Tool.hxx"
    #include "BRep_Builder.hxx"
    #include "Geom_Curve.hxx"
    #include "Geom2d_Curve.hxx"
    #include "Geom_Surface.hxx"
    #include "GeomAPI_ProjectPointOnSurf.hxx"
    #include "GeomAPI_ProjectPointOnCurve.hxx"
    #include "TopoDS_Wire.hxx"
    #include "BRepTools_WireExplorer.hxx"
    #include "BRepTools.hxx"
    #include "TopTools_IndexedMapOfShape.hxx"
    #include "TopExp.hxx"
    #include "BRepBuilderAPI_MakeVertex.hxx"
    #include "BRepBuilderAPI_MakeShell.hxx"
    #include "BRepBuilderAPI_MakeSolid.hxx"
    #include "BRepOffsetAPI_Sewing.hxx"
    #include "BRepLProp_CLProps.hxx"
    #include "BRepLProp_SLProps.hxx"
    #include "BRepAdaptor_Surface.hxx"
    #include "BRepAdaptor_Curve.hxx"
    #include "Poly_Triangulation.hxx"
    #include "Poly_Array1OfTriangle.hxx"
    #include "TColgp_Array1OfPnt2d.hxx"
    #include "Poly_Triangle.hxx"
    #include "GProp_GProps.hxx"
    #include "BRepGProp.hxx"
    #include "IGESControl_Reader.hxx"
    #include "STEPControl_Reader.hxx"
    #include "TopoDS_Shape.hxx"
    #include "TopoDS_Face.hxx"
    #include "IGESToBRep_Reader.hxx"
    #include "Interface_Static.hxx"
    #include "GeomAPI_ExtremaCurveCurve.hxx"
    #include "Standard_ErrorHandler.hxx"
    #include "Standard_Failure.hxx"
    #include "ShapeUpgrade_ShellSewing.hxx"
    #include "ShapeFix_Shape.hxx"
    #include "ShapeFix_Wireframe.hxx"
    #include "BRepMesh.hxx"
    #include "BRepMesh_IncrementalMesh.hxx"
    #include "BRepBndLib.hxx"
    #include "Bnd_Box.hxx"
    #include "ShapeAnalysis.hxx"
    #include "ShapeBuild_ReShape.hxx"
    #include "IGESControl_Writer.hxx"
    #include "STEPControl_Writer.hxx"
    #include "StlAPI_Writer.hxx"
    #include "STEPControl_StepModelType.hxx"
    #include "ShapeAnalysis_ShapeTolerance.hxx"
    #include "ShapeAnalysis_ShapeContents.hxx"
    #include "ShapeAnalysis_CheckSmallFace.hxx"
    #include "ShapeAnalysis_DataMapOfShapeListOfReal.hxx"
    #include "BRepAlgoAPI_Fuse.hxx"
    #include "BRepCheck_Analyzer.hxx"
    #include "BRepLib.hxx"
    #include "ShapeBuild_ReShape.hxx"
    #include "ShapeFix.hxx"
    #include "ShapeFix_FixSmallFace.hxx"
    
    #endif
    
    #endif