Blender
V5.0
source
blender
imbuf
opencolorio
intern
fallback
fallback_processor_cache.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2025 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
5
#pragma once
6
7
#include <memory>
8
9
#include "
BLI_string_ref.hh
"
10
11
namespace
blender::ocio
{
12
13
class
CPUProcessor
;
14
15
class
FallbackProcessorCache
{
16
public
:
20
std::shared_ptr<const CPUProcessor>
get
(
StringRefNull
from_colorspace,
21
StringRefNull
to_colorspace)
const
;
22
};
23
24
}
// namespace blender::ocio
BLI_string_ref.hh
blender::StringRefNull
Definition
BLI_string_ref.hh:132
blender::ocio::CPUProcessor
Definition
OCIO_cpu_processor.hh:11
blender::ocio::FallbackProcessorCache
Definition
fallback_processor_cache.hh:15
blender::ocio::FallbackProcessorCache::get
std::shared_ptr< const CPUProcessor > get(StringRefNull from_colorspace, StringRefNull to_colorspace) const
Definition
fallback_processor_cache.cc:11
blender::ocio
Definition
BLF_api.hh:35
Generated on
for Blender by
doxygen
1.16.1