Blender
V5.0
intern
cycles
scene
light_tree_debug.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2011-2025 Blender Foundation
2
*
3
* SPDX-License-Identifier: Apache-2.0 */
4
5
#pragma once
6
7
#include "
util/string.h
"
8
#include "
util/types_base.h
"
9
10
CCL_NAMESPACE_BEGIN
11
12
struct
KernelLightTreeNode
;
13
class
LightTree
;
14
struct
LightTreeNode
;
15
class
Scene
;
16
17
void
light_tree_plot_to_file
(
const
Scene
&scene,
18
const
LightTree
&
tree
,
19
const
LightTreeNode
&root_node,
20
const
string
&filename);
21
22
void
klight_tree_plot_to_file
(
uint
root_index,
23
const
KernelLightTreeNode
*knodes,
24
const
string
&filename);
25
26
CCL_NAMESPACE_END
uint
unsigned int uint
Definition
BLI_sys_types.h:64
LightTree
Definition
light_tree.h:385
CCL_NAMESPACE_END
#define CCL_NAMESPACE_END
Definition
device/cuda/compat.h:10
tree
KDTree_3d * tree
Definition
editors/mesh/mesh_mirror.cc:30
klight_tree_plot_to_file
void klight_tree_plot_to_file(uint root_index, const KernelLightTreeNode *knodes, const string &filename)
Definition
light_tree_debug.cpp:308
light_tree_plot_to_file
void light_tree_plot_to_file(const Scene &scene, const LightTree &tree, const LightTreeNode &root_node, const string &filename)
Definition
light_tree_debug.cpp:198
CCL_NAMESPACE_BEGIN
Definition
python.cpp:37
string.h
KernelLightTreeNode
Definition
kernel/types.h:1658
LightTreeNode
Definition
light_tree.h:249
Scene
Definition
DNA_scene_types.h:2120
types_base.h
Generated on
for Blender by
doxygen
1.16.1