Public Member Functions | |
| uiRGBArray (bool withalpha) | |
| uiRGBArray (const uiRGBArray &) | |
| virtual | ~uiRGBArray () |
| char | nrComponents () const |
| bool | setSize (int, int) |
| int | getSize (bool xdir) const |
| Color | get (int, int) const |
| bool | set (int, int, const Color &) |
| void | clear (const Color &) |
| const QImage & | qImage () const |
| QImage & | qImage () |
Protected Attributes | |
| QImage * | qimg_ |
| bool | withalpha_ |
| uiRGBArray::uiRGBArray | ( | bool | withalpha | ) |
| uiRGBArray::uiRGBArray | ( | const uiRGBArray & | ) |
| virtual uiRGBArray::~uiRGBArray | ( | ) | [virtual] |
| void uiRGBArray::clear | ( | const Color & | ) |
| Color uiRGBArray::get | ( | int | , | |
| int | ||||
| ) | const [virtual] |
Implements OD::RGBImage.
| int uiRGBArray::getSize | ( | bool | xdir | ) | const [virtual] |
Implements OD::RGBImage.
| char uiRGBArray::nrComponents | ( | ) | const [inline, virtual] |
Implements OD::RGBImage.
| const QImage& uiRGBArray::qImage | ( | ) | const [inline] |
| QImage& uiRGBArray::qImage | ( | ) | [inline] |
| bool uiRGBArray::set | ( | int | , | |
| int | , | |||
| const Color & | ||||
| ) | [virtual] |
Implements OD::RGBImage.
| bool uiRGBArray::setSize | ( | int | , | |
| int | ||||
| ) | [virtual] |
Implements OD::RGBImage.
QImage* uiRGBArray::qimg_ [protected] |
bool uiRGBArray::withalpha_ [protected] |
1.7.1