FnUsdAbstractionLib 0.6.0
|
#include <Array.h>
Public Member Functions | |
Array (std::size_t size) | |
Array (std::size_t size, const T &v) | |
Array (const std::initializer_list< T > &list) | |
template<typename InputIt > | |
Array (InputIt first, InputIt last) | |
A class for arrays in attribute data. This is currently aliased to std::vector but you should not rely on this. The implementation may change in the future to provide more efficient bridging of arrays to USD. The purpose of this template is to discourage use of std::vector in the code and force compiler or linker errors if this happens.
©2025 The Foundry Visionmongers, Ltd. All Rights Reserved. |