Loading...
Searching...
No Matches
HdStBufferArrayRangeContainer Class Reference

A resizable container of HdBufferArrayRanges. More...

#include <bufferArrayRange.h>

Public Member Functions

 HdStBufferArrayRangeContainer (int size)
 Constructor.
 
HDST_API void Set (int index, HdStBufferArrayRangeSharedPtr const &range)
 Set range into the container at index.
 
HDST_API HdStBufferArrayRangeSharedPtr const & Get (int index) const
 Returns the bar at index. returns null if either the index.
 

Detailed Description

A resizable container of HdBufferArrayRanges.

Definition at line 107 of file bufferArrayRange.h.

Constructor & Destructor Documentation

◆ HdStBufferArrayRangeContainer()

HdStBufferArrayRangeContainer ( int  size)
inline

Constructor.

Definition at line 111 of file bufferArrayRange.h.

Member Function Documentation

◆ Get()

HDST_API HdStBufferArrayRangeSharedPtr const & Get ( int  index) const

Returns the bar at index. returns null if either the index.

◆ Set()

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.


The documentation for this class was generated from the following file: