summaryrefslogtreecommitdiff
path: root/inc/GProp_UFunction.lxx
blob: a10e767f7361f49d1c89c045447f9f2119f5da01 (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
// File:	GProp_UFunction.lxx
// Created:	Wed Dec 21 10:00:26 2005
// Author:	Sergey KHROMOV
//		<skv@dimox>



//=======================================================================
//function : SetValueType
//purpose  : Setting the type of the value to be returned.
//=======================================================================

inline void GProp_UFunction::SetValueType(const GProp_ValueType theType)
{
  myValueType = theType;
}

//=======================================================================
//function : SetVParam
//purpose  : Setting the V parameter that is constant during the 
//           integral computation.
//=======================================================================

inline void GProp_UFunction::SetVParam(const Standard_Real theVParam)
{
  myVParam = theVParam;
}