UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
u_raytr_defines.hpp
1 /* u_raytr_defines.hpp */
2 /* $Id: u_raytr_defines.hpp,v 1.1 2008/06/02 12:02:11 sasha Exp $ */
3 
4 #ifndef __u_raytr_defines_hpp
5 #define __u_raytr_defines_hpp
6 
7 
8 //============================================================================
10 enum URayReflCoefType {
11  ZOEPPRITZ,
12  AKI_RICHARDS,
13  SHUEY
14 };
15 
16 //===============================================================================
17 #define URay_P 0
18 #define URay_PPup 1
19 #define URay_PSup 2
20 #define URay_PSdown 3
21 //---------------------- exotic ---------------------------------------
22 #define URay_S 4
23 #define URay_SSup 5
24 #define URay_SPup 6
25 #define URay_SPdown 7
26 
27 
28 #endif