ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/lib/CAD4FE/src/CAD4FE_Criteria.h
Revision: 253
Committed: Tue Jul 13 19:40:46 2010 UTC (14 years, 10 months ago) by francois
Content type: text/plain
File size: 464 byte(s)
Log Message:
changement de hiearchie et utilisation de ccmake + mise a jour

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