TuttleOFX
1
|
Generic io functions for dealing with dynamic images. More...
#include <boost/mpl/at.hpp>
#include <boost/mpl/size.hpp>
#include <boost/gil/gil_config.hpp>
#include <boost/gil/extension/io_new/detail/io_error.hpp>
#include <boost/gil/extension/dynamic_image/dynamic_image_all.hpp>
Go to the source code of this file.
Data Structures | |
struct | boost::gil::any_image_pixel_t |
struct | boost::gil::any_image_channel_t |
struct | boost::gil::any_image_color_space_t |
struct | boost::gil::detail::construct_matched_t< N > |
struct | boost::gil::detail::construct_matched_t< 0 > |
class | boost::gil::detail::dynamic_io_fnobj< IsSupported, OpClass > |
Namespaces | |
namespace | boost |
namespace | boost::gil |
namespace | boost::gil::detail |
Functions | |
template<typename Images , typename Pred > | |
bool | boost::gil::construct_matched (any_image< Images > &im, Pred pred) |
Within the any_image, constructs an image with the given dimensions and a type that satisfies the given predicate. |
Generic io functions for dealing with dynamic images.
Definition in file dynamic_images.hpp.