Blender V5.0
node_geo_input_mesh_face_neighbors.cc File Reference
#include "DNA_mesh_types.h"
#include "BKE_mesh_mapping.hh"
#include "BLI_task.hh"
#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

namespace  blender
namespace  blender::nodes
namespace  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 bool blender::nodes::node_geo_input_mesh_face_neighbors_cc::large_enough_total_size (const GroupedSpan< int > values, const Span< int > indices, const int max)
static int blender::nodes::node_geo_input_mesh_face_neighbors_cc::unique_num (const GroupedSpan< int > values, const Span< int > indices)
static VArray< int > blender::nodes::node_geo_input_mesh_face_neighbors_cc::construct_neighbor_count_varray (const Mesh &mesh, const AttrDomain domain)
static VArray< int > blender::nodes::node_geo_input_mesh_face_neighbors_cc::construct_vertex_count_varray (const Mesh &mesh, const AttrDomain domain)
static void blender::nodes::node_geo_input_mesh_face_neighbors_cc::node_geo_exec (GeoNodeExecParams params)
static void blender::nodes::node_geo_input_mesh_face_neighbors_cc::node_register ()