ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/lib/CAD4FE/src/CAD4FE_Criteria.h
Revision: 27
Committed: Thu Jul 5 15:26:40 2007 UTC (17 years, 10 months ago) by foucault
Content type: text/plain
Original Path: magic/lib/CAD4FE/CAD4FE/src/CAD4FE_Criteria.h
File size: 464 byte(s)
Log Message:

File Contents

# User Rev Content
1 foucault 27 //---------------------------------------------------------------------------
2    
3     #ifndef CAD4FE_CriteriaH
4     #define CAD4FE_CriteriaH
5     //---------------------------------------------------------------------------
6    
7     namespace CAD4FE {
8     class Criteria {
9     public:
10     static double PlanarCurve_EpsilonBeta(double __beta);
11     static double PlanarCurve_EpsilonH(double __h);
12     static double PlanarCurve_BetaEpsilon(double __epsilon);
13     };
14     }
15    
16     #endif