TuttleOFX
1
|
#include <DPXWriterPlugin.hpp>
Data Fields | |
std::string | _filepath |
filepath | |
std::string | _project |
project metadata | |
std::string | _copyright |
copyright metadata | |
ETuttlePluginBitDepth | _bitDepth |
Output bit depth. | |
size_t | _iBitDepth |
Int value of output bit depth. | |
::dpx::Descriptor | _descriptor |
Components type. | |
::dpx::Characteristic | _transfer |
::dpx::Characteristic | _colorimetric |
::dpx::Packing | _packed |
Bit streaming packing. | |
::dpx::Encoding | _encoding |
::dpx::Orientation | _orientation |
bool | _swapEndian |
set endianness |
Definition at line 14 of file DPXWriterPlugin.hpp.
Output bit depth.
Definition at line 19 of file DPXWriterPlugin.hpp.
Referenced by tuttle::plugin::dpx::writer::DPXWriterPlugin::getProcessParams(), and tuttle::plugin::dpx::writer::DPXWriterPlugin::render().
Definition at line 23 of file DPXWriterPlugin.hpp.
Referenced by tuttle::plugin::dpx::writer::DPXWriterPlugin::getProcessParams(), and tuttle::plugin::dpx::writer::DPXWriterPlugin::render().
copyright metadata
Definition at line 18 of file DPXWriterPlugin.hpp.
Referenced by tuttle::plugin::dpx::writer::DPXWriterPlugin::getProcessParams(), and tuttle::plugin::dpx::writer::DPXWriterPlugin::render().
Components type.
Definition at line 21 of file DPXWriterPlugin.hpp.
Referenced by tuttle::plugin::dpx::writer::DPXWriterPlugin::getProcessParams(), and tuttle::plugin::dpx::writer::DPXWriterPlugin::render().
Definition at line 25 of file DPXWriterPlugin.hpp.
Referenced by tuttle::plugin::dpx::writer::DPXWriterPlugin::getProcessParams(), and tuttle::plugin::dpx::writer::DPXWriterPlugin::render().
filepath
Definition at line 16 of file DPXWriterPlugin.hpp.
Referenced by tuttle::plugin::dpx::writer::DPXWriterPlugin::getProcessParams().
Int value of output bit depth.
Definition at line 20 of file DPXWriterPlugin.hpp.
Referenced by tuttle::plugin::dpx::writer::DPXWriterPlugin::getProcessParams(), and tuttle::plugin::dpx::writer::DPXWriterPlugin::render().
Definition at line 26 of file DPXWriterPlugin.hpp.
Referenced by tuttle::plugin::dpx::writer::DPXWriterPlugin::getProcessParams(), and tuttle::plugin::dpx::writer::DPXWriterPlugin::render().
Bit streaming packing.
Definition at line 24 of file DPXWriterPlugin.hpp.
Referenced by tuttle::plugin::dpx::writer::DPXWriterPlugin::getProcessParams(), and tuttle::plugin::dpx::writer::DPXWriterPlugin::render().
project metadata
Definition at line 17 of file DPXWriterPlugin.hpp.
Referenced by tuttle::plugin::dpx::writer::DPXWriterPlugin::getProcessParams(), and tuttle::plugin::dpx::writer::DPXWriterPlugin::render().
set endianness
Definition at line 27 of file DPXWriterPlugin.hpp.
Referenced by tuttle::plugin::dpx::writer::DPXWriterPlugin::getProcessParams(), and tuttle::plugin::dpx::writer::DPXWriterPlugin::render().
Definition at line 22 of file DPXWriterPlugin.hpp.
Referenced by tuttle::plugin::dpx::writer::DPXWriterPlugin::getProcessParams(), and tuttle::plugin::dpx::writer::DPXWriterPlugin::render().