|
Blender V5.0
|
Inherits blender::bke::MeshFieldInput.
Additional Inherited Members | |
| Public Types inherited from blender::fn::FieldInput | |
| enum class | Category { NamedAttribute = 0 , Generated = 1 , AnonymousAttribute = 2 , Unknown } |
| Protected Attributes inherited from blender::fn::FieldInput | |
| const CPPType * | type_ |
| std::string | debug_name_ |
| Category | category_ = Category::Unknown |
| Protected Attributes inherited from blender::fn::FieldNode | |
| std::shared_ptr< const FieldInputs > | field_inputs_ |
Definition at line 43 of file node_geo_input_mesh_edge_vertices.cc.
|
inline |
Definition at line 48 of file node_geo_input_mesh_edge_vertices.cc.
References blender::fn::FieldInput::category_, and blender::fn::FieldInput::Generated.
Referenced by is_equal_to().
|
inlinefinalvirtual |
Implements blender::bke::MeshFieldInput.
Definition at line 54 of file node_geo_input_mesh_edge_vertices.cc.
References blender::nodes::node_geo_input_mesh_edge_vertices_cc::construct_edge_verts_gvarray().
|
inlineoverridevirtual |
Reimplemented from blender::fn::FieldNode.
Definition at line 61 of file node_geo_input_mesh_edge_vertices.cc.
References blender::nodes::node_geo_input_mesh_edge_vertices_cc::V1.
|
inlineoverridevirtual |
Reimplemented from blender::fn::FieldNode.
Definition at line 66 of file node_geo_input_mesh_edge_vertices.cc.
References EdgeVertsInput().
|
inlineoverridevirtual |
Reimplemented from blender::bke::MeshFieldInput.
Definition at line 74 of file node_geo_input_mesh_edge_vertices.cc.