#include <domFx_sampler_states.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsFloat & | getValue () |
void | setValue (const xsFloat &val) |
virtual daeInt | typeID () const |
Static Public Member Functions | |
static DLLSPEC daeElementRef | create (DAE &dae) |
static daeInt | ID () |
static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
domMip_bias (DAE &dae) | |
virtual domMip_bias & | operator= (const domMip_bias &cpy) |
virtual | ~domMip_bias () |
Protected Attributes | |
xsFloat | _value |
Mipmap level-of-detail bias. The default value is zero
Definition at line 567 of file domFx_sampler_states.h.
domFx_sampler_states::domMip_bias::domMip_bias | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 596 of file domFx_sampler_states.h.
virtual domFx_sampler_states::domMip_bias::~domMip_bias | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 600 of file domFx_sampler_states.h.
static DLLSPEC daeElementRef domFx_sampler_states::domMip_bias::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domFx_sampler_states::domMip_bias::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 570 of file domFx_sampler_states.h.
xsFloat& domFx_sampler_states::domMip_bias::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 580 of file domFx_sampler_states.h.
static daeInt domFx_sampler_states::domMip_bias::ID | ( | ) | [inline, static] |
Definition at line 571 of file domFx_sampler_states.h.
virtual domMip_bias& domFx_sampler_states::domMip_bias::operator= | ( | const domMip_bias & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 604 of file domFx_sampler_states.h.
static DLLSPEC daeMetaElement* domFx_sampler_states::domMip_bias::registerElement | ( | DAE & | dae | ) | [static] |
Creates a daeMetaElement object that describes this element in the meta object reflection framework. If a daeMetaElement already exists it will return that instead of creating a new one.
void domFx_sampler_states::domMip_bias::setValue | ( | const xsFloat & | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 585 of file domFx_sampler_states.h.
virtual daeInt domFx_sampler_states::domMip_bias::typeID | ( | ) | const [inline, virtual] |
Returns this element's type ID. Every element is an instance of a type specified in the Collada schema, and every schema type has a unique ID.
Implements daeElement.
Definition at line 572 of file domFx_sampler_states.h.
xsFloat domFx_sampler_states::domMip_bias::_value [protected] |
The xsFloat value of the text data of this element.
Definition at line 591 of file domFx_sampler_states.h.