16 #ifndef __IPSDKIMAGE_IMAGESEGMENTDATA_H__ 17 #define __IPSDKIMAGE_IMAGESEGMENTDATA_H__ 20 #include <IPSDKImage/Segment/ImageSegmentInfo.h> 46 void setStartOffset(
const ipUInt32 startOffset);
57 const void* getDataPtr()
const;
59 void setDataPtr(
void* pDataPtr);
130 #endif // __IPSDKIMAGE_IMAGESEGMENTDATA_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
void setStartOffset(const ipUInt32 startOffset)
access to start offset for image segment
Definition: ImageSegmentData.h:89
Class encapsulating image segment data.
Definition: ImageSegmentData.h:28
void init(const ipUInt32 startOffset, const ipUInt32 size, void *pDataPtr)
initialization of data segment
Definition: ImageSegmentData.h:75
void setDataPtr(void *pDataPtr)
access to image data pointer
Definition: ImageSegmentData.h:119
void init(const ipUInt32 startOffset, const ipUInt32 size)
initialize image segment informations
Definition: ImageSegmentInfo.h:72
void setSize(const ipUInt32 size)
access to image segment size
Definition: ImageSegmentData.h:101
const void * getDataPtr() const
access to image data pointer
Definition: ImageSegmentData.h:107
ipUInt32 getStartOffset() const
access to start offset for image segment
Definition: ImageSegmentData.h:83
Definition of import/export macro for library.
ImageSegmentInfo _segmentInfo
segment start offset and size on associated image row
Definition: ImageSegmentData.h:65
ipUInt32 getStartOffset() const
access to segment start offset on associated image axis
Definition: ImageSegmentInfo.h:80
ipUInt32 getSize() const
access to image segment size
Definition: ImageSegmentData.h:95
Class used to store image segment informations.
Definition: ImageSegmentInfo.h:30
void setStartOffset(const ipUInt32 startOffset)
access to segment start offset on associated image axis
Definition: ImageSegmentInfo.h:86
#define IPSDKIMAGE_API
Import/Export macro for library IPSDKImage.
Definition: IPSDKImageExports.h:27
void * _pDataPtr
image data pointer
Definition: ImageSegmentData.h:68
ipUInt32 getSize() const
access to segment size
Definition: ImageSegmentInfo.h:92
void setSize(const ipUInt32 size)
access to segment size
Definition: ImageSegmentInfo.h:99
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53