![]() |
A resizable container of HdBufferArrayRanges. More...
Public Member Functions | |
| HdStBufferArrayRangeContainer (int size) | |
| Constructor. More... | |
| HDST_API void | Set (int index, HdStBufferArrayRangeSharedPtr const &range) |
Set range into the container at index. More... | |
| HDST_API HdStBufferArrayRangeSharedPtr const & | Get (int index) const |
Returns the bar at index. returns null if either the index. More... | |
A resizable container of HdBufferArrayRanges.
Definition at line 101 of file bufferArrayRange.h.
|
inline |
Constructor.
Definition at line 105 of file bufferArrayRange.h.
| HDST_API HdStBufferArrayRangeSharedPtr const& Get | ( | int | index | ) | const |
Returns the bar at index. returns null if either the index.
| HDST_API void Set | ( | int | index, |
| HdStBufferArrayRangeSharedPtr const & | range | ||
| ) |
Set range into the container at index.
If the size of container is smaller than index, resize it.