#include <domImage_mips.h>

Public Member Functions | |
| xsBoolean | getAuto_generate () const |
| virtual COLLADA_TYPE::TypeEnum | getElementType () const |
| xsUnsignedInt | getLevels () const |
| void | setAuto_generate (xsBoolean atAuto_generate) |
| void | setLevels (xsUnsignedInt atLevels) |
| 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 | |
| domImage_mips (DAE &dae) | |
| virtual domImage_mips & | operator= (const domImage_mips &cpy) |
| virtual | ~domImage_mips () |
Protected Attributes | |
| xsBoolean | attrAuto_generate |
| xsUnsignedInt | attrLevels |
Definition at line 10 of file domImage_mips.h.
| domImage_mips::domImage_mips | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 55 of file domImage_mips.h.
| virtual domImage_mips::~domImage_mips | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 59 of file domImage_mips.h.
| static DLLSPEC daeElementRef domImage_mips::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| xsBoolean domImage_mips::getAuto_generate | ( | ) | const [inline] |
Gets the auto_generate attribute.
Definition at line 44 of file domImage_mips.h.
| virtual COLLADA_TYPE::TypeEnum domImage_mips::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 13 of file domImage_mips.h.
| xsUnsignedInt domImage_mips::getLevels | ( | ) | const [inline] |
Gets the levels attribute.
Definition at line 33 of file domImage_mips.h.
| static daeInt domImage_mips::ID | ( | ) | [inline, static] |
Definition at line 14 of file domImage_mips.h.
| virtual domImage_mips& domImage_mips::operator= | ( | const domImage_mips & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 63 of file domImage_mips.h.
| static DLLSPEC daeMetaElement* domImage_mips::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 domImage_mips::setAuto_generate | ( | xsBoolean | atAuto_generate | ) | [inline] |
Sets the auto_generate attribute.
| atAuto_generate | The new value for the auto_generate attribute. |
Definition at line 49 of file domImage_mips.h.
| void domImage_mips::setLevels | ( | xsUnsignedInt | atLevels | ) | [inline] |
Sets the levels attribute.
| atLevels | The new value for the levels attribute. |
Definition at line 38 of file domImage_mips.h.
| virtual daeInt domImage_mips::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 15 of file domImage_mips.h.
xsBoolean domImage_mips::attrAuto_generate [protected] |
regenerate the mipmaps based on information loaded into mip0
Definition at line 25 of file domImage_mips.h.
xsUnsignedInt domImage_mips::attrLevels [protected] |
Zero is max levels = 1 + floor(log2(max(w, h, d))) in both OpenGL and DirectX. One is no mips.
Definition at line 21 of file domImage_mips.h.