Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-09-18 09:22:18

0001 // Created on: 1998-11-24
0002 // Created by: Prestataire Xuan PHAM PHU
0003 // Copyright (c) 1998-1999 Matra Datavision
0004 // Copyright (c) 1999-2014 OPEN CASCADE SAS
0005 //
0006 // This file is part of Open CASCADE Technology software library.
0007 //
0008 // This library is free software; you can redistribute it and/or modify it under
0009 // the terms of the GNU Lesser General Public License version 2.1 as published
0010 // by the Free Software Foundation, with special exception defined in the file
0011 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0012 // distribution for complete text of the license and disclaimer of any warranty.
0013 //
0014 // Alternatively, this file may be used under the terms of Open CASCADE
0015 // commercial license or contractual agreement.
0016 
0017 #ifndef _TopOpeBRepTool_PURGE_HeaderFile
0018 #define _TopOpeBRepTool_PURGE_HeaderFile
0019 #include <TopAbs_ShapeEnum.hxx>
0020 #include <TopAbs_Orientation.hxx>
0021 #include <TopAbs_State.hxx>
0022 #include <TopoDS_Shape.hxx>
0023 #include <TopTools_ShapeMapHasher.hxx>
0024 #include <NCollection_Map.hxx>
0025 #include <NCollection_List.hxx>
0026 #include <NCollection_IndexedMap.hxx>
0027 #include <NCollection_DataMap.hxx>
0028 #include <Standard_Integer.hxx>
0029 #include <NCollection_IndexedDataMap.hxx>
0030 #include <TopoDS_Face.hxx>
0031 #include <TopoDS_Edge.hxx>
0032 #include <TopoDS_Vertex.hxx>
0033 #include <TCollection_AsciiString.hxx>
0034 #include <NCollection_Array1.hxx>
0035 #include <gp_Pnt2d.hxx>
0036 
0037 #ifdef OCCT_DEBUG
0038 extern void FUN_REINIT();
0039 // extern int FUN_addepc(const TopoDS_Shape& ed,const TopoDS_Shape& f);
0040 #endif
0041 
0042 // ----------------------------------------------------------------------
0043 // TopOpeBRepTool_faulty.cxx
0044 // ----------------------------------------------------------------------
0045 // Standard_IMPORT gp_Pnt2d FUN_GetVParonF(const TopoDS_Edge& E, const TopoDS_Face& F, const
0046 // int Index); Standard_IMPORT double FUN_toluv(const GeomAdaptor_Surface& GAS,
0047 // const double& tol3d); Standard_IMPORT void FUN_tool_Vertices(const TopoDS_Edge& E,
0048 // NCollection_Array1<TopoDS_Shape>& vertices); Standard_IMPORT void FUN_mapVloe(const TopoDS_Shape&
0049 // F, NCollection_IndexedDataMap<TopoDS_Shape, NCollection_List<TopoDS_Shape>,
0050 // TopTools_ShapeMapHasher>& mapVloe);
0051 
0052 // Standard_IMPORT bool FUN_DetectEdgeswithfaultyUV(const TopoDS_Face& Fin, const
0053 // TopoDS_Shape& fF, const NCollection_List<TopoDS_Shape>& ISOEds,                      const
0054 // bool has2fybounds,
0055 // NCollection_List<TopoDS_Shape>& lfyE, int& Ivfaulty,                         const
0056 // bool& stopatfirst=false); Standard_IMPORT bool
0057 // FUN_DetectEdgewithfaultyUV(const
0058 // TopoDS_Face& Fin, const TopoDS_Shape& fF, const NCollection_List<TopoDS_Shape>& ISOEds, const
0059 // bool has2fybounds, TopoDS_Shape& fyE, int& Ivfaulty); Standard_IMPORT
0060 // bool FUN_DetectFaultyClosingEdge(const TopoDS_Face& Fin,const NCollection_List<TopoDS_Shape>&
0061 // Eds,const NCollection_List<TopoDS_Shape>& cEds,NCollection_List<TopoDS_Shape>& fyE);
0062 // Standard_IMPORT bool FUN_isUVClosed(const TopoDS_Face& F, const TopoDS_Face& fF);
0063 
0064 // ----------------------------------------------------------------------
0065 // TopOpeBRepTool_PURGE.cxx
0066 // ----------------------------------------------------------------------
0067 // Standard_IMPORT void FUN_tool_ttranslate(const gp_Vec2d& tvector, const TopoDS_Face& fF,
0068 // TopoDS_Edge& fyE);
0069 #endif