FnUsdAbstractionLib 0.6.0
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
usg::Array< T > Class Template Reference

#include <Array.h>

Inheritance diagram for usg::Array< T >:

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)
 

Detailed Description

template<typename T>
class usg::Array< T >

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.
www.thefoundry.co.uk