MCPcopy Create free account
hub / github.com/blender/cycles / get_float

Method get_float

src/graph/node.cpp:205–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205float Node::get_float(const SocketType &input) const
206{
207 assert(input.type == SocketType::FLOAT);
208 return get_socket_value<float>(this, input);
209}
210
211float2 Node::get_float2(const SocketType &input) const
212{

Callers 15

is_zeroMethod · 0.80
is_oneMethod · 0.80
fold_mixMethod · 0.80
fold_mix_colorMethod · 0.80
fold_mix_floatMethod · 0.80
output_estimate_emissionFunction · 0.80
set_osl_cameraMethod · 0.80
addMethod · 0.80
parameterMethod · 0.80
stack_assignMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected