#include <domGles_sampler_states.h>
Definition at line 11 of file domGles_sampler_states.h.
Definition at line 195 of file domGles_sampler_states.h.
Definition at line 192 of file domGles_sampler_states.h.
Definition at line 137 of file domGles_sampler_states.h.
Definition at line 134 of file domGles_sampler_states.h.
Definition at line 369 of file domGles_sampler_states.h.
Definition at line 366 of file domGles_sampler_states.h.
Definition at line 311 of file domGles_sampler_states.h.
Definition at line 308 of file domGles_sampler_states.h.
Definition at line 253 of file domGles_sampler_states.h.
Definition at line 250 of file domGles_sampler_states.h.
Definition at line 21 of file domGles_sampler_states.h.
Definition at line 18 of file domGles_sampler_states.h.
Definition at line 79 of file domGles_sampler_states.h.
Definition at line 76 of file domGles_sampler_states.h.
domGles_sampler_states::domGles_sampler_states | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 490 of file domGles_sampler_states.h.
virtual domGles_sampler_states::~domGles_sampler_states | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 494 of file domGles_sampler_states.h.
static DLLSPEC daeElementRef domGles_sampler_states::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domGles_sampler_states::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 14 of file domGles_sampler_states.h.
const domExtra_Array& domGles_sampler_states::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 485 of file domGles_sampler_states.h.
domExtra_Array& domGles_sampler_states::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 480 of file domGles_sampler_states.h.
const domMagfilterRef domGles_sampler_states::getMagfilter | ( | ) | const [inline] |
Gets the magfilter element.
Definition at line 460 of file domGles_sampler_states.h.
const domMinfilterRef domGles_sampler_states::getMinfilter | ( | ) | const [inline] |
Gets the minfilter element.
Definition at line 455 of file domGles_sampler_states.h.
const domMip_biasRef domGles_sampler_states::getMip_bias | ( | ) | const [inline] |
Gets the mip_bias element.
Definition at line 475 of file domGles_sampler_states.h.
const domMip_max_levelRef domGles_sampler_states::getMip_max_level | ( | ) | const [inline] |
Gets the mip_max_level element.
Definition at line 470 of file domGles_sampler_states.h.
const domMipfilterRef domGles_sampler_states::getMipfilter | ( | ) | const [inline] |
Gets the mipfilter element.
Definition at line 465 of file domGles_sampler_states.h.
const domWrap_sRef domGles_sampler_states::getWrap_s | ( | ) | const [inline] |
Gets the wrap_s element.
Definition at line 445 of file domGles_sampler_states.h.
const domWrap_tRef domGles_sampler_states::getWrap_t | ( | ) | const [inline] |
Gets the wrap_t element.
Definition at line 450 of file domGles_sampler_states.h.
static daeInt domGles_sampler_states::ID | ( | ) | [inline, static] |
Definition at line 15 of file domGles_sampler_states.h.
virtual domGles_sampler_states& domGles_sampler_states::operator= | ( | const domGles_sampler_states & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 498 of file domGles_sampler_states.h.
static DLLSPEC daeMetaElement* domGles_sampler_states::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.
virtual daeInt domGles_sampler_states::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 16 of file domGles_sampler_states.h.
The extra element may appear any number of times. OpenGL ES extensions may be used here.
Definition at line 438 of file domGles_sampler_states.h.
domMagfilterRef domGles_sampler_states::elemMagfilter [protected] |
Definition at line 430 of file domGles_sampler_states.h.
domMinfilterRef domGles_sampler_states::elemMinfilter [protected] |
Definition at line 429 of file domGles_sampler_states.h.
domMip_biasRef domGles_sampler_states::elemMip_bias [protected] |
Definition at line 433 of file domGles_sampler_states.h.
Definition at line 432 of file domGles_sampler_states.h.
domMipfilterRef domGles_sampler_states::elemMipfilter [protected] |
Definition at line 431 of file domGles_sampler_states.h.
domWrap_sRef domGles_sampler_states::elemWrap_s [protected] |
Definition at line 427 of file domGles_sampler_states.h.
domWrap_tRef domGles_sampler_states::elemWrap_t [protected] |
Definition at line 428 of file domGles_sampler_states.h.