| HDK
    | 
#include <OpenImageIO/oiioversion.h> Include dependency graph for varyingref.h:
 Include dependency graph for varyingref.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| Classes | |
| class | VaryingRef< T > | 
| Functions | |
| template<class T > | |
| VaryingRef< T > | Varying (T *x) | 
| template<class T > | |
| VaryingRef< T > | Uniform (T *x) | 
| template<class T > | |
| VaryingRef< T > | Uniform (T &x) | 
| VaryingRef<T> Uniform | ( | T * | x | ) | 
Helper function wraps a uniform reference.
Definition at line 202 of file varyingref.h.
| VaryingRef<T> Uniform | ( | T & | x | ) | 
Helper function wraps a uniform reference.
Definition at line 211 of file varyingref.h.
| VaryingRef<T> Varying | ( | T * | x | ) | 
Helper function wraps a varying reference with default step size.
Definition at line 193 of file varyingref.h.