Go to the source code of this file.
|
| static bool | blender::bke::anonymous_attribute_inferencing::socket_is_field (const bNodeSocket &socket) |
| |
| static const aal::RelationsInNode & | blender::bke::anonymous_attribute_inferencing::get_relations_in_node (const bNode &node, ResourceScope &scope) |
| |
| Array< const nodes::aal::RelationsInNode * > | blender::bke::anonymous_attribute_inferencing::get_relations_by_node (const bNodeTree &tree, ResourceScope &scope) |
| |
| static bool | blender::bke::anonymous_attribute_inferencing::or_into_each_other_masked (MutableBoundedBitSpan a, MutableBoundedBitSpan b, const BoundedBitSpan mask) |
| |
| static bool | blender::bke::anonymous_attribute_inferencing::or_into_each_other (MutableBoundedBitSpan a, MutableBoundedBitSpan b) |
| |
| static bool | blender::bke::anonymous_attribute_inferencing::or_into_each_other_masked (BitGroupVector<> &vec, const int64_t a, const int64_t b, const BoundedBitSpan mask) |
| |
| static bool | blender::bke::anonymous_attribute_inferencing::or_into_each_other (BitGroupVector<> &vec, const int64_t a, const int64_t b) |
| |
| static AnonymousAttributeInferencingResult | blender::bke::anonymous_attribute_inferencing::analyze_anonymous_attribute_usages (const bNodeTree &tree) |
| |
| bool | blender::bke::anonymous_attribute_inferencing::update_anonymous_attribute_relations (bNodeTree &tree) |
| |