#include <OCIO_packed_image.hh>
Definition at line 22 of file OCIO_packed_image.hh.
◆ PackedImage()
| blender::ocio::PackedImage::PackedImage |
( |
void * | data, |
|
|
const size_t | width, |
|
|
const size_t | height, |
|
|
const size_t | num_channels, |
|
|
const BitDepth | bit_depth, |
|
|
const size_t | chan_stride_in_bytes, |
|
|
const size_t | x_stride_in_bytes, |
|
|
const size_t | y_stride_in_bytes ) |
|
inline |
◆ get_bit_depth()
| BitDepth blender::ocio::PackedImage::get_bit_depth |
( |
| ) |
const |
|
inline |
◆ get_chan_stride_in_bytes()
| size_t blender::ocio::PackedImage::get_chan_stride_in_bytes |
( |
| ) |
const |
|
inline |
◆ get_data()
| void * blender::ocio::PackedImage::get_data |
( |
| ) |
const |
|
inline |
◆ get_height()
| size_t blender::ocio::PackedImage::get_height |
( |
| ) |
const |
|
inline |
◆ get_num_channels()
| size_t blender::ocio::PackedImage::get_num_channels |
( |
| ) |
const |
|
inline |
◆ get_width()
| size_t blender::ocio::PackedImage::get_width |
( |
| ) |
const |
|
inline |
◆ get_x_stride_in_bytes()
| size_t blender::ocio::PackedImage::get_x_stride_in_bytes |
( |
| ) |
const |
|
inline |
◆ get_y_stride_in_bytes()
| size_t blender::ocio::PackedImage::get_y_stride_in_bytes |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: