IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ImageProcessingAttributeTypes.h
Go to the documentation of this file.
1 // ImageProcessingAttributeTypes.h:
3 // --------------------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_IMAGEPROCESSINGATTRIBUTETYPES_H__
16 #define __IPSDKIMAGEPROCESSING_IMAGEPROCESSINGATTRIBUTETYPES_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 
26 
32  (eIPAT_IPEnum)
34  (eIPAT_Kernel)
36  (eIPAT_Image)
38  (eIPAT_Tile)
44  (eIPAT_Formula)
45 )
46 
47 
50 } // end of namespace imaproc
51 } // end of namespace ipsdk
52 
53 #endif // __IPSDKIMAGEPROCESSING_IMAGEPROCESSINGATTRIBUTETYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Attribute associated to an image tile.
Definition: ImageProcessingAttributeTypes.h:47
Attribute associated to a border policy.
Definition: ImageProcessingAttributeTypes.h:37
Attribute associated to plan indexed elements.
Definition: ImageProcessingAttributeTypes.h:57
Attribute associated to an image strip.
Definition: ImageProcessingAttributeTypes.h:45
Predefined types for processing attributes managment.
Attribute associated to a binary structuring element.
Definition: ImageProcessingAttributeTypes.h:41
Attribute associated to formula.
Definition: ImageProcessingAttributeTypes.h:59
eImageProcessingAttributeType
Enumerate describing image attributes type.
Definition: ImageProcessingAttributeTypes.h:33
Attribute associated to a collection of image tiles.
Definition: ImageProcessingAttributeTypes.h:49
Attribute associated to an enumerate value.
Definition: ImageProcessingAttributeTypes.h:35
Attribute associated to a kernel.
Definition: ImageProcessingAttributeTypes.h:39
Predefined type for image management.
Attribute associated to a collection of geometry entities.
Definition: ImageProcessingAttributeTypes.h:51
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26
Attribute associated to a set of shape measures.
Definition: ImageProcessingAttributeTypes.h:55
Attribute associated to a set of shape measure informations.
Definition: ImageProcessingAttributeTypes.h:53
Attribute associated to an image.
Definition: ImageProcessingAttributeTypes.h:43