|
Blender V4.3
|
Classes | |
| class | AddLazyFunction |
| class | PartialEvaluationTestFunction |
| class | SimpleSideEffectProvider |
| class | StoreValueFunction |
Functions | |
| TEST (lazy_function, SimpleAdd) | |
| TEST (lazy_function, SideEffects) | |
| TEST (lazy_function, GraphWithCycle) | |
| blender::fn::lazy_function::tests::TEST | ( | lazy_function | , |
| GraphWithCycle | ) |
Definition at line 156 of file FN_lazy_function_test.cc.
References blender::fn::lazy_function::execute_lazy_function_eagerly(), EXPECT_EQ(), blender::CPPType::get(), graph, blender::fn::lazy_function::Node::input(), and blender::fn::lazy_function::Node::output().
| blender::fn::lazy_function::tests::TEST | ( | lazy_function | , |
| SideEffects | ) |
Definition at line 82 of file FN_lazy_function_test.cc.
References BLI_task_scheduler_init(), blender::fn::lazy_function::execute_lazy_function_eagerly(), EXPECT_EQ(), blender::CPPType::get(), graph, blender::fn::lazy_function::Node::input(), blender::fn::lazy_function::Node::output(), and blender::fn::lazy_function::InputSocket::set_default_value().
| blender::fn::lazy_function::tests::TEST | ( | lazy_function | , |
| SimpleAdd | ) |
Definition at line 73 of file FN_lazy_function_test.cc.
References blender::fn::lazy_function::execute_lazy_function_eagerly(), and EXPECT_EQ().