Warnings on vc14 were eliminated
[occt.git] / src / HLRBRep / HLRBRep_ThePolygonToolOfInterCSurf.hxx
CommitLineData
42cf5bc1 1// Created on: 1992-10-14
2// Created by: Christophe MARION
3// Copyright (c) 1992-1999 Matra Datavision
4// Copyright (c) 1999-2014 OPEN CASCADE SAS
5//
6// This file is part of Open CASCADE Technology software library.
7//
8// This library is free software; you can redistribute it and/or modify it under
9// the terms of the GNU Lesser General Public License version 2.1 as published
10// by the Free Software Foundation, with special exception defined in the file
11// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12// distribution for complete text of the license and disclaimer of any warranty.
13//
14// Alternatively, this file may be used under the terms of Open CASCADE
15// commercial license or contractual agreement.
16
17#ifndef _HLRBRep_ThePolygonToolOfInterCSurf_HeaderFile
18#define _HLRBRep_ThePolygonToolOfInterCSurf_HeaderFile
19
20#include <Standard.hxx>
21#include <Standard_DefineAlloc.hxx>
22#include <Standard_Handle.hxx>
23
24#include <Standard_Real.hxx>
25#include <Standard_Boolean.hxx>
26#include <Standard_Integer.hxx>
27class Standard_OutOfRange;
28class gp_Pnt;
29class HLRBRep_ThePolygonOfInterCSurf;
30class Bnd_Box;
31
32
33
34class HLRBRep_ThePolygonToolOfInterCSurf
35{
36public:
37
38 DEFINE_STANDARD_ALLOC
39
40
36b9ff75 41 //! Give the bounding box of the polygon.
42cf5bc1 42 static const Bnd_Box& Bounding (const HLRBRep_ThePolygonOfInterCSurf& thePolygon);
43
44 static Standard_Real DeflectionOverEstimation (const HLRBRep_ThePolygonOfInterCSurf& thePolygon);
45
46 static Standard_Boolean Closed (const HLRBRep_ThePolygonOfInterCSurf& thePolygon);
47
48 static Standard_Integer NbSegments (const HLRBRep_ThePolygonOfInterCSurf& thePolygon);
49
36b9ff75 50 //! Give the point of range Index in the Polygon.
42cf5bc1 51 static const gp_Pnt& BeginOfSeg (const HLRBRep_ThePolygonOfInterCSurf& thePolygon, const Standard_Integer Index);
52
36b9ff75 53 //! Give the point of range Index in the Polygon.
42cf5bc1 54 static const gp_Pnt& EndOfSeg (const HLRBRep_ThePolygonOfInterCSurf& thePolygon, const Standard_Integer Index);
55
56 Standard_EXPORT static void Dump (const HLRBRep_ThePolygonOfInterCSurf& thePolygon);
57
58
59
60
61protected:
62
63
64
65
66
67private:
68
69
70
71
72
73};
74
75#define ThePoint gp_Pnt
76#define ThePoint_hxx <gp_Pnt.hxx>
77#define ThePolygon HLRBRep_ThePolygonOfInterCSurf
78#define ThePolygon_hxx <HLRBRep_ThePolygonOfInterCSurf.hxx>
79#define TheBoundingBox Bnd_Box
80#define TheBoundingBox_hxx <Bnd_Box.hxx>
81#define IntCurveSurface_PolygonTool HLRBRep_ThePolygonToolOfInterCSurf
82#define IntCurveSurface_PolygonTool_hxx <HLRBRep_ThePolygonToolOfInterCSurf.hxx>
83
84#include <IntCurveSurface_PolygonTool.lxx>
85
86#undef ThePoint
87#undef ThePoint_hxx
88#undef ThePolygon
89#undef ThePolygon_hxx
90#undef TheBoundingBox
91#undef TheBoundingBox_hxx
92#undef IntCurveSurface_PolygonTool
93#undef IntCurveSurface_PolygonTool_hxx
94
95
96
97
98#endif // _HLRBRep_ThePolygonToolOfInterCSurf_HeaderFile