21 #include "pxr/usd/usdGeom/xformCommonAPI.h"
25 #include "AL/usd/utils/ForwardDeclares.h"
27 PXR_NAMESPACE_USING_DIRECTIVE
40 kRotatePivotTranslate,
75 std::vector<UsdGeomXformOp>::const_iterator it,
76 std::vector<UsdGeomXformOp>::const_iterator end,
77 std::vector<TransformOperation>::iterator output);
TransformOperation
An enum describing the type of transformation found in a UsdGeomXformOp.
Definition: TransformOperation.h:36
AL_USDMAYA_PUBLIC TransformOperation xformOpToEnum(const std::string &opName)
Convert the textual name of a transformation operation into an easier to handle enum value...
AL_USDMAYA_PUBLIC bool matchesMayaProfile(std::vector< UsdGeomXformOp >::const_iterator it, std::vector< UsdGeomXformOp >::const_iterator end, std::vector< TransformOperation >::iterator output)
a function to check to see if the incoming transform operations are compatible with the maya transfor...