17 #ifndef __IPSDKIMAGE_IMAGESEGMENTINFO_H__ 18 #define __IPSDKIMAGE_IMAGESEGMENTINFO_H__ 44 void init(
const ipUInt32 startOffset,
50 void setStartOffset(
const ipUInt32 startOffset);
110 #endif // __IPSDKIMAGE_IMAGESEGMENTINFO_H__ ipUInt32 _size
segment size
Definition: ImageSegmentInfo.h:65
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Predefined types for image segment info management.
void init(const ipUInt32 startOffset, const ipUInt32 size)
initialize image segment informations
Definition: ImageSegmentInfo.h:72
Base types for multiplatform compatibility.
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
ipUInt32 getSize() const
access to segment size
Definition: ImageSegmentInfo.h:92
void setSize(const ipUInt32 size)
access to segment size
Definition: ImageSegmentInfo.h:99
ipUInt32 _startOffset
segment start offset on associated image axis
Definition: ImageSegmentInfo.h:62
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53