Blender V5.0
node_iterator_tests.cc File Reference
#include "testing/testing.h"
#include "CLG_log.h"
#include "DNA_material_types.h"
#include "DNA_scene_types.h"
#include "BKE_appdir.hh"
#include "BKE_context.hh"
#include "BKE_global.hh"
#include "BKE_idtype.hh"
#include "BKE_main.hh"
#include "BKE_material.hh"
#include "BKE_node.hh"
#include "BKE_scene.hh"
#include "IMB_imbuf.hh"
#include "ED_node_c.hh"
#include "RNA_define.hh"

Go to the source code of this file.

Classes

class  blender::nodes::tests::NodeTest
struct  blender::nodes::tests::NodeTest::IteratorResult
class  blender::nodes::tests::TestData

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::tests

Macros

#define DNA_DEPRECATED_ALLOW

Functions

 blender::nodes::tests::TEST_F (NodeTest, tree_iterator_empty)
 blender::nodes::tests::TEST_F (NodeTest, tree_iterator_1_mat)
 blender::nodes::tests::TEST_F (NodeTest, tree_iterator_scene_no_tree)
 blender::nodes::tests::TEST_F (NodeTest, tree_iterator_1mat_1scene)
 blender::nodes::tests::TEST_F (NodeTest, tree_iterator_1mat_3scenes)
 blender::nodes::tests::TEST_F (NodeTest, tree_iterator_1mat_1scene_2compositing_trees)

Macro Definition Documentation

◆ DNA_DEPRECATED_ALLOW

#define DNA_DEPRECATED_ALLOW

Definition at line 9 of file node_iterator_tests.cc.