summaryrefslogtreecommitdiff
path: root/inc/HLRTopoBRep_OutLiner.hxx
blob: f1c55377a679431d38d583ed47a8bc527ff3d9e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _HLRTopoBRep_OutLiner_HeaderFile
#define _HLRTopoBRep_OutLiner_HeaderFile

#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx>
#endif
#ifndef _Handle_HLRTopoBRep_OutLiner_HeaderFile
#include <Handle_HLRTopoBRep_OutLiner.hxx>
#endif

#ifndef _TopoDS_Shape_HeaderFile
#include <TopoDS_Shape.hxx>
#endif
#ifndef _HLRTopoBRep_Data_HeaderFile
#include <HLRTopoBRep_Data.hxx>
#endif
#ifndef _MMgt_TShared_HeaderFile
#include <MMgt_TShared.hxx>
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
class TopoDS_Shape;
class HLRTopoBRep_Data;
class HLRAlgo_Projector;
class BRepTopAdaptor_MapOfShapeTool;
class TopoDS_Face;



class HLRTopoBRep_OutLiner : public MMgt_TShared {

public:

  
  Standard_EXPORT   HLRTopoBRep_OutLiner();
  
  Standard_EXPORT   HLRTopoBRep_OutLiner(const TopoDS_Shape& OriSh);
  
  Standard_EXPORT   HLRTopoBRep_OutLiner(const TopoDS_Shape& OriS,const TopoDS_Shape& OutS);
  
        void OriginalShape(const TopoDS_Shape& OriS) ;
  
        TopoDS_Shape& OriginalShape() ;
  
        void OutLinedShape(const TopoDS_Shape& OutS) ;
  
        TopoDS_Shape& OutLinedShape() ;
  
        HLRTopoBRep_Data& DataStructure() ;
  
  Standard_EXPORT     void Fill(const HLRAlgo_Projector& P,BRepTopAdaptor_MapOfShapeTool& MST,const Standard_Integer nbIso) ;




  DEFINE_STANDARD_RTTI(HLRTopoBRep_OutLiner)

protected:




private: 

  //! Builds faces from F and add them to S. <br>
  Standard_EXPORT     void ProcessFace(const TopoDS_Face& F,TopoDS_Shape& S,BRepTopAdaptor_MapOfShapeTool& M) ;
  
  Standard_EXPORT     void BuildShape(BRepTopAdaptor_MapOfShapeTool& M) ;

TopoDS_Shape myOriginalShape;
TopoDS_Shape myOutLinedShape;
HLRTopoBRep_Data myDS;


};


#include <HLRTopoBRep_OutLiner.lxx>



// other Inline functions and methods (like "C++: function call" methods)


#endif