|
TuttleOFX
1
|
#include <boost/gil/gil_all.hpp>#include <emmintrin.h>#include <tuttle/plugin/memory/OfxAllocator.hpp>#include <vector>

Go to the source code of this file.
Typedefs | |
| typedef std::vector< char, tuttle::plugin::OfxAllocator < char > > | DataVector |
Functions | |
| void | convertGrayToRGB (DataVector &dataVec, size_t width, size_t height, int pixelSize) |
| void | convertRGBToRGBA () |
| void | convertRGBToABGR () |
| void | convertRGBAToRGB (DataVector &dataVec, size_t width, size_t height, int pixelSize) |
| void | convertRGBAToABGR (DataVector &dataVec, size_t width, size_t height, int pixelSize) |
| void | selectChannelInRGB () |
| void | selectChannelInRGBA (void *dataSrcPtr) |
| typedef std::vector<char, tuttle::plugin::OfxAllocator<char> > DataVector |
Definition at line 18 of file DPXWriterAlgorithm.hpp.
| void convertGrayToRGB | ( | DataVector & | dataVec, |
| size_t | width, | ||
| size_t | height, | ||
| int | pixelSize | ||
| ) |
Definition at line 20 of file DPXWriterAlgorithm.hpp.
References height.
Referenced by tuttle::plugin::dpx::writer::DPXWriterPlugin::render().
| void convertRGBAToABGR | ( | DataVector & | dataVec, |
| size_t | width, | ||
| size_t | height, | ||
| int | pixelSize | ||
| ) |
Definition at line 130 of file DPXWriterAlgorithm.hpp.
References height.
Referenced by tuttle::plugin::dpx::writer::DPXWriterPlugin::render().
| void convertRGBAToRGB | ( | DataVector & | dataVec, |
| size_t | width, | ||
| size_t | height, | ||
| int | pixelSize | ||
| ) |
Definition at line 86 of file DPXWriterAlgorithm.hpp.
References height.
Referenced by tuttle::plugin::dpx::writer::DPXWriterPlugin::render().
| void convertRGBToABGR | ( | ) |
Definition at line 81 of file DPXWriterAlgorithm.hpp.
| void convertRGBToRGBA | ( | ) |
Definition at line 76 of file DPXWriterAlgorithm.hpp.
| void selectChannelInRGB | ( | ) |
Definition at line 272 of file DPXWriterAlgorithm.hpp.
| void selectChannelInRGBA | ( | void * | dataSrcPtr | ) |
Definition at line 277 of file DPXWriterAlgorithm.hpp.