Mudbox/array.h File Reference

array.h File Reference

Classes

class  Block
 An internal helper class, representing a block of memory. Use the Store class instead. More...
 
class  Array< type >
 An internal helper class, representing an array. Use the Store class instead. More...
 
class  Store< type >
 Simple array class. More...
 
class  ExtendableStore< T >
 This class is similar to Store, except that adding elements to the end of the array is guaranteed to be a constant-time operation. More...
 

Namespaces

 mudbox
 Class: ConvolutionKernel.
 

Functions

void MBDLL_DECL QuickSort (void *pBase, unsigned int iNum, unsigned int iSize, int(*fComparator)(const void *, const void *))
 

Go to the source code of this file.