eq::Image::PixelData Struct Reference

Inheritance diagram for eq::Image::PixelData:
Inheritance graph
[legend]
Collaboration diagram for eq::Image::PixelData:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void flush ()

Public Attributes

uint32_t format
 the GL format
uint32_t type
 the GL type
base::Bufferb pixels
 The pixel data.
uint32_t compressorName
 the compressor used
bool isCompressed
 The compressed pixel data is valid.
std::vector< uint64_t > compressedSize
 Sizes of the compressed pixel data blocks.
std::vector< void * > compressedData
 The compressed pixel data blocks.

Detailed Description

Definition at line 44 of file image.h.


Member Data Documentation

std::vector< uint64_t > eq::Image::PixelData::compressedSize

Sizes of the compressed pixel data blocks.

Definition at line 59 of file image.h.

Referenced by eq::Image::setPixelData(), and eq::FrameData::transmit().

The compressed pixel data blocks.

Definition at line 61 of file image.h.

Referenced by eq::Image::setPixelData(), and eq::FrameData::transmit().


The documentation for this struct was generated from the following files:
Generated on Sat Feb 6 13:05:30 2010 for Equalizer 0.9.1 by  doxygen 1.6.1