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

Function eulerConstructor1e

src/python/PyImath/PyImathEuler.cpp:349–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347
348template <class T>
349static Euler<T> *
350eulerConstructor1e(const Euler<T>& e, int iorder, int layout)
351{
352 typename Euler<T>::Order o = typename Euler<T>::Order (iorder);
353 typename Euler<T>::InputLayout l = typename Euler<T>::InputLayout (layout);
354 return new Euler<T>(e, o, l);
355}
356
357
358template <class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected