Blender V5.0
node_geo_input_mesh_edge_vertices.cc File Reference

Go to the source code of this file.

Classes

class  blender::nodes::node_geo_input_mesh_edge_vertices_cc::EdgeVertsInput
class  blender::nodes::node_geo_input_mesh_edge_vertices_cc::EdgePositionFieldInput

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_geo_input_mesh_edge_vertices_cc

Enumerations

enum class  blender::nodes::node_geo_input_mesh_edge_vertices_cc::VertNumber { blender::nodes::node_geo_input_mesh_edge_vertices_cc::V1 , blender::nodes::node_geo_input_mesh_edge_vertices_cc::V2 }

Functions

static void blender::nodes::node_geo_input_mesh_edge_vertices_cc::node_declare (NodeDeclarationBuilder &b)
static VArray< int > blender::nodes::node_geo_input_mesh_edge_vertices_cc::construct_edge_verts_gvarray (const Mesh &mesh, const VertNumber vertex, const AttrDomain domain)
static VArray< float3blender::nodes::node_geo_input_mesh_edge_vertices_cc::construct_edge_positions_gvarray (const Mesh &mesh, const VertNumber vertex, const AttrDomain domain)
static void blender::nodes::node_geo_input_mesh_edge_vertices_cc::node_geo_exec (GeoNodeExecParams params)
static void blender::nodes::node_geo_input_mesh_edge_vertices_cc::node_register ()