![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Class used to store image row segment informations. More...
#include <ImageRowSegmentInfo.h>
Public Member Functions | |
| void | init (const ipUInt32 startOffset, const ipUInt32 size, const ipUInt64 rawStartOffset) |
| initialize image segment informations More... | |
Constructors and destructors | |
| ImageRowSegmentInfo () | |
| ~ImageRowSegmentInfo () | |
| ipUInt32 | getStartOffset () const |
| access to segment start offset on associated image row | |
| void | setStartOffset (const ipUInt32 startOffset) |
| access to segment start offset on associated image row | |
| ipUInt32 | getSize () const |
| access to segment size | |
| void | setSize (const ipUInt32 size) |
| access to segment size | |
| ipUInt64 | getRawStartOffset () const |
| access to raw data start offset in current plan buffer | |
| void | setRawStartOffset (const ipUInt64 rawStartOffset) |
| access to raw data start offset in current plan buffer | |
Protected Attributes | |
| ImageSegmentInfo | _segmentInfo |
| segment start offset and size on associated image row | |
| ipUInt64 | _rawStartOffset |
| raw data start offset in current plan buffer | |
Class used to store image row segment informations.
This class contains following informations :
|
inline |
initialize image segment informations
| startOffset | segment start offset on associated image row |
| size | segment size |
| rawStartOffset | raw data start offset in current plan buffer |
1.8.14