summaryrefslogtreecommitdiff
path: root/inc/HLRTopoBRep_OutLiner.lxx
blob: 2a7d6551de4a4e46713c991c1051970927ee5a6c (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
// File:	HLRTopoBRep_OutLiner.lxx
// Created:	Thu Aug  4 09:47:20 1994
// Author:	Christophe MARION
//		<cma@ecolox>

//=======================================================================
//function : OriginalShape
//purpose  : 
//=======================================================================

inline void HLRTopoBRep_OutLiner::OriginalShape(const TopoDS_Shape& OriS)
{ myOriginalShape = OriS; }

//=======================================================================
//function : OriginalShape
//purpose  : 
//=======================================================================

inline TopoDS_Shape & HLRTopoBRep_OutLiner::OriginalShape()
{ return myOriginalShape; }

//=======================================================================
//function : OutLinedShape
//purpose  : 
//=======================================================================

inline void HLRTopoBRep_OutLiner::OutLinedShape(const TopoDS_Shape& OutS)
{ myOutLinedShape = OutS; }

//=======================================================================
//function : OutLinedShape
//purpose  : 
//=======================================================================

inline TopoDS_Shape & HLRTopoBRep_OutLiner::OutLinedShape()
{ return myOutLinedShape; }

//=======================================================================
//function : DataStructure
//purpose  : 
//=======================================================================

inline HLRTopoBRep_Data & HLRTopoBRep_OutLiner::DataStructure()
{ return myDS; }