16 .
description(
N_(
"The number of vertices connected to this vertex with an edge, "
17 "equal to the number of connected edges"));
27 if (
mesh ==
nullptr) {
76 if (
mesh ==
nullptr) {
123 Field<int> vertex_field{std::make_shared<VertexCountFieldInput>()};
124 Field<int> face_field{std::make_shared<VertexFaceCountFieldInput>()};
126 params.set_output(
"Vertex Count", std::move(vertex_field));
127 params.set_output(
"Face Count", std::move(face_field));
@ GEO_COMPONENT_TYPE_MESH
#define GEO_NODE_INPUT_MESH_VERTEX_NEIGHBORS
void nodeRegisterType(struct bNodeType *ntype)
static uint8 component(Color32 c, uint i)
static VArray ForContainer(ContainerT container)
StringRefNull description() const
ccl_device_inline float4 mask(const int4 &mask, const float4 &a)
static const pxr::TfToken b("b", pxr::TfToken::Immortal)
void geo_node_type_base(bNodeType *ntype, int type, const char *name, short nclass)
unsigned __int64 uint64_t
NodeGeometryExecFunction geometry_node_execute
NodeDeclareFunction declare