summaryrefslogtreecommitdiff
path: root/inc/BRep_CurveRepresentation.lxx
blob: 4df1c2284ae3d6edd2acc168fd8f7f5cc62bf644 (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
// File:	BRep_CurveRepresentation.lxx
// Created:	Fri Jul  9 14:24:02 1993
// Author:	Remi LEQUETTE
//		<rle@nonox>


//=======================================================================
//function : Location
//purpose  : 
//=======================================================================

inline const TopLoc_Location&  BRep_CurveRepresentation::Location()const 
{
  return myLocation;
}

//=======================================================================
//function : Location
//purpose  : 
//=======================================================================

inline void BRep_CurveRepresentation::Location (const TopLoc_Location& L)
{
  myLocation = L;
}