IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BaseTileCollComparisonRule.h
1 // BaseTileCollComparisonRule.h:
3 // -----------------------------
4 //
15 
16 #ifndef __IPSDKIMAGEPROCESSING_BASETILECOLLCOMPARISONRULE_H__
17 #define __IPSDKIMAGEPROCESSING_BASETILECOLLCOMPARISONRULE_H__
18 
19 #include <IPSDKImageProcessing/Rule/TileColl/BaseTileCollRule.h>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 
27 
29 {
30 // predefined public type
31 public:
33  static const eTileCollRuleType::domain g_tileCollRuleType = eTileCollRuleType::eTCRT_TileCollComparison;
34 
35 public:
39  virtual ~BaseTileCollComparisonRule() = 0;
41 
42 // methods
43 public:
45  eTileCollRuleType getTileCollRuleType() const;
46 
48  virtual eTileCollComparisonRuleType getTileCollComparisonRuleType() const = 0;
49 
50 // attributes
51 protected:
52 
53 };
54 
57 
58 inline eTileCollRuleType
60 {
61  return g_tileCollRuleType;
62 }
63 
66 
67 } // end of namespace imaproc
68 } // end of namespace ipsdk
69 
70 #endif // __IPSDKIMAGEPROCESSING_BASETILECOLLCOMPARISONRULE_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Comparison of tile collections.
Definition: TileCollRuleTypes.h:37
Base class for rule allowing to compare properties of two tile collections.
Definition: BaseTileCollComparisonRule.h:28
eTileCollComparisonRuleType
enumerate describing image strip comparison rule operation type
Definition: TileCollComparisonRuleTypes.h:32
Base class for rules applied on attributes associated to collection of image tiles.
Definition: BaseTileCollRule.h:28
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
eTileCollRuleType
enumerate describing rule operation type applied on attributes associated to collection of image tile...
Definition: TileCollRuleTypes.h:33
eTileCollRuleType getTileCollRuleType() const
get tile collection rule type
Definition: BaseTileCollComparisonRule.h:59
static const eTileCollRuleType::domain g_tileCollRuleType
tile collection processing rule type associated to rule
Definition: BaseTileCollComparisonRule.h:33
Predefined types for tile collection attributes comparison rules.