|
Blender V5.0
|
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::FieldEvaluator::evaluate(), EXPECT_EQ(), blender::fn::FieldOperation::from(), and result.
| blender::fn::tests::TEST | ( | field | , |
| FunctionTwoOutputs | ) |
Definition at line 180 of file FN_field_test.cc.
References blender::fn::FieldEvaluator::add_with_destination(), blender::Array< T, InlineBufferCapacity, Allocator >::as_mutable_span(), blender::fn::FieldEvaluator::evaluate(), EXPECT_EQ(), blender::fn::FieldOperation::from(), blender::IndexMask::from_indices(), indices, and mask().
| blender::fn::tests::TEST | ( | field | , |
| IgnoredOutput | ) |
Definition at line 268 of file FN_field_test.cc.
References blender::fn::FieldEvaluator::add(), blender::fn::FieldEvaluator::evaluate(), EXPECT_EQ(), blender::fn::FieldOperation::from(), 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::FieldEvaluator::evaluate(), EXPECT_EQ(), blender::fn::FieldOperation::from(), blender::IndexMask::from_indices(), indices, mask(), and result.
| blender::fn::tests::TEST | ( | field | , |
| SameFieldTwice | ) |
Definition at line 249 of file FN_field_test.cc.
References blender::fn::evaluate_fields(), EXPECT_EQ(), blender::fn::FieldOperation::from(), 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::FieldEvaluator::evaluate(), EXPECT_EQ(), blender::fn::FieldOperation::from(), blender::IndexMask::from_indices(), indices, mask(), and result.
| blender::fn::tests::TEST | ( | field | , |
| TwoFunctionsTwoOutputs | ) |
Definition at line 214 of file FN_field_test.cc.
References blender::fn::FieldEvaluator::add(), blender::fn::FieldEvaluator::evaluate(), EXPECT_EQ(), blender::fn::FieldOperation::from(), blender::IndexMask::from_indices(), blender::VArrayCommon< T >::get(), and mask().
| blender::fn::tests::TEST | ( | field | , |
| VArrayInput | ) |
| blender::fn::tests::TEST | ( | field | , |
| VArrayInputMultipleOutputs | ) |