#include <domImage.h>
Initialize a custom cube image
Definition at line 1419 of file dom/domImage.h.
Definition at line 1487 of file dom/domImage.h.
Definition at line 1484 of file dom/domImage.h.
Definition at line 1545 of file dom/domImage.h.
Definition at line 1542 of file dom/domImage.h.
Definition at line 1791 of file dom/domImage.h.
Definition at line 1788 of file dom/domImage.h.
Definition at line 1429 of file dom/domImage.h.
Definition at line 1426 of file dom/domImage.h.
domImage::domCreate_cube::domCreate_cube | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 1928 of file dom/domImage.h.
virtual domImage::domCreate_cube::~domCreate_cube | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 1932 of file dom/domImage.h.
static DLLSPEC daeElementRef domImage::domCreate_cube::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domArrayRef domImage::domCreate_cube::getArray | ( | ) | const [inline] |
Gets the array element.
Definition at line 1908 of file dom/domImage.h.
virtual COLLADA_TYPE::TypeEnum domImage::domCreate_cube::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 1422 of file dom/domImage.h.
const domFormatRef domImage::domCreate_cube::getFormat | ( | ) | const [inline] |
Gets the format element.
Definition at line 1913 of file dom/domImage.h.
const domInit_from_Array& domImage::domCreate_cube::getInit_from_array | ( | ) | const [inline] |
Gets the init_from element array.
Definition at line 1923 of file dom/domImage.h.
domInit_from_Array& domImage::domCreate_cube::getInit_from_array | ( | ) | [inline] |
Gets the init_from element array.
Definition at line 1918 of file dom/domImage.h.
const domImage_mipsRef domImage::domCreate_cube::getMips | ( | ) | const [inline] |
Gets the mips element.
Definition at line 1903 of file dom/domImage.h.
const domSizeRef domImage::domCreate_cube::getSize | ( | ) | const [inline] |
Gets the size element.
Definition at line 1898 of file dom/domImage.h.
static daeInt domImage::domCreate_cube::ID | ( | ) | [inline, static] |
Definition at line 1423 of file dom/domImage.h.
virtual domCreate_cube& domImage::domCreate_cube::operator= | ( | const domCreate_cube & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 1936 of file dom/domImage.h.
static DLLSPEC daeMetaElement* domImage::domCreate_cube::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_cube::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 1424 of file dom/domImage.h.
domArrayRef domImage::domCreate_cube::elemArray [protected] |
Definition at line 1880 of file dom/domImage.h.
domFormatRef domImage::domCreate_cube::elemFormat [protected] |
If not present it is assumed to be R8G8B8A8 linear.
Definition at line 1884 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 1891 of file dom/domImage.h.
domImage_mipsRef domImage::domCreate_cube::elemMips [protected] |
Definition at line 1879 of file dom/domImage.h.
domSizeRef domImage::domCreate_cube::elemSize [protected] |
The surface should be sized to these exact dimensions
Definition at line 1878 of file dom/domImage.h.