IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RuleMatchTileCollTileCoords.h
1 // RuleMatchTileCollTileCoords.h:
3 // ------------------------------
4 //
15 
16 #ifndef __IPSDKIMAGEPROCESSING_RULEMATCHTILECOLLTILECOORDS_H__
17 #define __IPSDKIMAGEPROCESSING_RULEMATCHTILECOLLTILECOORDS_H__
18 
19 #include <IPSDKImageProcessing/Rule/TileColl/TileCollComparison/BaseTileCollComparisonRule.h>
20 
21 namespace ipsdk {
22 namespace imaproc {
23 
26 
28 {
29 // predefined public type
30 public:
32  static const eTileCollComparisonRuleType::domain g_tileCollComparisonRuleType = eTileCollComparisonRuleType::eTCCRT_MatchTileCoords;
33 
34 public:
40 
41 // methods
42 public:
44  eTileCollComparisonRuleType getTileCollComparisonRuleType() const;
45 
51  void init(const TileCollAttributeConstWeakPtr& pAttribute1,
52  const TileCollAttributeConstWeakPtr& pAttribute2);
53 
54 protected:
56  bool testRule() const;
57 
59  std::string createRuleFormalString() const;
60 
62  std::string createRuleEvaluatedString(const ipUInt32 increment) const;
63 
64 // attributes
65 protected:
66 
67 };
68 
71 
74 {
76 }
77 
80 
81 } // end of namespace imaproc
82 } // end of namespace ipsdk
83 
84 #endif // __IPSDKIMAGEPROCESSING_RULEMATCHTILECOLLTILECOORDS_H__
boost::weak_ptr< const BaseTileCollAttribute > TileCollAttributeConstWeakPtr
weak pointer to attribute associated to a collection of image tiles
Definition: TileCollAttributeTypes.h:58
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Match tile coordinates in collection.
Definition: TileCollComparisonRuleTypes.h:36
eTileCollComparisonRuleType getTileCollComparisonRuleType() const
get tile collection comparison rule type
Definition: RuleMatchTileCollTileCoords.h:73
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
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Rule allowing to check that coordinates of tiles into two tiles collection match. ...
Definition: RuleMatchTileCollTileCoords.h:27
static const eTileCollComparisonRuleType::domain g_tileCollComparisonRuleType
image tile collection comparison rule type associated to rule
Definition: RuleMatchTileCollTileCoords.h:32
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53