A Value holding a four vector value. More...
#include <Value.h>
Public Member Functions | |
Value4 (const string &name) | |
Creates an uninitialized Value4. | |
Value4 (const string &name, const vec4< T > &value) | |
Creates a Value4. | |
virtual | ~Value4 () |
Deletes this Value4. | |
virtual UniformType | getType () const |
Returns the type of this value. | |
vec4< T > | get () const |
Returns the current value of this Value4. | |
void | set (const vec4< T > &value) |
Sets the value of this Value4. |
A Value holding a four vector value.
ork::Value4< U, T, V >::Value4 | ( | const string & | name | ) | [inline] |
Creates an uninitialized Value4.
ork::Value4< U, T, V >::Value4 | ( | const string & | name, | |
const vec4< T > & | value | |||
) | [inline] |
Creates a Value4.
virtual ork::Value4< U, T, V >::~Value4 | ( | ) | [inline, virtual] |
Deletes this Value4.
vec4<T> ork::Value4< U, T, V >::get | ( | ) | const [inline] |
Returns the current value of this Value4.
virtual UniformType ork::Value4< U, T, V >::getType | ( | ) | const [inline, virtual] |
Returns the type of this value.
Implements ork::Value.
void ork::Value4< U, T, V >::set | ( | const vec4< T > & | value | ) | [inline] |