18 #ifndef __IPSDKIMAGE_IMAGEROWSEGMENTINFO_H__ 19 #define __IPSDKIMAGE_IMAGEROWSEGMENTINFO_H__ 22 #include <IPSDKImage/Segment/ImageSegmentInfo.h> 45 void init(
const ipUInt32 startOffset,
52 void setStartOffset(
const ipUInt32 startOffset);
64 void setRawStartOffset(
const ipUInt64 rawStartOffset);
131 #endif // __IPSDKIMAGE_IMAGEROWSEGMENTINFO_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
ipUInt32 getStartOffset() const
access to segment start offset on associated image row
Definition: ImageRowSegmentInfo.h:89
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
void setRawStartOffset(const ipUInt64 rawStartOffset)
access to raw data start offset in current plan buffer
Definition: ImageRowSegmentInfo.h:120
ipUInt32 getSize() const
access to segment size
Definition: ImageRowSegmentInfo.h:101
ImageSegmentInfo _segmentInfo
segment start offset and size on associated image row
Definition: ImageRowSegmentInfo.h:70
void setSize(const ipUInt32 size)
access to segment size
Definition: ImageRowSegmentInfo.h:108
void init(const ipUInt32 startOffset, const ipUInt32 size, const ipUInt64 rawStartOffset)
initialize image segment informations
Definition: ImageRowSegmentInfo.h:80
void init(const ipUInt32 startOffset, const ipUInt32 size)
initialize image segment informations
Definition: ImageSegmentInfo.h:72
ipUInt64 getRawStartOffset() const
access to raw data start offset in current plan buffer
Definition: ImageRowSegmentInfo.h:114
void setStartOffset(const ipUInt32 startOffset)
access to segment start offset on associated image row
Definition: ImageRowSegmentInfo.h:95
Class used to store image row segment informations.
Definition: ImageRowSegmentInfo.h:30
Definition of import/export macro for library.
ipUInt32 getStartOffset() const
access to segment start offset on associated image axis
Definition: ImageSegmentInfo.h:80
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
ipUInt64 _rawStartOffset
raw data start offset in current plan buffer
Definition: ImageRowSegmentInfo.h:73
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