![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Class used to store image segment informations. More...
#include <ImageSegmentInfo.h>
Public Member Functions | |
| void | init (const ipUInt32 startOffset, const ipUInt32 size) |
| initialize image segment informations More... | |
Constructors and destructors | |
| ImageSegmentInfo () | |
| ~ImageSegmentInfo () | |
| ipUInt32 | getStartOffset () const |
| access to segment start offset on associated image axis | |
| void | setStartOffset (const ipUInt32 startOffset) |
| access to segment start offset on associated image axis | |
| ipUInt32 | getSize () const |
| access to segment size | |
| void | setSize (const ipUInt32 size) |
| access to segment size | |
Protected Attributes | |
| ipUInt32 | _startOffset |
| segment start offset on associated image axis | |
| ipUInt32 | _size |
| segment size | |
Class used to store image segment informations.
This class contains following informations :
|
inline |
initialize image segment informations
| startOffset | segment start offset on associated image axis |
| size | segment size |
1.8.14