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

Method getSizeHelper

src/python/PyImath/PyImathFixedVArray.cpp:807–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805
806template <class T>
807boost::shared_ptr<typename FixedVArray<T>::SizeHelper>
808FixedVArray<T>::getSizeHelper()
809{
810 return boost::shared_ptr<SizeHelper>(new typename FixedVArray<T>::SizeHelper (*this));
811}
812
813// static
814template <class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected