Blender
V3.3
|
#include <FN_field.hh>
Public Member Functions | |
GField ()=default | |
GField (std::shared_ptr< FieldNode > node, const int node_output_index=0) | |
![]() | |
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 | |
![]() | |
GFieldBase (std::shared_ptr< FieldNode > node, const int node_output_index) | |
![]() | |
std::shared_ptr< FieldNode > | node_ |
int | node_output_index_ |
A field whose output type is only known at run-time.
Definition at line 141 of file FN_field.hh.
|
default |
|
inline |
Definition at line 145 of file FN_field.hh.