CARLA
 
载入中...
搜索中...
未找到
静态 Public 成员函数 | 所有成员列表
carla::image::io::detail::io_resolver结构体 参考

#include <ImageIOConfig.h>

静态 Public 成员函数

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)
 

详细描述

在文件 ImageIOConfig.h206 行定义.

成员函数说明

◆ 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

在文件 ImageIOConfig.h214 行定义.

◆ 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

在文件 ImageIOConfig.h209 行定义.

◆ 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

在文件 ImageIOConfig.h225 行定义.

引用了 DEBUG_ASSERT.

◆ 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

在文件 ImageIOConfig.h219 行定义.

引用了 carla::log_debug().

+ 函数调用图:

◆ 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

在文件 ImageIOConfig.h237 行定义.

引用了 DEBUG_ASSERT.

◆ 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

在文件 ImageIOConfig.h230 行定义.

引用了 carla::log_debug() , 以及 carla::FileSystem::ValidateFilePath().

+ 函数调用图:

该结构体的文档由以下文件生成: