Blender V5.0
blender::ocio::PackedImage Class Reference

#include <OCIO_packed_image.hh>

Public Member Functions

 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)
size_t get_width () const
size_t get_height () const
size_t get_num_channels () const
void * get_data () const
BitDepth get_bit_depth () const
size_t get_chan_stride_in_bytes () const
size_t get_x_stride_in_bytes () const
size_t get_y_stride_in_bytes () const

Detailed Description

Definition at line 22 of file OCIO_packed_image.hh.

Constructor & Destructor Documentation

◆ 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

Definition at line 63 of file OCIO_packed_image.hh.

References data.

Member Function Documentation

◆ get_bit_depth()

◆ get_chan_stride_in_bytes()

size_t blender::ocio::PackedImage::get_chan_stride_in_bytes ( ) const
inline

Definition at line 160 of file OCIO_packed_image.hh.

◆ get_data()

◆ get_height()

◆ get_num_channels()

◆ get_width()

◆ get_x_stride_in_bytes()

size_t blender::ocio::PackedImage::get_x_stride_in_bytes ( ) const
inline

Definition at line 164 of file OCIO_packed_image.hh.

◆ get_y_stride_in_bytes()

size_t blender::ocio::PackedImage::get_y_stride_in_bytes ( ) const
inline

Definition at line 168 of file OCIO_packed_image.hh.


The documentation for this class was generated from the following file: