Home
last modified time | relevance | path

Searched refs:outputPrimvars (Results 1 – 1 of 1) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/
H A DprimvarsAPI.cpp298 std::vector<UsdGeomPrimvar> *outputPrimvars, in _AddPrimToInheritedPrimvars() argument
301 auto copyPrimvars = [&inputPrimvars,&outputPrimvars]() in _AddPrimToInheritedPrimvars()
303 if (inputPrimvars != outputPrimvars){ in _AddPrimToInheritedPrimvars()
304 *outputPrimvars = *inputPrimvars; in _AddPrimToInheritedPrimvars()
305 inputPrimvars = outputPrimvars; in _AddPrimToInheritedPrimvars()
330 (*outputPrimvars)[i] = std::move(pv); in _AddPrimToInheritedPrimvars()
336 std::swap((*outputPrimvars)[i], outputPrimvars->back()); in _AddPrimToInheritedPrimvars()
337 outputPrimvars->pop_back(); in _AddPrimToInheritedPrimvars()
344 outputPrimvars->push_back(std::move(pv)); in _AddPrimToInheritedPrimvars()