Blender
V5.0
intern
cycles
graph
node_xml.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
2
*
3
* SPDX-License-Identifier: Apache-2.0 */
4
5
#pragma once
6
7
#ifdef WITH_PUGIXML
8
9
# include "
util/map.h
"
10
# include "
util/param.h
"
11
# include "
util/xml.h
"
12
13
CCL_NAMESPACE_BEGIN
14
15
struct
Node
;
16
17
struct
XMLReader {
18
map<ustring, Node *> node_map;
19
};
20
21
void
xml_read_node(XMLReader &reader,
Node
*node,
const
xml_node xml_node);
22
xml_node xml_write_node(
Node
*node,
const
xml_node xml_root);
23
24
CCL_NAMESPACE_END
25
26
#endif
/* WITH_PUGIXML */
map.h
CCL_NAMESPACE_END
#define CCL_NAMESPACE_END
Definition
device/cuda/compat.h:10
CCL_NAMESPACE_BEGIN
Definition
python.cpp:37
param.h
Node
Definition
graph/node.h:90
xml.h
Generated on
for Blender by
doxygen
1.16.1