PPL Logo

ImageData::LineHeader Class Reference

Describes a row of image data. More...

#include <ImageData.h>

Collaboration diagram for ImageData::LineHeader:

Collaboration graph
[legend]

Data Fields

int m_pos
 Start position of our row -- offset into image.
int m_size
 Length of our row, in pixels.

Detailed Description

Describes a row of image data.

Definition at line 63 of file ImageData.h.


Field Documentation

Start position of our row -- offset into image.

measured in pixels, e.g., pos = off_y * wid + off_x.

Definition at line 67 of file ImageData.h.

Referenced by ImageData::AddImage(), ImageData::CombineImageDataSize(), ImageData::ConstructImage(), and ImageData::CopyImageData().

Length of our row, in pixels.

Definition at line 69 of file ImageData.h.

Referenced by ImageData::AddImage(), ImageData::CombineImageDataSize(), ImageData::ConstructImage(), and ImageData::CopyImageData().


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

Generated on Mon Sep 21 08:26:03 2020 for Charm++ by  doxygen 1.5.5