7fd59977 |
1 | // File: BOP_FaceAreaBuilder.cxx |
2 | // Created: Thu Dec 21 17:07:40 1995 |
3 | // Author: Jean Yves LEBEY |
4 | // <jyl@meteox> |
5 | //Copyright: Matra Datavision 1995 |
6 | //modified by NIZNHY-PKV Tue Apr 3 15:55:58 2001 |
7 | |
8 | #include <BOP_FaceAreaBuilder.ixx> |
9 | |
10 | //======================================================================= |
11 | //function : BOP_FaceAreaBuilder |
12 | //purpose : |
13 | //======================================================================= |
14 | BOP_FaceAreaBuilder::BOP_FaceAreaBuilder() |
15 | { |
16 | } |
17 | |
18 | //======================================================================= |
19 | //function : BOP_FaceAreaBuilder |
20 | //purpose : |
21 | //======================================================================= |
22 | BOP_FaceAreaBuilder::BOP_FaceAreaBuilder(BOP_LoopSet& LS, |
23 | BOP_LoopClassifier& LC, |
24 | const Standard_Boolean ForceClass) |
25 | { |
26 | InitFaceAreaBuilder(LS,LC,ForceClass); |
27 | } |
28 | |
29 | //======================================================================= |
30 | //function : InitFaceAreaBuilder |
31 | //purpose : |
32 | //======================================================================= |
33 | void BOP_FaceAreaBuilder::InitFaceAreaBuilder(BOP_LoopSet& LS, |
34 | BOP_LoopClassifier& LC, |
35 | const Standard_Boolean ForceClass) |
36 | { |
37 | InitAreaBuilder(LS,LC,ForceClass); |
38 | } |