Blender  V3.3
Friends | List of all members
blender::nodes::OutputFieldDependency Class Reference

#include <NOD_node_declaration.hh>

Friends

bool operator== (const OutputFieldDependency &a, const OutputFieldDependency &b)
 

#OutputFieldDependency Inline Methods

static OutputFieldDependency ForFieldSource ()
 
static OutputFieldDependency ForDataSource ()
 
static OutputFieldDependency ForDependentField ()
 
static OutputFieldDependency ForPartiallyDependentField (Vector< int > indices)
 
OutputSocketFieldType field_type () const
 
Span< int > linked_input_indices () const
 

Detailed Description

Contains information about how a node output's field state depends on inputs of the same node.

Definition at line 43 of file NOD_node_declaration.hh.

Member Function Documentation

◆ field_type()

OutputSocketFieldType blender::nodes::OutputFieldDependency::field_type ( ) const
inline

◆ ForDataSource()

OutputFieldDependency blender::nodes::OutputFieldDependency::ForDataSource ( )
inlinestatic

◆ ForDependentField()

OutputFieldDependency blender::nodes::OutputFieldDependency::ForDependentField ( )
inlinestatic

◆ ForFieldSource()

OutputFieldDependency blender::nodes::OutputFieldDependency::ForFieldSource ( )
inlinestatic

◆ ForPartiallyDependentField()

OutputFieldDependency blender::nodes::OutputFieldDependency::ForPartiallyDependentField ( Vector< int >  indices)
inlinestatic

◆ linked_input_indices()

Span< int > blender::nodes::OutputFieldDependency::linked_input_indices ( ) const
inline

Friends And Related Function Documentation

◆ operator==

bool operator== ( const OutputFieldDependency a,
const OutputFieldDependency b 
)
friend

Definition at line 359 of file NOD_node_declaration.hh.


The documentation for this class was generated from the following file: