CARLA
 
载入中...
搜索中...
未找到
| 命名空间 | 宏定义 | 函数
ImageIOConfig.h 文件参考
#include "carla/FileSystem.h"
#include "carla/Logging.h"
#include "carla/StringUtil.h"
#include "carla/image/BoostGil.h"
+ ImageIOConfig.h 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

struct  carla::image::io::any
 
struct  carla::image::io::detail::io_any< DefaultIO, IOs >
 
struct  carla::image::io::detail::io_impl< IO >
 
struct  carla::image::io::detail::io_impl< IO, IOs... >
 
struct  carla::image::io::detail::io_jpeg
 
struct  carla::image::io::detail::io_png
 
struct  carla::image::io::detail::io_resolver
 
struct  carla::image::io::detail::io_tiff
 
struct  carla::image::io::detail::is_write_supported< ViewT, IOTag >
 
struct  carla::image::io::jpeg
 
struct  carla::image::io::png
 
struct  carla::image::io::tiff
 

命名空间

namespace  carla
 This file contains definitions of common data structures used in traffic manager.
 
namespace  carla::image
 
namespace  carla::image::io
 
namespace  carla::image::io::detail
 

宏定义

#define LIBCARLA_IMAGE_WITH_JPEG_SUPPORT   false
 
#define LIBCARLA_IMAGE_WITH_PNG_SUPPORT   false
 
#define LIBCARLA_IMAGE_WITH_TIFF_SUPPORT   false
 

函数

constexpr bool carla::image::io::has_jpeg_support ()
 
constexpr bool carla::image::io::has_png_support ()
 
constexpr bool carla::image::io::has_tiff_support ()
 

宏定义说明

◆ LIBCARLA_IMAGE_WITH_JPEG_SUPPORT

#define LIBCARLA_IMAGE_WITH_JPEG_SUPPORT   false

在文件 ImageIOConfig.h26 行定义.

被这些函数引用 carla::image::io::has_jpeg_support().

◆ LIBCARLA_IMAGE_WITH_PNG_SUPPORT

#define LIBCARLA_IMAGE_WITH_PNG_SUPPORT   false

在文件 ImageIOConfig.h18 行定义.

被这些函数引用 carla::image::io::has_png_support().

◆ LIBCARLA_IMAGE_WITH_TIFF_SUPPORT

#define LIBCARLA_IMAGE_WITH_TIFF_SUPPORT   false

在文件 ImageIOConfig.h34 行定义.

被这些函数引用 carla::image::io::has_tiff_support().