Blender V5.0
blender::nodes::BundleSignature Struct Reference

#include <NOD_geometry_nodes_bundle_signature.hh>

Classes

struct  Item
struct  ItemKeyGetter

Public Member Functions

void set_auto_structure_types ()

Static Public Member Functions

static BundleSignature from_combine_bundle_node (const bNode &node, bool allow_auto_structure_type)
static BundleSignature from_separate_bundle_node (const bNode &node, bool allow_auto_structure_type)

Public Attributes

CustomIDVectorSet< Item, ItemKeyGetteritems

Friends

bool operator== (const BundleSignature &a, const BundleSignature &b)
bool operator!= (const BundleSignature &a, const BundleSignature &b)

Detailed Description

Definition at line 15 of file NOD_geometry_nodes_bundle_signature.hh.

Member Function Documentation

◆ from_combine_bundle_node()

◆ from_separate_bundle_node()

◆ set_auto_structure_types()

void blender::nodes::BundleSignature::set_auto_structure_types ( )

Definition at line 27 of file geometry_nodes_bundle.cc.

References items, and NODE_INTERFACE_SOCKET_STRUCTURE_TYPE_AUTO.

◆ operator!=

bool operator!= ( const BundleSignature & a,
const BundleSignature & b )
friend

Definition at line 22 of file geometry_nodes_bundle.cc.

References b.

◆ operator==

bool operator== ( const BundleSignature & a,
const BundleSignature & b )
friend

Definition at line 17 of file geometry_nodes_bundle.cc.

References b, and items.

Member Data Documentation

◆ items


The documentation for this struct was generated from the following files: