#include <domImage.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsBoolean | getMips_generate () const |
const xsAnyURI & | getValue () const |
xsAnyURI & | getValue () |
void | setMips_generate (xsBoolean atMips_generate) |
void | setValue (xsString val) |
void | setValue (const xsAnyURI &val) |
virtual daeInt | typeID () const |
virtual daeInt | typeID () const |
Static Public Member Functions | |
static DLLSPEC daeElementRef | create (DAE &dae) |
static DLLSPEC daeElementRef | create (DAE &dae) |
static daeInt | ID () |
static daeInt | ID () |
static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
domInit_from (DAE &dae) | |
domInit_from (DAE &dae) | |
virtual domInit_from & | operator= (const domInit_from &cpy) |
virtual domInit_from & | operator= (const domInit_from &cpy) |
virtual | ~domInit_from () |
virtual | ~domInit_from () |
Protected Attributes | |
xsAnyURI | _value |
xsBoolean | attrMips_generate |
The init_from element allows you to specify an external image file to use for the image element.
initialize the whole image structure and data from formats like DDS
Definition at line 110 of file 1.4/dom/domImage.h.
domImage::domInit_from::domInit_from | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 149 of file 1.4/dom/domImage.h.
virtual domImage::domInit_from::~domInit_from | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 153 of file 1.4/dom/domImage.h.
domImage::domInit_from::domInit_from | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 121 of file dom/domImage.h.
virtual domImage::domInit_from::~domInit_from | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 125 of file dom/domImage.h.
static DLLSPEC daeElementRef domImage::domInit_from::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented from domImage_source.
static DLLSPEC daeElementRef domImage::domInit_from::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented from domImage_source.
virtual COLLADA_TYPE::TypeEnum domImage::domInit_from::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 94 of file dom/domImage.h.
virtual COLLADA_TYPE::TypeEnum domImage::domInit_from::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 113 of file 1.4/dom/domImage.h.
xsBoolean domImage::domInit_from::getMips_generate | ( | ) | const [inline] |
Gets the mips_generate attribute.
Definition at line 110 of file dom/domImage.h.
const xsAnyURI& domImage::domInit_from::getValue | ( | ) | const [inline] |
Gets the value of this element.
Definition at line 133 of file 1.4/dom/domImage.h.
xsAnyURI& domImage::domInit_from::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 128 of file 1.4/dom/domImage.h.
static daeInt domImage::domInit_from::ID | ( | ) | [inline, static] |
Reimplemented from domImage_source.
Definition at line 95 of file dom/domImage.h.
static daeInt domImage::domInit_from::ID | ( | ) | [inline, static] |
Reimplemented from domImage_source.
Definition at line 114 of file 1.4/dom/domImage.h.
virtual domInit_from& domImage::domInit_from::operator= | ( | const domInit_from & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 129 of file dom/domImage.h.
virtual domInit_from& domImage::domInit_from::operator= | ( | const domInit_from & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 157 of file 1.4/dom/domImage.h.
static DLLSPEC daeMetaElement* domImage::domInit_from::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.
Reimplemented from domImage_source.
static DLLSPEC daeMetaElement* domImage::domInit_from::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.
Reimplemented from domImage_source.
void domImage::domInit_from::setMips_generate | ( | xsBoolean | atMips_generate | ) | [inline] |
Sets the mips_generate attribute.
atMips_generate | The new value for the mips_generate attribute. |
Definition at line 115 of file dom/domImage.h.
void domImage::domInit_from::setValue | ( | xsString | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 143 of file 1.4/dom/domImage.h.
void domImage::domInit_from::setValue | ( | const xsAnyURI & | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 138 of file 1.4/dom/domImage.h.
virtual daeInt domImage::domInit_from::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 96 of file dom/domImage.h.
virtual daeInt domImage::domInit_from::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 115 of file 1.4/dom/domImage.h.
xsAnyURI domImage::domInit_from::_value [protected] |
The xsAnyURI value of the text data of this element.
Definition at line 121 of file 1.4/dom/domImage.h.
xsBoolean domImage::domInit_from::attrMips_generate [protected] |
If true, unless mips already exist in data, generate the mipmaps based on information loaded into mip0,
Definition at line 102 of file dom/domImage.h.