summaryrefslogtreecommitdiff
path: root/inc/HLRBRep_ShapeBounds.lxx
blob: 55b4b2d85e3f99e6bc183e023a7df247ae2ecd0f (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
// File:	HLRBRep_ShapeBounds.lxx
// Created:	Thu Apr 17 18:34:31 1997
// Author:	Christophe MARION
//		<cma@partox.paris1.matra-dtv.fr>

//=======================================================================
//function : HLRBRep_ShapeBounds
//purpose  : 
//=======================================================================

inline HLRBRep_ShapeBounds::HLRBRep_ShapeBounds ()
{}

//=======================================================================
//function : Shape
//purpose  : 
//=======================================================================

inline void 
HLRBRep_ShapeBounds::Shape (const Handle(HLRTopoBRep_OutLiner)& S)
{ myShape = S; }

//=======================================================================
//function : Shape
//purpose  : 
//=======================================================================

inline const Handle(HLRTopoBRep_OutLiner) &
HLRBRep_ShapeBounds::Shape () const
{ return myShape; }

//=======================================================================
//function : ShapeData
//purpose  : 
//=======================================================================

inline void HLRBRep_ShapeBounds::
ShapeData (const Handle(MMgt_TShared)& SD)
{ myShapeData = SD; }

//=======================================================================
//function : ShapeData
//purpose  : 
//=======================================================================

inline const Handle(MMgt_TShared) & HLRBRep_ShapeBounds::ShapeData () const
{ return myShapeData; }

//=======================================================================
//function : NbOfIso
//purpose  : 
//=======================================================================

inline void HLRBRep_ShapeBounds::NbOfIso (const Standard_Integer nbIso)
{ myNbIso = nbIso; }

//=======================================================================
//function : NbOfIso
//purpose  : 
//=======================================================================

inline Standard_Integer HLRBRep_ShapeBounds::NbOfIso () const
{ return myNbIso; }

//=======================================================================
//function : MinMax
//purpose  : 
//=======================================================================

inline Standard_Address HLRBRep_ShapeBounds::MinMax () const
{ return (Standard_Address)&myMinMax; }