Blender
V3.3
|
#include <BKE_geometry_fields.hh>
Static Public Member Functions | |
template<typename T > | |
static fn::Field< T > | Create (std::string name) |
Additional Inherited Members | |
![]() | |
enum class | Category { NamedAttribute = 0 , Generated = 1 , AnonymousAttribute = 2 , Unknown } |
![]() | |
const CPPType * | type_ |
std::string | debug_name_ |
Category | category_ = Category::Unknown |
![]() | |
std::shared_ptr< const FieldInputs > | field_inputs_ |
Definition at line 52 of file BKE_geometry_fields.hh.
|
inline |
Definition at line 57 of file BKE_geometry_fields.hh.
References blender::fn::FieldInput::category_, and blender::fn::FieldInput::NamedAttribute.
|
inline |
Definition at line 70 of file BKE_geometry_fields.hh.
Referenced by blender::nodes::node_geo_volume_cube_cc::Grid3DFieldContext::get_varray_for_input().
|
inlinestatic |
Definition at line 63 of file BKE_geometry_fields.hh.
References type.
|
overridevirtual |
Implements blender::bke::GeometryFieldInput.
Definition at line 821 of file attribute_access.cc.
References component(), blender::bke::cpp_type_to_custom_data_type(), and blender::fn::FieldInput::type_.
|
overridevirtual |
Reimplemented from blender::fn::FieldNode.
Definition at line 839 of file attribute_access.cc.
References blender::get_default_hash_2(), and blender::fn::FieldInput::type_.
|
overridevirtual |
Reimplemented from blender::fn::FieldNode.
Definition at line 844 of file attribute_access.cc.
References blender::fn::FieldInput::type_.
|
overridevirtual |
Reimplemented from blender::fn::FieldInput.
Definition at line 832 of file attribute_access.cc.
References TIP_.