#include "carla/FileSystem.h"
#include "carla/Logging.h"
#include "carla/StringUtil.h"
#include "carla/image/BoostGil.h"
命名空间 | |
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 () |
#define LIBCARLA_IMAGE_WITH_JPEG_SUPPORT false |
在文件 ImageIOConfig.h 第 26 行定义.
被这些函数引用 carla::image::io::has_jpeg_support().
#define LIBCARLA_IMAGE_WITH_PNG_SUPPORT false |
在文件 ImageIOConfig.h 第 18 行定义.
被这些函数引用 carla::image::io::has_png_support().
#define LIBCARLA_IMAGE_WITH_TIFF_SUPPORT false |
在文件 ImageIOConfig.h 第 34 行定义.
被这些函数引用 carla::image::io::has_tiff_support().