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

Method get_uint

src/graph/node.cpp:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193uint Node::get_uint(const SocketType &input) const
194{
195 assert(input.type == SocketType::UINT);
196 return get_socket_value<uint>(this, input);
197}
198
199uint64_t Node::get_uint64(const SocketType &input) const
200{

Callers 2

GetNodeValueFunction · 0.80
xml_write_nodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected