#include <domImage.h>
Public Member Functions | |
xsUnsignedInt | getArray_index () const |
xsUnsignedInt | getDepth () const |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsUnsignedInt | getMip_index () const |
void | setArray_index (xsUnsignedInt atArray_index) |
void | setDepth (xsUnsignedInt atDepth) |
void | setMip_index (xsUnsignedInt atMip_index) |
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 | |
domInit_from (DAE &dae) | |
virtual domInit_from & | operator= (const domInit_from &cpy) |
virtual | ~domInit_from () |
Protected Attributes | |
xsUnsignedInt | attrArray_index |
xsUnsignedInt | attrDepth |
xsUnsignedInt | attrMip_index |
init the image data from one or more partial pieces of data. The load attribute indicates what portion of the image will be loaded based on the ''address" specified. mip_generate may be used to complete the image.
Definition at line 1257 of file dom/domImage.h.
domImage::domCreate_3d::domInit_from::domInit_from | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 1307 of file dom/domImage.h.
virtual domImage::domCreate_3d::domInit_from::~domInit_from | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 1311 of file dom/domImage.h.
static DLLSPEC daeElementRef domImage::domCreate_3d::domInit_from::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented from domImage_source.
xsUnsignedInt domImage::domCreate_3d::domInit_from::getArray_index | ( | ) | const [inline] |
Gets the array_index attribute.
Definition at line 1296 of file dom/domImage.h.
xsUnsignedInt domImage::domCreate_3d::domInit_from::getDepth | ( | ) | const [inline] |
Gets the depth attribute.
Definition at line 1274 of file dom/domImage.h.
virtual COLLADA_TYPE::TypeEnum domImage::domCreate_3d::domInit_from::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from domImage_source.
Definition at line 1260 of file dom/domImage.h.
xsUnsignedInt domImage::domCreate_3d::domInit_from::getMip_index | ( | ) | const [inline] |
Gets the mip_index attribute.
Definition at line 1285 of file dom/domImage.h.
static daeInt domImage::domCreate_3d::domInit_from::ID | ( | ) | [inline, static] |
Reimplemented from domImage_source.
Definition at line 1261 of file dom/domImage.h.
virtual domInit_from& domImage::domCreate_3d::domInit_from::operator= | ( | const domInit_from & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 1315 of file dom/domImage.h.
static DLLSPEC daeMetaElement* domImage::domCreate_3d::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::domCreate_3d::domInit_from::setArray_index | ( | xsUnsignedInt | atArray_index | ) | [inline] |
Sets the array_index attribute.
atArray_index | The new value for the array_index attribute. |
Definition at line 1301 of file dom/domImage.h.
void domImage::domCreate_3d::domInit_from::setDepth | ( | xsUnsignedInt | atDepth | ) | [inline] |
Sets the depth attribute.
atDepth | The new value for the depth attribute. |
Definition at line 1279 of file dom/domImage.h.
void domImage::domCreate_3d::domInit_from::setMip_index | ( | xsUnsignedInt | atMip_index | ) | [inline] |
Sets the mip_index attribute.
atMip_index | The new value for the mip_index attribute. |
Definition at line 1290 of file dom/domImage.h.
virtual daeInt domImage::domCreate_3d::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.
Reimplemented from domImage_source.
Definition at line 1262 of file dom/domImage.h.
Definition at line 1266 of file dom/domImage.h.
Definition at line 1264 of file dom/domImage.h.
Definition at line 1265 of file dom/domImage.h.