16 #ifndef __IPSDKIMAGEPROCESSING_BASEFROMIMAGECUSTOMIMAGEINFO_H__ 17 #define __IPSDKIMAGEPROCESSING_BASEFROMIMAGECUSTOMIMAGEINFO_H__ 21 #pragma warning (push) 22 #pragma warning (disable : 4251) 25 #include <IPSDKImageProcessing/OutputInitializer/Image/CustomInitializer/BaseCustomImageInfo.h> 85 bool hasInputImage()
const;
110 #pragma warning (pop) 112 #endif // __IPSDKIMAGEPROCESSING_BASEFROMIMAGECUSTOMIMAGEINFO_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::weak_ptr< const BaseImageAttribute > ImageAttributeConstWeakPtr
Definition: ImageAttributeTypes.h:38
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
std::vector< eImageBufferType > ImageBufferTypeVector
collection of buffer types
Definition: ImageGeometryTypes.h:63
Definition of import/export macro for library.
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Base class for custom image informations constructed from an other image.
Definition: BaseFromImageCustomImageInfo.h:33
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition: ImageTypes.h:140
Class encapsulating volume geometryThis class allows to define geometry volume size and type (2d or 3...
Definition: VolumeGeometry.h:34
Class encapsulating color geometryThis class allows to define geometry color size and type (grey...
Definition: ColorGeometry.h:35
Base class for custom image informations.
Definition: BaseCustomImageInfo.h:33
Class encapsulating temporal geometryThis class allows to define geometry temporal size and type (sin...
Definition: TemporalGeometry.h:35
ImageAttributeConstWeakPtr _pInputAttribute
weak pointer to input image attribute
Definition: BaseFromImageCustomImageInfo.h:101
eImageBufferType
types associated to image buffers
Definition: ImageTypes.h:78