HDK
|
#include <OpenImageIO/oiioversion.h>
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.