summaryrefslogtreecommitdiff
path: root/src/AdvApp2Var/AdvApp2Var_Criterion.cxx
blob: 0c784f407cea0b8e1b0965283859733f0a28e13e (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
// File:	AdvApp2Var_Criterion.cxx
// Created:	Wed Jan 15 10:04:41 1997
// Author:	Joelle CHAUVET
//		<jct@sgi38>


#include <AdvApp2Var_Criterion.ixx>


void AdvApp2Var_Criterion::Delete()
{}

//============================================================================
//function : MaxValue
//purpose  :
//============================================================================

Standard_Real AdvApp2Var_Criterion::MaxValue() const 
{
  return myMaxValue; 
}

//============================================================================
//function : Type
//purpose  :
//============================================================================

AdvApp2Var_CriterionType AdvApp2Var_Criterion::Type() const 
{
  return myType; 
}


//============================================================================
//function : Repartition
//purpose  :
//============================================================================

AdvApp2Var_CriterionRepartition AdvApp2Var_Criterion::Repartition() const 
{
  return myRepartition; 
}