IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PlanIndexedRuleTypes.h
Go to the documentation of this file.
1 // PlanIndexedRuleTypes.h:
3 // -----------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_PLANINDEXEDRULETYPES_H__
16 #define __IPSDKIMAGEPROCESSING_PLANINDEXEDRULETYPES_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 
26 
35 )
36 
42  (eIPMP_Z)
43  (eIPMP_C)
44  (eIPMP_T)
45  (eIPMP_ZC)
46  (eIPMP_ZT)
47  (eIPMP_CT)
48  (eIPMP_ZCT)
49 )
50 
56  (ePIP_2d)
58  (ePIP_Single)
59 )
60 
63 
64 } // end of namespace imaproc
65 } // end of namespace ipsdk
66 
67 #endif // __IPSDKIMAGEPROCESSING_PLANINDEXEDRULETYPES_H__
eImagePlansMatchPolicy
enumerate describing rule behavior for image plans matching
Definition: PlanIndexedRuleTypes.h:49
Predefined types for plan indexed attributes management.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
ePlanIndexedRuleType
enumerate describing plan indexed attribute rule operation type
Definition: PlanIndexedRuleTypes.h:33
rule will match z, c and t components of image with plan indexed attribute
Definition: PlanIndexedRuleTypes.h:63
rule will only match z and c components of image with plan indexed attribute
Definition: PlanIndexedRuleTypes.h:57
check that a plan indexed attribute match an image plans geometry
Definition: PlanIndexedRuleTypes.h:35
check a given property of a plan indexed attribute
Definition: PlanIndexedRuleTypes.h:39
rule will only match t component of image with plan indexed attribute
Definition: PlanIndexedRuleTypes.h:55
rule will check that t size of plan indexed attribute is equal to 1
Definition: PlanIndexedRuleTypes.h:79
rule will only match c component of image with plan indexed attribute
Definition: PlanIndexedRuleTypes.h:53
rule will only match z component of image with plan indexed attribute
Definition: PlanIndexedRuleTypes.h:51
rule will only match c and t components of image with plan indexed attribute
Definition: PlanIndexedRuleTypes.h:61
rule will only match z and t components of image with plan indexed attribute
Definition: PlanIndexedRuleTypes.h:59
check that a plan indexed attribute match shape of an other plan indexed attribute ...
Definition: PlanIndexedRuleTypes.h:37
rule will check that z size of plan indexed attribute is equal to 1
Definition: PlanIndexedRuleTypes.h:75
ePlanIndexedProperty
Definition: PlanIndexedRuleTypes.h:73
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26
rule will check that c size of plan indexed attribute is equal to 1
Definition: PlanIndexedRuleTypes.h:77
Predefined types for image processing rules management.