Blender V5.0
BKE_bake_data_block_map.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
10
12
13namespace blender::bke::bake {
14
22 public:
28
33 virtual void try_add(ID &id) = 0;
34};
35
36} // namespace blender::bke::bake
Definition DNA_ID.h:414
virtual void try_add(ID &id)=0
virtual ID * lookup_or_remember_missing(const BakeDataBlockID &key)=0