TuttleOFX
1
|
Data Structures | |
struct | PngReaderProcessParams |
class | PngReaderPlugin |
Png reader. More... | |
class | PngReaderProcess |
Typedefs | |
typedef any_image < boost::mpl::vector < gray8_image_t, gray16_image_t, gray32f_image_t, rgba8_image_t, rgba16_image_t, rgba32f_image_t, rgb8_image_t, rgb16_image_t, rgb32f_image_t > > | any_image_t |
typedef any_image_t::view_t | any_view_t |
Functions | |
mDeclarePluginFactory (PngReaderPluginFactory,{},{}) | |
Variables | |
static const bool | kSupportTiles = false |
typedef any_image< boost::mpl::vector < gray8_image_t, gray16_image_t, gray32f_image_t, rgba8_image_t, rgba16_image_t, rgba32f_image_t, rgb8_image_t, rgb16_image_t, rgb32f_image_t > > tuttle::plugin::png::reader::any_image_t |
Definition at line 29 of file PngReaderProcess.tcc.
typedef any_image_t::view_t tuttle::plugin::png::reader::any_view_t |
Definition at line 30 of file PngReaderProcess.tcc.
tuttle::plugin::png::reader::mDeclarePluginFactory | ( | PngReaderPluginFactory | ) |
const bool tuttle::plugin::png::reader::kSupportTiles = false [static] |
Definition at line 10 of file PngReaderPluginFactory.hpp.