16 #ifndef __IPSDKIMAGEPROCESSING_BASEINPUTTILE2DCOLLATTRIBUTE_H__ 17 #define __IPSDKIMAGEPROCESSING_BASEINPUTTILE2DCOLLATTRIBUTE_H__ 19 #include <IPSDKImageProcessing/Attribute/TileColl/Tile2dColl/BaseTile2dCollAttribute.h> 41 typedef std::vector<image::InputImageTile2dPtr>
ValueType;
97 #endif // __IPSDKIMAGEPROCESSING_BASEINPUTTILE2DCOLLATTRIBUTE_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base class for input attributes associated to collection of image 2d tile.
Definition: BaseInputTile2dCollAttribute.h:27
Base class for attributes associated to collection of image 2d tile.
Definition: BaseTile2dCollAttribute.h:27
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
#define IPSDK_DECLARE_INPUT_DATA()
macro allowing to declare an input data
Definition: DataStatusHdrMacros.h:106
std::vector< image::InputImageTile2dConstPtr > ConstStorageType
const storage type associated to object
Definition: BaseInputTile2dCollAttribute.h:47
Class encapsulating an auto initialized uuid.
Definition: Guid.h:27
image::InputImageTile2d TileType
tile type associated to object
Definition: BaseInputTile2dCollAttribute.h:38
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Input class for 2d image tiles.
Definition: InputImageTile2d.h:29
std::vector< image::InputImageTile2dPtr > StorageType
storage type associated to object
Definition: BaseInputTile2dCollAttribute.h:44
std::vector< image::InputImageTile2dPtr > ValueType
value type associated to object
Definition: BaseInputTile2dCollAttribute.h:41
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53