IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Member Functions | Protected Attributes | List of all members
ipsdk::image::ImageRowSegmentInfo Class Reference

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
 

Detailed Description

Class used to store image row segment informations.

Author
E. Noirfalise
Date
2014/02/27

This class contains following informations :

Member Function Documentation

◆ init()

void ipsdk::image::ImageRowSegmentInfo::init ( const ipUInt32  startOffset,
const ipUInt32  size,
const ipUInt64  rawStartOffset 
)
inline

initialize image segment informations

Parameters
startOffsetsegment start offset on associated image row
sizesegment size
rawStartOffsetraw data start offset in current plan buffer

The documentation for this class was generated from the following file: