#include <domImage.h>
Initialize a custom 2d image
Definition at line 153 of file dom/domImage.h.
Definition at line 349 of file dom/domImage.h.
Definition at line 346 of file dom/domImage.h.
Definition at line 404 of file dom/domImage.h.
Definition at line 401 of file dom/domImage.h.
Definition at line 650 of file dom/domImage.h.
Definition at line 647 of file dom/domImage.h.
Definition at line 163 of file dom/domImage.h.
Definition at line 160 of file dom/domImage.h.
Definition at line 233 of file dom/domImage.h.
Definition at line 230 of file dom/domImage.h.
Definition at line 304 of file dom/domImage.h.
Definition at line 301 of file dom/domImage.h.
domImage::domCreate_2d::domCreate_2d | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 822 of file dom/domImage.h.
virtual domImage::domCreate_2d::~domCreate_2d | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 826 of file dom/domImage.h.
static DLLSPEC daeElementRef domImage::domCreate_2d::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domArrayRef domImage::domCreate_2d::getArray | ( | ) | const [inline] |
Gets the array element.
Definition at line 791 of file dom/domImage.h.
const daeElementRefArray& domImage::domCreate_2d::getContents | ( | ) | const [inline] |
Gets the _contents array.
Definition at line 816 of file dom/domImage.h.
daeElementRefArray& domImage::domCreate_2d::getContents | ( | ) | [inline] |
Gets the _contents array.
Definition at line 811 of file dom/domImage.h.
virtual COLLADA_TYPE::TypeEnum domImage::domCreate_2d::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 156 of file dom/domImage.h.
const domFormatRef domImage::domCreate_2d::getFormat | ( | ) | const [inline] |
Gets the format element.
Definition at line 796 of file dom/domImage.h.
const domInit_from_Array& domImage::domCreate_2d::getInit_from_array | ( | ) | const [inline] |
Gets the init_from element array.
Definition at line 806 of file dom/domImage.h.
domInit_from_Array& domImage::domCreate_2d::getInit_from_array | ( | ) | [inline] |
Gets the init_from element array.
Definition at line 801 of file dom/domImage.h.
const domImage_mipsRef domImage::domCreate_2d::getMips | ( | ) | const [inline] |
Gets the mips element.
Definition at line 781 of file dom/domImage.h.
const domSize_exactRef domImage::domCreate_2d::getSize_exact | ( | ) | const [inline] |
Gets the size_exact element.
Definition at line 771 of file dom/domImage.h.
const domSize_ratioRef domImage::domCreate_2d::getSize_ratio | ( | ) | const [inline] |
Gets the size_ratio element.
Definition at line 776 of file dom/domImage.h.
const domUnnormalizedRef domImage::domCreate_2d::getUnnormalized | ( | ) | const [inline] |
Gets the unnormalized element.
Definition at line 786 of file dom/domImage.h.
static daeInt domImage::domCreate_2d::ID | ( | ) | [inline, static] |
Definition at line 157 of file dom/domImage.h.
virtual domCreate_2d& domImage::domCreate_2d::operator= | ( | const domCreate_2d & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 830 of file dom/domImage.h.
static DLLSPEC daeMetaElement* domImage::domCreate_2d::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_2d::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 158 of file dom/domImage.h.
daeTArray< daeCharArray * > domImage::domCreate_2d::_CMData [protected] |
Used to store information needed for some content model objects.
Definition at line 763 of file dom/domImage.h.
daeElementRefArray domImage::domCreate_2d::_contents [protected] |
Used to preserve order in elements that do not specify strict sequencing of sub-elements.
Definition at line 754 of file dom/domImage.h.
daeUIntArray domImage::domCreate_2d::_contentsOrder [protected] |
Used to preserve order in elements that have a complex content model.
Definition at line 758 of file dom/domImage.h.
domArrayRef domImage::domCreate_2d::elemArray [protected] |
Definition at line 739 of file dom/domImage.h.
domFormatRef domImage::domCreate_2d::elemFormat [protected] |
If not present it is assumed to be R8G8B8A8 linear.
Definition at line 743 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 750 of file dom/domImage.h.
domImage_mipsRef domImage::domCreate_2d::elemMips [protected] |
Definition at line 732 of file dom/domImage.h.
The surface should be sized to these exact dimensions
Definition at line 725 of file dom/domImage.h.
Image size should be relative to the size of the viewport. Ex 1,1 is the same size as the viewport. 0.5,0.5 is 1/2 the size of the viewport
Definition at line 731 of file dom/domImage.h.
Unnormalized addressing of texels. (0-W, 0-H). This cannot be used with mips since the addressing is not uniform per level. This is equivilant to OpenGL textureRECT extension.
Definition at line 738 of file dom/domImage.h.