#include <BALL/VIEW/RENDERING/pixelFormat.h>
|
| PixelFormat () |
|
| PixelFormat (const ChannelFormat &c0, unsigned int flags=0) |
|
| PixelFormat (const ChannelFormat &c0, const ChannelFormat &c1, unsigned int flags=0) |
|
| PixelFormat (const ChannelFormat &c0, const ChannelFormat &c1, const ChannelFormat &c2, unsigned int flags=0) |
|
| PixelFormat (const ChannelFormat &c0, const ChannelFormat &c1, const ChannelFormat &c2, const ChannelFormat &c3, unsigned int flags=0) |
|
unsigned int | getNumChannels () const |
|
const ChannelFormat & | getChannel (unsigned int i) const |
|
ChannelFormat & | getChannel (unsigned int i) |
|
const ChannelFormat & | operator[] (unsigned int i) const |
|
ChannelFormat & | operator[] (unsigned int i) |
|
unsigned int | getFlags () const |
|
void | setFlags (unsigned int f) |
|
unsigned int | computeBitSize () const |
|
unsigned int | computeByteSize () const |
|
PixelFormat & | operator= (const PixelFormat &f) |
|
bool | operator== (const PixelFormat &f) const |
|
bool | operator!= (const PixelFormat &f) const |
|
void | print (std::ostream &o) const |
|
Definition at line 61 of file pixelFormat.h.
◆ anonymous enum
Enumerator |
---|
MAX_NUMBER_OF_CHANNELS | |
Definition at line 64 of file pixelFormat.h.
◆ anonymous enum
◆ PixelFormat() [1/5]
BALL::VIEW::PixelFormat::PixelFormat |
( |
| ) |
|
|
inline |
◆ PixelFormat() [2/5]
BALL::VIEW::PixelFormat::PixelFormat |
( |
const ChannelFormat & |
c0, |
|
|
unsigned int |
flags = 0 |
|
) |
| |
|
inline |
◆ PixelFormat() [3/5]
◆ PixelFormat() [4/5]
◆ PixelFormat() [5/5]
◆ computeBitSize()
unsigned int BALL::VIEW::PixelFormat::computeBitSize |
( |
| ) |
const |
|
inline |
◆ computeByteSize()
unsigned int BALL::VIEW::PixelFormat::computeByteSize |
( |
| ) |
const |
|
inline |
◆ getChannel() [1/2]
const ChannelFormat& BALL::VIEW::PixelFormat::getChannel |
( |
unsigned int |
i | ) |
const |
|
inline |
◆ getChannel() [2/2]
ChannelFormat& BALL::VIEW::PixelFormat::getChannel |
( |
unsigned int |
i | ) |
|
|
inline |
◆ getFlags()
unsigned int BALL::VIEW::PixelFormat::getFlags |
( |
| ) |
const |
|
inline |
◆ getNumChannels()
unsigned int BALL::VIEW::PixelFormat::getNumChannels |
( |
| ) |
const |
|
inline |
◆ operator!=()
◆ operator=()
◆ operator==()
◆ operator[]() [1/2]
const ChannelFormat& BALL::VIEW::PixelFormat::operator[] |
( |
unsigned int |
i | ) |
const |
|
inline |
◆ operator[]() [2/2]
ChannelFormat& BALL::VIEW::PixelFormat::operator[] |
( |
unsigned int |
i | ) |
|
|
inline |
◆ print()
void BALL::VIEW::PixelFormat::print |
( |
std::ostream & |
o | ) |
const |
◆ setFlags()
void BALL::VIEW::PixelFormat::setFlags |
( |
unsigned int |
f | ) |
|
|
inline |
◆ BGR_24
◆ BGR_32
◆ BGRA_32
◆ RGB_24
◆ RGB_32
◆ RGB_3_2_2
◆ RGBA_32
◆ RGBF_96