Blender  V3.3
Classes | Namespaces | Enumerations | Functions
node_geo_input_mesh_edge_vertices.cc File Reference
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "BKE_mesh.h"
#include "node_geometry_util.hh"

Go to the source code of this file.

Classes

class  blender::nodes::node_geo_input_mesh_edge_vertices_cc::EdgeVerticesFieldInput
 
class  blender::nodes::node_geo_input_mesh_edge_vertices_cc::EdgePositionFieldInput
 

Namespaces

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

Enumerations

enum  blender::nodes::node_geo_input_mesh_edge_vertices_cc::VertexNumber { blender::nodes::node_geo_input_mesh_edge_vertices_cc::VERTEX_ONE , blender::nodes::node_geo_input_mesh_edge_vertices_cc::VERTEX_TWO }
 

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_vertices_gvarray (const MeshComponent &component, const VertexNumber vertex, const eAttrDomain domain)
 
static VArray< float3blender::nodes::node_geo_input_mesh_edge_vertices_cc::construct_edge_positions_gvarray (const MeshComponent &component, const VertexNumber vertex, const eAttrDomain domain)
 
static void blender::nodes::node_geo_input_mesh_edge_vertices_cc::node_geo_exec (GeoNodeExecParams params)
 
void register_node_type_geo_input_mesh_edge_vertices ()
 

Function Documentation

◆ register_node_type_geo_input_mesh_edge_vertices()

void register_node_type_geo_input_mesh_edge_vertices ( void  )