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

Function eulerConstructor1d

src/python/PyImath/PyImathEuler.cpp:341–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339
340template <class T>
341static Euler<T> *
342eulerConstructor1d(const Euler<T>& e, int iorder)
343{
344 typename Euler<T>::Order o = typename Euler<T>::Order (iorder);
345 return new Euler<T>(e, o);
346}
347
348template <class T>
349static Euler<T> *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected