| bioformats
    5.1.7
    | 
Tile pixel data buffer. More...
#include <ome/bioformats/TileBuffer.h>
| Public Member Functions | |
| TileBuffer (dimension_size_type size) | |
| Constructor.  More... | |
| virtual | ~TileBuffer () | 
| Destructor. | |
| dimension_size_type | size () const | 
| Get the buffer size.  More... | |
| uint8_t * | data () | 
| Get the buffer data.  More... | |
| const uint8_t * | data () const | 
| Get the buffer data.  More... | |
| Private Member Functions | |
| TileBuffer (const TileBuffer &) | |
| Copy constructor (deleted). | |
| TileBuffer & | operator= (const TileBuffer &) | 
| Assignment operator (deleted). | |
| Private Attributes | |
| dimension_size_type | bufsize | 
| Buffer size (bytes). | |
| uint8_t * | buf | 
| Raw buffer. | |
Tile pixel data buffer.
Pixel data for a single tile.
| 
 | explicit | 
| uint8_t * ome::bioformats::TileBuffer::data | ( | ) | 
| const uint8_t * ome::bioformats::TileBuffer::data | ( | ) | const | 
| dimension_size_type ome::bioformats::TileBuffer::size | ( | ) | const | 
 1.8.10
 1.8.10