18 "Value To String", [](
float a,
int b) {
19 std::stringstream stream;
20 stream << std::fixed << std::setprecision(
std::max(0,
b)) <<
a;
#define FN_NODE_VALUE_TO_STRING
#define NODE_CLASS_CONVERTER
void nodeRegisterType(struct bNodeType *ntype)
void set_matching_fn(const MultiFunction *fn)
static void fn_node_value_to_string_declare(NodeDeclarationBuilder &b)
static void fn_node_value_to_string_build_multi_function(NodeMultiFunctionBuilder &builder)
static const pxr::TfToken b("b", pxr::TfToken::Immortal)
void register_node_type_fn_value_to_string()
void fn_node_type_base(bNodeType *ntype, int type, const char *name, short nclass)
NodeMultiFunctionBuildFunction build_multi_function
NodeDeclareFunction declare