library of assembled shared sources |
http://lass.cocamware.com |
Public Member Functions | |
const num::Tuint8 | operator[] (std::size_t k) const |
num::Tuint8 & | operator[] (std::size_t k) |
const num::Tuint8 * | get () const |
num::Tuint8 * | get () |
bool | operator== (const Bytes4 &other) const |
Private Attributes | |
num::Tuint8 | values_ [4] |
Definition at line 68 of file image.cpp.
const num::Tuint8 lass::io::impl::Bytes4::operator[] | ( | std::size_t | k | ) | const [inline] |
num::Tuint8& lass::io::impl::Bytes4::operator[] | ( | std::size_t | k | ) | [inline] |
const num::Tuint8* lass::io::impl::Bytes4::get | ( | ) | const [inline] |
Definition at line 73 of file image.cpp.
References values_.
Referenced by lass::io::Image::openRadianceHdr(), lass::io::Image::openTargaTrueColor(), and lass::io::Image::saveTarga().
num::Tuint8* lass::io::impl::Bytes4::get | ( | ) | [inline] |
bool lass::io::impl::Bytes4::operator== | ( | const Bytes4 & | other | ) | const [inline] |
num::Tuint8 lass::io::impl::Bytes4::values_[4] [private] |
Generated on Mon Nov 10 14:22:09 2008 for Library of Assembled Shared Sources by ![]() |