Blender  V3.3
Classes | Namespaces | Functions
node_geo_input_mesh_face_neighbors.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_face_neighbors_cc::FaceNeighborCountFieldInput
 
class  blender::nodes::node_geo_input_mesh_face_neighbors_cc::FaceVertexCountFieldInput
 

Namespaces

 blender
 
 blender::nodes
 
 blender::nodes::node_geo_input_mesh_face_neighbors_cc
 

Functions

static void blender::nodes::node_geo_input_mesh_face_neighbors_cc::node_declare (NodeDeclarationBuilder &b)
 
static VArray< int > blender::nodes::node_geo_input_mesh_face_neighbors_cc::construct_neighbor_count_gvarray (const MeshComponent &component, const eAttrDomain domain)
 
static VArray< int > blender::nodes::node_geo_input_mesh_face_neighbors_cc::construct_vertex_count_gvarray (const MeshComponent &component, const eAttrDomain domain)
 
static void blender::nodes::node_geo_input_mesh_face_neighbors_cc::node_geo_exec (GeoNodeExecParams params)
 
void register_node_type_geo_input_mesh_face_neighbors ()
 

Function Documentation

◆ register_node_type_geo_input_mesh_face_neighbors()

void register_node_type_geo_input_mesh_face_neighbors ( void  )