| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/image/memoryimage.h>

Public Member Functions | |
| MemoryImage (int width, int height, Image::LayerSequence layerSequence=Image::RGB, int dataType=Image::U8, int alignment=8, Image::MemoryLayout memoryLayout=Image::Increasing) | |
| MemoryImage (Image *source, int dataType=Image::U8, int alignment=8) | |
| virtual | ~MemoryImage () |
| virtual int | width () const |
| virtual int | height () const |
| See Image. | |
| virtual void * | pixelComponents (int x, int y, int component=0) const |
| virtual void * | lineComponents (int y) const |
| See Image. | |
| VRS_TYPEINFO (MemoryImage, Image) | |
| VRS_SERIALIZABLE (MemoryImage) | |
Protected Member Functions | |
| MemoryImage () | |
| VRS::MemoryImage::MemoryImage | ( | int | width, | |
| int | height, | |||
| Image::LayerSequence | layerSequence = Image::RGB, |
|||
| int | dataType = Image::U8, |
|||
| int | alignment = 8, |
|||
| Image::MemoryLayout | memoryLayout = Image::Increasing | |||
| ) |
| VRS::MemoryImage::MemoryImage | ( | Image * | source, | |
| int | dataType = Image::U8, |
|||
| int | alignment = 8 | |||
| ) |
| virtual VRS::MemoryImage::~MemoryImage | ( | ) | [virtual] |
| VRS::MemoryImage::MemoryImage | ( | ) | [protected] |
| virtual int VRS::MemoryImage::width | ( | ) | const [virtual] |
Implements VRS::Image.
| virtual int VRS::MemoryImage::height | ( | ) | const [virtual] |
| virtual void* VRS::MemoryImage::pixelComponents | ( | int | x, | |
| int | y, | |||
| int | component = 0 | |||
| ) | const [virtual] |
Implements VRS::Image.
| virtual void* VRS::MemoryImage::lineComponents | ( | int | y | ) | const [virtual] |
| VRS::MemoryImage::VRS_TYPEINFO | ( | MemoryImage | , | |
| Image | ||||
| ) |
| VRS::MemoryImage::VRS_SERIALIZABLE | ( | MemoryImage | ) |