_getPivotXformOps#

Fully qualified name: usd_optimize::_getPivotXformOps

std::vector<PXR_NS::UsdGeomXformOp> usd_optimize::_getPivotXformOps(
const std::vector<PXR_NS::UsdGeomXformOp> &orderedXformOps,
)#

Given a list of ordered xform ops for a prim, returns a ordered list of any of the xforms ops that are pivots.

Kept for ABI compatibility &#8212; forwards to the 2-arg overload with includeInverseOps=false.

Parameters:

orderedXformOps – The list of ordered xform ops to find pivots in.

Returns:

A list of forward pivot ops that participate in a pivot/!invert pair, in the same order they were in the original list. Orphan pivot ops (forward without a matching inverse) are skipped. Empty if no pivot pairs are found.