summaryrefslogtreecommitdiff
path: root/src/BOP/BOP_SolidAreaBuilder.cxx
blob: efa6b6240fe385ecdc4b001f844beca7ca2d5ca2 (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
#include <BOP_SolidAreaBuilder.ixx>

// =====================================================================
// function: BOP_SolidAreaBuilder::BOP_SolidAreaBuilder
// purpose: 
// =====================================================================
  BOP_SolidAreaBuilder::BOP_SolidAreaBuilder()
{
}

// =====================================================================
// function: BOP_SolidAreaBuilder
// purpose: 
// =====================================================================
  BOP_SolidAreaBuilder::BOP_SolidAreaBuilder(BOP_LoopSet&           theLS,
					     BOP_LoopClassifier&    theLC,
					     const Standard_Boolean theForceClassFlag)
{
  InitSolidAreaBuilder(theLS, theLC, theForceClassFlag);
}

// =====================================================================
// function: InitSolidAreaBuilder
// purpose: 
// =====================================================================
  void BOP_SolidAreaBuilder::InitSolidAreaBuilder(BOP_LoopSet&           theLS,
						  BOP_LoopClassifier&    theLC,
						  const Standard_Boolean theForceClassFlag) 
{
  InitAreaBuilder(theLS, theLC, theForceClassFlag);
}