PBRT
BlockedArray< T, logBlockSize > Class Template Reference

List of all members.

Public Member Functions

 BlockedArray (uint32_t nu, uint32_t nv, const T *d=NULL)
uint32_t BlockSize () const
uint32_t RoundUp (uint32_t x) const
uint32_t uSize () const
uint32_t vSize () const
uint32_t Block (uint32_t a) const
uint32_t Offset (uint32_t a) const
T & operator() (uint32_t u, uint32_t v)
const T & operator() (uint32_t u, uint32_t v) const
void GetLinearArray (T *a) const

template<typename T, int logBlockSize>
class BlockedArray< T, logBlockSize >


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