16 #ifndef __IPSDKIMAGEPROCESSING_RULEALLOWEDTILECOLLBUFFERTYPE_H__ 17 #define __IPSDKIMAGEPROCESSING_RULEALLOWEDTILECOLLBUFFERTYPE_H__ 21 #pragma warning (push) 22 #pragma warning (disable : 4251) 24 #include <IPSDKImageProcessing/Rule/TileColl/TileCollProperty/BaseTileCollPropertyRule.h> 25 #include <IPSDKImageProcessing/Attribute/IPEnum/ImageBufferTypeAttributeTypes.h> 69 bool testRule()
const;
72 std::string createRuleFormalString()
const;
75 std::string createRuleEvaluatedString(
const ipUInt32 increment)
const;
100 #endif // __IPSDKIMAGEPROCESSING_RULEALLOWEDTILECOLLBUFFERTYPE_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
Rule allowing to check that a collection of tile share a same given buffer type.
Definition: RuleAllowedTileCollBufferType.h:33
ImageBufferTypeColl _bufferTypeColl
collection of allowed buffer types
Definition: RuleAllowedTileCollBufferType.h:80
check that all tiles are associated to a given buffer type
Definition: TileCollPropertyRuleTypes.h:33
eTileCollPropertyRuleType
enumerate describing rule operation type applied on property of attributes associated to collection o...
Definition: TileCollPropertyRuleTypes.h:31
eTileCollPropertyRuleType getTileCollPropertyRuleType() const
get tile collection property rule type
Definition: RuleAllowedTileCollBufferType.h:87
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Base class for rule checking properties of tile collections.
Definition: BaseTileCollPropertyRule.h:27
static const eTileCollPropertyRuleType::domain g_tileCollPropertyRuleType
image tile collection property rule type associated to rule
Definition: RuleAllowedTileCollBufferType.h:38
std::set< image::eImageBufferType > ImageBufferTypeColl
collection of image buffer types
Definition: ImageBufferTypeAttributeTypes.h:50
eImageBufferType
types associated to image buffers
Definition: ImageTypes.h:78
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53