VoxelBlur
Depth-of-field volume rendering
 All Classes Files Functions Variables Enumerations Enumerator
Public Member Functions | Public Attributes | List of all members
ExternalArrayIndexSort< T > Struct Template Reference

A comparator for std::sort that uses an external array for lookup and operates on its indices. More...

Public Member Functions

 ExternalArrayIndexSort (const T *const data)
 
bool operator() (int idx1, int idx2)
 

Public Attributes

const T *const data
 

Detailed Description

template<typename T>
struct ExternalArrayIndexSort< T >

A comparator for std::sort that uses an external array for lookup and operates on its indices.


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