Blender
V3.3
|
#include <FN_field.hh>
Public Member Functions | |
FieldConstant (const CPPType &type, const void *value) | |
~FieldConstant () | |
const CPPType & | output_cpp_type (int output_index) const override |
const CPPType & | type () const |
GPointer | value () const |
![]() | |
virtual | ~FieldNode () |
FieldNode (FieldNodeType node_type) | |
FieldNodeType | node_type () const |
bool | depends_on_input () const |
const std::shared_ptr< const FieldInputs > & | field_inputs () const |
virtual uint64_t | hash () const |
virtual bool | is_equal_to (const FieldNode &other) const |
Additional Inherited Members | |
![]() | |
std::shared_ptr< const FieldInputs > | field_inputs_ |
Definition at line 277 of file FN_field.hh.
Definition at line 676 of file field.cc.
References blender::CPPType::alignment(), blender::fn::Constant, blender::CPPType::copy_construct(), MEM_mallocN_aligned, blender::CPPType::size(), type(), and value().
blender::fn::FieldConstant::~FieldConstant | ( | ) |
Definition at line 683 of file field.cc.
References blender::CPPType::destruct(), and MEM_freeN.
|
overridevirtual |
Implements blender::fn::FieldNode.
Definition at line 689 of file field.cc.
References BLI_assert, and UNUSED_VARS_NDEBUG.
const CPPType & blender::fn::FieldConstant::type | ( | ) | const |
Definition at line 696 of file field.cc.
Referenced by blender::fn::build_multi_function_procedure_for_fields(), blender::fn::evaluate_fields(), and FieldConstant().
GPointer blender::fn::FieldConstant::value | ( | ) | const |
Definition at line 701 of file field.cc.
Referenced by blender::fn::build_multi_function_procedure_for_fields(), blender::fn::evaluate_fields(), and FieldConstant().