Blender
V5.0
source
blender
nodes
intern
volume_grid_function_eval.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
8
9
#pragma once
10
11
#include "
FN_multi_function.hh
"
12
13
#include "
NOD_geometry_exec.hh
"
14
15
namespace
blender::nodes
{
16
28
[[nodiscard]]
bool
execute_multi_function_on_value_variant__volume_grid
(
29
const
mf::MultiFunction &fn,
30
const
Span<SocketValueVariant *> input_values,
31
const
Span<SocketValueVariant *> output_values,
32
std::string &r_error_message);
33
34
}
// namespace blender::nodes
FN_multi_function.hh
NOD_geometry_exec.hh
blender::nodes
Definition
BKE_compute_contexts.hh:29
blender::nodes::execute_multi_function_on_value_variant__volume_grid
bool execute_multi_function_on_value_variant__volume_grid(const mf::MultiFunction &, const Span< bke::SocketValueVariant * >, const Span< bke::SocketValueVariant * >, std::string &r_error_message)
Definition
volume_grid_function_eval.cc:590
Generated on
for Blender by
doxygen
1.16.1