IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
NodeCollRuleTypes.h
Go to the documentation of this file.
1 // NodeCollRuleTypes.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKBASEPROCESSING_NODECOLLRULETYPES_H__
16 #define __IPSDKBASEPROCESSING_NODECOLLRULETYPES_H__
17 
19 #include <IPSDKBaseData/DataItem/NodeColl/DataItemNodeColl.h>
20 
21 namespace ipsdk {
22 namespace processor {
23 
26 
32 
35 )
36 
37 
40 } // end of namespace processor
41 } // end of namespace ipsdk
42 
43 #endif // __IPSDKBASEPROCESSING_NODECOLLRULETYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eNodeCollRuleType
enumerate describing rule on node collection attribute operation type
Definition: NodeCollRuleTypes.h:33
Rule allowing to check properties on a collection.
Definition: NodeCollRuleTypes.h:37
Rule allowing to compare collections.
Definition: NodeCollRuleTypes.h:35
Predefined types for rules on data item attributes management.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26