16 #ifndef __IPSDKIMAGEPROCESSING_BASETILECOLLATTRIBUTE_H__ 17 #define __IPSDKIMAGEPROCESSING_BASETILECOLLATTRIBUTE_H__ 21 #pragma warning (push) 22 #pragma warning (disable : 4251) 25 #include <IPSDKImageProcessing/Attribute/BaseImageProcessingAttribute.h> 85 bool haveSameBufferType()
const;
145 #pragma warning (pop) 147 #endif // __IPSDKIMAGEPROCESSING_BASETILECOLLATTRIBUTE_H__ Predefined types for management of attributes associated to collection of image tile.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base class for image processing attributes.
Definition: BaseImageProcessingAttribute.h:28
eTileCollAttributeType
Enumerate describing tile collection attributes type.
Definition: TileCollAttributeTypes.h:38
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
eImageProcessingAttributeType
Enumerate describing image attributes type.
Definition: ImageProcessingAttributeTypes.h:33
std::vector< image::ImageTileConstPtr > ImageTileConstColl
collection of shared pointer to const base tile object
Definition: BaseTileCollAttribute.h:47
std::vector< image::ImageTilePtr > ImageTileColl
collection of shared pointer to base tile object
Definition: BaseTileCollAttribute.h:50
static const eImageProcessingAttributeType::domain g_imageProcessingAttributeType
image processing attribute type
Definition: BaseTileCollAttribute.h:44
Attribute associated to a collection of image tiles.
Definition: ImageProcessingAttributeTypes.h:49
eImageProcessingAttributeType getImageProcessingAttributeType() const
retrieve image attribute type
Definition: BaseTileCollAttribute.h:134
Predefined types for image tile management.
Base class for image tile.
Definition: BaseImageTile.h:27
Predefined type for image management.
Base class for attributes associated to collection of image tile.
Definition: BaseTileCollAttribute.h:36
eImageBufferType
types associated to image buffers
Definition: ImageTypes.h:78
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53