library of assembled shared sources |
http://lass.cocamware.com |
Public Member Functions | |
const unsigned | numAttributeBits () const |
const bool | flipHorizontalFlag () const |
const bool | flipVerticalFlag () const |
const bool | interleavingFlag () const |
void | readFrom (BinaryIStream &stream) |
void | writeTo (BinaryOStream &stream) |
Data Fields | |
num::Tuint8 | idLength |
num::Tuint8 | colorMapType |
num::Tuint8 | imageType |
num::Tuint16 | colorMapOrigin |
num::Tuint16 | colorMapLength |
num::Tuint8 | colorMapEntrySize |
num::Tuint16 | imageXorigin |
num::Tuint16 | imageYorigin |
num::Tuint16 | imageWidth |
num::Tuint16 | imageHeight |
num::Tuint8 | imagePixelSize |
num::Tuint8 | imageDescriptor |
Definition at line 192 of file image.h.
const unsigned lass::io::Image::HeaderTarga::numAttributeBits | ( | ) | const [inline] |
const bool lass::io::Image::HeaderTarga::flipHorizontalFlag | ( | ) | const [inline] |
const bool lass::io::Image::HeaderTarga::flipVerticalFlag | ( | ) | const [inline] |
const bool lass::io::Image::HeaderTarga::interleavingFlag | ( | ) | const [inline] |
void lass::io::Image::HeaderTarga::readFrom | ( | BinaryIStream & | stream | ) |
Definition at line 1593 of file image.cpp.
References colorMapEntrySize, colorMapLength, colorMapOrigin, colorMapType, idLength, imageDescriptor, imageHeight, imagePixelSize, imageType, imageWidth, imageXorigin, imageYorigin, and lass::num::littleEndian.
Referenced by lass::io::Image::openTarga().
void lass::io::Image::HeaderTarga::writeTo | ( | BinaryOStream & | stream | ) |
Definition at line 1603 of file image.cpp.
References colorMapEntrySize, colorMapLength, colorMapOrigin, colorMapType, idLength, imageDescriptor, imageHeight, imagePixelSize, imageType, imageWidth, imageXorigin, imageYorigin, and lass::num::littleEndian.
Referenced by lass::io::Image::saveTarga().
Definition at line 194 of file image.h.
Referenced by lass::io::Image::openTargaTrueColor(), readFrom(), lass::io::Image::saveTarga(), and writeTo().
Definition at line 195 of file image.h.
Referenced by readFrom(), lass::io::Image::saveTarga(), and writeTo().
Definition at line 196 of file image.h.
Referenced by lass::io::Image::openTarga(), lass::io::Image::openTargaTrueColor(), readFrom(), lass::io::Image::saveTarga(), and writeTo().
Definition at line 197 of file image.h.
Referenced by readFrom(), lass::io::Image::saveTarga(), and writeTo().
Definition at line 198 of file image.h.
Referenced by lass::io::Image::openTargaTrueColor(), readFrom(), lass::io::Image::saveTarga(), and writeTo().
Definition at line 199 of file image.h.
Referenced by lass::io::Image::openTargaTrueColor(), readFrom(), lass::io::Image::saveTarga(), and writeTo().
Definition at line 200 of file image.h.
Referenced by readFrom(), lass::io::Image::saveTarga(), and writeTo().
Definition at line 201 of file image.h.
Referenced by readFrom(), lass::io::Image::saveTarga(), and writeTo().
Definition at line 202 of file image.h.
Referenced by lass::io::Image::openTarga(), lass::io::Image::openTargaTrueColor(), readFrom(), lass::io::Image::saveTarga(), and writeTo().
Definition at line 203 of file image.h.
Referenced by lass::io::Image::openTarga(), lass::io::Image::openTargaTrueColor(), readFrom(), lass::io::Image::saveTarga(), and writeTo().
Definition at line 204 of file image.h.
Referenced by lass::io::Image::openTargaTrueColor(), readFrom(), lass::io::Image::saveTarga(), and writeTo().
Definition at line 205 of file image.h.
Referenced by readFrom(), lass::io::Image::saveTarga(), and writeTo().
Generated on Mon Nov 10 14:22:09 2008 for Library of Assembled Shared Sources by 1.5.7.1 |