MCPcopy Create free account
hub / github.com/PixarAnimationStudios/OpenUSD / GetOutput

Method GetOutput

pxr/exec/vdf/node.cpp:78–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78VdfOutput *
79VdfNode::GetOutput(const TfToken &name)
80{
81 VdfOutput *output = GetOptionalOutput(name);
82
83 if (!output) {
84 TF_CODING_ERROR("Output connector '" + name.GetString() +
85 "' does not exist.");
86 }
87
88 return output;
89}
90
91VdfOutput *
92VdfNode::GetOptionalOutput(const TfToken &name)

Callers 15

program.cppFile · 0.45
_CompileMethod · 0.45
_InterruptMethod · 0.45
runtime.cppFile · 0.45
SetTimeMethod · 0.45
InvalidateExecutorMethod · 0.45

Calls 5

GetOptionalOutputFunction · 0.85
GetStringMethod · 0.45
emptyMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45

Tested by 15

ComputeMethod · 0.36
_GetInputRequestMethod · 0.36
RunScheduleMethod · 0.36
TestIteratorRangeFunction · 0.36
BuildTestNetwork1Function · 0.36
testBasicSpeculationFunction · 0.36
testNestedSpeculationFunction · 0.36
RunIteratorTestFunction · 0.36
TestWeightedIteratorFunction · 0.36