#include <domCamera.h>
Imagers represent the image sensor of a camera (for example film or CCD).
Definition at line 474 of file 1.4/dom/domCamera.h.
domCamera::domImager::domImager | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 517 of file 1.4/dom/domCamera.h.
virtual domCamera::domImager::~domImager | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 521 of file 1.4/dom/domCamera.h.
domCamera::domImager::domImager | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 509 of file dom/domCamera.h.
virtual domCamera::domImager::~domImager | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 513 of file dom/domCamera.h.
static DLLSPEC daeElementRef domCamera::domImager::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domCamera::domImager::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domCamera::domImager::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 469 of file dom/domCamera.h.
virtual COLLADA_TYPE::TypeEnum domCamera::domImager::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 477 of file 1.4/dom/domCamera.h.
const domExtra_Array& domCamera::domImager::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 504 of file dom/domCamera.h.
domExtra_Array& domCamera::domImager::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 499 of file dom/domCamera.h.
const domExtra_Array& domCamera::domImager::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 512 of file 1.4/dom/domCamera.h.
domExtra_Array& domCamera::domImager::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 507 of file 1.4/dom/domCamera.h.
const domTechnique_Array& domCamera::domImager::getTechnique_array | ( | ) | const [inline] |
Gets the technique element array.
Definition at line 494 of file dom/domCamera.h.
domTechnique_Array& domCamera::domImager::getTechnique_array | ( | ) | [inline] |
Gets the technique element array.
Definition at line 489 of file dom/domCamera.h.
const domTechnique_Array& domCamera::domImager::getTechnique_array | ( | ) | const [inline] |
Gets the technique element array.
Definition at line 502 of file 1.4/dom/domCamera.h.
domTechnique_Array& domCamera::domImager::getTechnique_array | ( | ) | [inline] |
Gets the technique element array.
Definition at line 497 of file 1.4/dom/domCamera.h.
static daeInt domCamera::domImager::ID | ( | ) | [inline, static] |
Definition at line 470 of file dom/domCamera.h.
static daeInt domCamera::domImager::ID | ( | ) | [inline, static] |
Definition at line 478 of file 1.4/dom/domCamera.h.
virtual domImager& domCamera::domImager::operator= | ( | const domImager & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 517 of file dom/domCamera.h.
virtual domImager& domCamera::domImager::operator= | ( | const domImager & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 525 of file 1.4/dom/domCamera.h.
static DLLSPEC daeMetaElement* domCamera::domImager::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.
static DLLSPEC daeMetaElement* domCamera::domImager::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 domCamera::domImager::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 471 of file dom/domCamera.h.
virtual daeInt domCamera::domImager::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 479 of file 1.4/dom/domCamera.h.
domExtra_Array domCamera::domImager::elemExtra_array [protected] |
The extra element may appear any number of times.
Definition at line 490 of file 1.4/dom/domCamera.h.
This element may contain any number of non-common profile techniques. There is no common technique for imager.
Definition at line 486 of file 1.4/dom/domCamera.h.