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

Method getslice_mask

src/python/PyImath/PyImathFixedVArray.cpp:347–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345
346template <class T>
347FixedVArray<T>
348FixedVArray<T>::getslice_mask (const FixedArray<int>& mask)
349{
350 return FixedVArray<T> (*this, mask);
351}
352
353template <class T>
354void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected