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

Method get_bool

src/graph/node.cpp:181–185  ·  view source on GitHub ↗

get values */

Source from the content-addressed store, hash-verified

179
180/* get values */
181bool Node::get_bool(const SocketType &input) const
182{
183 assert(input.type == SocketType::BOOLEAN);
184 return get_socket_value<bool>(this, input);
185}
186
187int Node::get_int(const SocketType &input) const
188{

Callers 4

parameterMethod · 0.80
GetNodeValueFunction · 0.80
xml_write_nodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected