IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
DirectionTypes.h
Go to the documentation of this file.
1 // DirectionTypes.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLATTRIBUTES_DIRECTIONTYPES_H__
16 #define __IPSDKIPLATTRIBUTES_DIRECTIONTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace attr {
23 
26 
30  (eA_X)
31  (eA_Y)
32  (eA_Z)
33 )
34 
35 IPSDK_ENUM(ePropagationAxis,
38  (ePA_X)
39  (ePA_Y)
40  (ePA_Z)
41 )
42 
46  (ePD_Direct)
48 )
49 
52 
53 } // end of namespace attr
54 } // end of namespace imaproc
55 } // end of namespace ipsdk
56 
57 #endif // __IPSDKIPLATTRIBUTES_DIRECTIONTYPES_H__
propagation along the z-axis
Definition: DirectionTypes.h:51
indicates the z-axis
Definition: DirectionTypes.h:37
ePropagationAxis
Enumerate describing propagation axis type.
Definition: DirectionTypes.h:45
propagation along the y-axis
Definition: DirectionTypes.h:49
reverse path propagation
Definition: DirectionTypes.h:63
propagation along the x-axis
Definition: DirectionTypes.h:47
eAxis
Enumerate describing axis to process.
Definition: DirectionTypes.h:31
direct path propagation
Definition: DirectionTypes.h:61
ePropagationDirection
Definition: DirectionTypes.h:59
indicates the y-axis
Definition: DirectionTypes.h:35
#define IPSDK_ENUM(enumTypeStr, enumSeq)
indicates the x-axis
Definition: DirectionTypes.h:33