#include <domImage.h>
Initialize a custom 3d image
Definition at line 854 of file dom/domImage.h.
Definition at line 946 of file dom/domImage.h.
Definition at line 943 of file dom/domImage.h.
Definition at line 1004 of file dom/domImage.h.
Definition at line 1001 of file dom/domImage.h.
Definition at line 1250 of file dom/domImage.h.
Definition at line 1247 of file dom/domImage.h.
Definition at line 864 of file dom/domImage.h.
Definition at line 861 of file dom/domImage.h.
domImage::domCreate_3d::domCreate_3d | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 1387 of file dom/domImage.h.
virtual domImage::domCreate_3d::~domCreate_3d | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 1391 of file dom/domImage.h.
static DLLSPEC daeElementRef domImage::domCreate_3d::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domArrayRef domImage::domCreate_3d::getArray | ( | ) | const [inline] |
Gets the array element.
Definition at line 1367 of file dom/domImage.h.
virtual COLLADA_TYPE::TypeEnum domImage::domCreate_3d::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 857 of file dom/domImage.h.
const domFormatRef domImage::domCreate_3d::getFormat | ( | ) | const [inline] |
Gets the format element.
Definition at line 1372 of file dom/domImage.h.
const domInit_from_Array& domImage::domCreate_3d::getInit_from_array | ( | ) | const [inline] |
Gets the init_from element array.
Definition at line 1382 of file dom/domImage.h.
domInit_from_Array& domImage::domCreate_3d::getInit_from_array | ( | ) | [inline] |
Gets the init_from element array.
Definition at line 1377 of file dom/domImage.h.
const domImage_mipsRef domImage::domCreate_3d::getMips | ( | ) | const [inline] |
Gets the mips element.
Definition at line 1362 of file dom/domImage.h.
const domSizeRef domImage::domCreate_3d::getSize | ( | ) | const [inline] |
Gets the size element.
Definition at line 1357 of file dom/domImage.h.
static daeInt domImage::domCreate_3d::ID | ( | ) | [inline, static] |
Definition at line 858 of file dom/domImage.h.
virtual domCreate_3d& domImage::domCreate_3d::operator= | ( | const domCreate_3d & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 1395 of file dom/domImage.h.
static DLLSPEC daeMetaElement* domImage::domCreate_3d::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 domImage::domCreate_3d::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 859 of file dom/domImage.h.
domArrayRef domImage::domCreate_3d::elemArray [protected] |
Definition at line 1339 of file dom/domImage.h.
domFormatRef domImage::domCreate_3d::elemFormat [protected] |
If not present it is assumed to be R8G8B8A8 linear.
Definition at line 1343 of file dom/domImage.h.
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 1350 of file dom/domImage.h.
domImage_mipsRef domImage::domCreate_3d::elemMips [protected] |
Definition at line 1338 of file dom/domImage.h.
domSizeRef domImage::domCreate_3d::elemSize [protected] |
The surface should be sized to these exact dimensions
Definition at line 1337 of file dom/domImage.h.