#include <ImageIOConfig.h>
|
template<typename IO , typename Str > |
static std::enable_if<!IO::is_supported, bool >::type | match_extension (const Str &) |
|
template<typename IO , typename Str > |
static std::enable_if< IO::is_supported, bool >::type | match_extension (const Str &str) |
|
template<typename IO , typename... Args> |
static std::enable_if<!IO::is_supported >::type | read_image (Args &&...) |
|
template<typename IO , typename Str , typename... Args> |
static std::enable_if< IO::is_supported >::type | read_image (const Str &path, Args &&... args) |
|
template<typename IO , typename... Args> |
static std::enable_if<!IO::is_supported >::type | write_view (Args &&...) |
|
template<typename IO , typename... Args> |
static std::enable_if< IO::is_supported >::type | write_view (std::string &path, Args &&... args) |
|
◆ match_extension() [1/2]
template<typename IO , typename Str >
static std::enable_if<!IO::is_supported, bool >::type carla::image::io::detail::io_resolver::match_extension |
( |
const Str & | | ) |
|
|
inlinestatic |
◆ match_extension() [2/2]
template<typename IO , typename Str >
static std::enable_if< IO::is_supported, bool >::type carla::image::io::detail::io_resolver::match_extension |
( |
const Str & | str | ) |
|
|
inlinestatic |
◆ read_image() [1/2]
template<typename IO , typename... Args>
static std::enable_if<!IO::is_supported >::type carla::image::io::detail::io_resolver::read_image |
( |
Args && | ... | ) |
|
|
inlinestatic |
◆ read_image() [2/2]
template<typename IO , typename Str , typename... Args>
static std::enable_if< IO::is_supported >::type carla::image::io::detail::io_resolver::read_image |
( |
const Str & | path, |
|
|
Args &&... | args ) |
|
inlinestatic |
◆ write_view() [1/2]
template<typename IO , typename... Args>
static std::enable_if<!IO::is_supported >::type carla::image::io::detail::io_resolver::write_view |
( |
Args && | ... | ) |
|
|
inlinestatic |
◆ write_view() [2/2]
template<typename IO , typename... Args>
static std::enable_if< IO::is_supported >::type carla::image::io::detail::io_resolver::write_view |
( |
std::string & | path, |
|
|
Args &&... | args ) |
|
inlinestatic |
该结构体的文档由以下文件生成: