|
Blender V4.3
|
#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 * > | |
| GFieldBase ()=default | |
| operator bool () const | |
| uint64_t | hash () const |
| const CPPType & | cpp_type () const |
| const FieldNode & | node () 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 FieldNode * | node_ |
| int | node_output_index_ |
Same as #GField but is cheaper to copy/move around, because it does not contain a #std::shared_ptr.
Definition at line 165 of file FN_field.hh.
|
default |
|
inline |
Definition at line 169 of file FN_field.hh.
|
inline |
Definition at line 174 of file FN_field.hh.