// Created on: 1992-10-14
// Created by: Christophe MARION
// Copyright (c) 1992-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.

#ifndef _HLRBRep_HeaderFile
#define _HLRBRep_HeaderFile

#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Handle.hxx>

#include <Standard_Real.hxx>
class TopoDS_Edge;
class HLRBRep_Curve;


//! Hidden Lines Removal
//! algorithms on the BRep DataStructure.
//!
//! The class PolyAlgo  is used to remove Hidden lines
//! on Shapes with Triangulations.
class HLRBRep 
{
public:

  DEFINE_STANDARD_ALLOC

  
  Standard_EXPORT static TopoDS_Edge MakeEdge (const HLRBRep_Curve& ec, const Standard_Real U1, const Standard_Real U2);
  
  Standard_EXPORT static TopoDS_Edge MakeEdge3d (const HLRBRep_Curve& ec, const Standard_Real U1, const Standard_Real U2);
  
  Standard_EXPORT static void PolyHLRAngleAndDeflection (const Standard_Real InAngl, Standard_Real& OutAngl, Standard_Real& OutDefl);




protected:





private:




friend class HLRBRep_CurveTool;
friend class HLRBRep_BCurveTool;
friend class HLRBRep_Curve;
friend class HLRBRep_SurfaceTool;
friend class HLRBRep_BSurfaceTool;
friend class HLRBRep_Surface;
friend class HLRBRep_CLPropsATool;
friend class HLRBRep_CLProps;
friend class HLRBRep_SLPropsATool;
friend class HLRBRep_SLProps;
friend class HLRBRep_CInter;
friend class HLRBRep_LineTool;
friend class HLRBRep_InterCSurf;
friend class HLRBRep_EdgeFaceTool;
friend class HLRBRep_Intersector;
friend class HLRBRep_EdgeData;
friend class HLRBRep_FaceData;
friend class HLRBRep_FaceIterator;
friend class HLRBRep_Data;
friend class HLRBRep_ShapeToHLR;
friend class HLRBRep_HLRToShape;
friend class HLRBRep_ShapeBounds;
friend class HLRBRep_EdgeInterferenceTool;
friend class HLRBRep_VertexList;
friend class HLRBRep_EdgeIList;
friend class HLRBRep_AreaLimit;
friend class HLRBRep_EdgeBuilder;
friend class HLRBRep_Hider;
friend class HLRBRep_InternalAlgo;
friend class HLRBRep_Algo;
friend class HLRBRep_PolyAlgo;
friend class HLRBRep_BiPoint;
friend class HLRBRep_BiPnt2D;
friend class HLRBRep_PolyHLRToShape;
friend class HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter;
friend class HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter;
friend class HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter;
friend class HLRBRep_TheProjPCurOfCInter;
friend class HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter;
friend class HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter;
friend class HLRBRep_TheIntConicCurveOfCInter;
friend class HLRBRep_IntConicCurveOfCInter;
friend class HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter;
friend class HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter;
friend class HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter;
friend class HLRBRep_TheIntPCurvePCurveOfCInter;
friend class HLRBRep_ThePolygonOfInterCSurf;
friend class HLRBRep_ThePolygonToolOfInterCSurf;
friend class HLRBRep_ThePolyhedronOfInterCSurf;
friend class HLRBRep_ThePolyhedronToolOfInterCSurf;
friend class HLRBRep_TheInterferenceOfInterCSurf;
friend class HLRBRep_TheCSFunctionOfInterCSurf;
friend class HLRBRep_TheExactInterCSurf;
friend class HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf;
friend class HLRBRep_TheQuadCurvExactInterCSurf;

};







#endif // _HLRBRep_HeaderFile
