|
Blender V4.3
|
Classes | |
| class | IndexFieldInput |
| class | TwoOutputFunction |
Functions | |
| TEST (field, ConstantFunction) | |
| TEST (field, VArrayInput) | |
| TEST (field, VArrayInputMultipleOutputs) | |
| TEST (field, InputAndFunction) | |
| TEST (field, TwoFunctions) | |
| TEST (field, FunctionTwoOutputs) | |
| TEST (field, TwoFunctionsTwoOutputs) | |
| TEST (field, SameFieldTwice) | |
| TEST (field, IgnoredOutput) | |
| blender::fn::tests::TEST | ( | field | , |
| ConstantFunction | ) |
Definition at line 14 of file FN_field_test.cc.
References blender::fn::FieldEvaluator::add_with_destination(), blender::fn::FieldOperation::Create(), EXPECT_EQ(), and result.
| blender::fn::tests::TEST | ( | field | , |
| FunctionTwoOutputs | ) |
| blender::fn::tests::TEST | ( | field | , |
| IgnoredOutput | ) |
Definition at line 269 of file FN_field_test.cc.
References blender::fn::FieldOperation::Create(), EXPECT_EQ(), and blender::VArrayCommon< T >::get().
| blender::fn::tests::TEST | ( | field | , |
| InputAndFunction | ) |
Definition at line 103 of file FN_field_test.cc.
References blender::fn::FieldEvaluator::add_with_destination(), b, blender::fn::FieldOperation::Create(), EXPECT_EQ(), blender::index_mask::IndexMask::from_indices(), and result.
| blender::fn::tests::TEST | ( | field | , |
| SameFieldTwice | ) |
Definition at line 249 of file FN_field_test.cc.
References blender::fn::FieldOperation::Create(), blender::fn::evaluate_fields(), EXPECT_EQ(), and mask().
| blender::fn::tests::TEST | ( | field | , |
| TwoFunctions | ) |
Definition at line 126 of file FN_field_test.cc.
References blender::fn::FieldEvaluator::add_with_destination(), b, blender::fn::FieldOperation::Create(), EXPECT_EQ(), blender::index_mask::IndexMask::from_indices(), and result.
| blender::fn::tests::TEST | ( | field | , |
| TwoFunctionsTwoOutputs | ) |
Definition at line 214 of file FN_field_test.cc.
References blender::fn::FieldOperation::Create(), EXPECT_EQ(), blender::index_mask::IndexMask::from_indices(), and blender::VArrayCommon< T >::get().
| blender::fn::tests::TEST | ( | field | , |
| VArrayInput | ) |
Definition at line 44 of file FN_field_test.cc.
References blender::fn::FieldEvaluator::add_with_destination(), blender::Array< T, InlineBufferCapacity, Allocator >::as_mutable_span(), EXPECT_EQ(), and blender::index_mask::IndexMask::from_indices().
| blender::fn::tests::TEST | ( | field | , |
| VArrayInputMultipleOutputs | ) |
Definition at line 75 of file FN_field_test.cc.
References blender::fn::FieldEvaluator::add_with_destination(), blender::Array< T, InlineBufferCapacity, Allocator >::as_mutable_span(), EXPECT_EQ(), and blender::index_mask::IndexMask::from_indices().