MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / interpretInputLayout

Function interpretInputLayout

src/python/PyImath/PyImathEuler.cpp:293–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291// needed to convert Eulerf::InputLayout to Euler<T>::InputLayout
292template <class T>
293static typename Euler<T>::InputLayout interpretInputLayout(typename IMATH_NAMESPACE::Eulerf::InputLayout layout)
294{
295 if (layout == IMATH_NAMESPACE::Eulerf::XYZLayout)
296 return Euler<T>::XYZLayout;
297 return Euler<T>::IJKLayout;
298}
299
300// needed to convert Eulerf::Axis to Euler<T>::Axis
301template <class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected