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

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
 

Detailed Description

Class used to store image segment informations.

Author
E. Noirfalise
Date
2014/02/27

This class contains following informations :

Member Function Documentation

◆ init()

void ipsdk::image::ImageSegmentInfo::init ( const ipUInt32  startOffset,
const ipUInt32  size 
)
inline

initialize image segment informations

Parameters
startOffsetsegment start offset on associated image axis
sizesegment size

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