Blender V5.0
blender::fn::GFieldRef Class Reference

#include <FN_field.hh>

Inherits blender::fn::GFieldBase< const FieldNode * >.

Public Member Functions

 GFieldRef ()=default
 GFieldRef (const GField &field)
 GFieldRef (const FieldNode &node, const int node_output_index=0)
Public Member Functions inherited from blender::fn::GFieldBase< const FieldNode * >
 operator bool () const
uint64_t hash () const
const CPPTypecpp_type () const
const FieldNodenode () const
int node_output_index () const

Additional Inherited Members

Protected Member Functions inherited from blender::fn::GFieldBase< const FieldNode * >
 GFieldBase (const FieldNode *node, const int node_output_index)
Protected Attributes inherited from blender::fn::GFieldBase< const FieldNode * >
const FieldNodenode_
int node_output_index_

Detailed Description

Same as GField but is cheaper to copy/move around, because it does not contain a #std::shared_ptr.

Definition at line 163 of file FN_field.hh.

Constructor & Destructor Documentation

◆ GFieldRef() [1/3]

blender::fn::GFieldRef::GFieldRef ( )
default

◆ GFieldRef() [2/3]

◆ GFieldRef() [3/3]

blender::fn::GFieldRef::GFieldRef ( const FieldNode & node,
const int node_output_index = 0 )
inline

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