#include <domCamera.h>
The camera element declares a view into the scene hierarchy or scene graph. The camera contains elements that describe the camera’s optics and imager.
The camera element declares a view into the scene hierarchy or scene graph. The camera contains elements that describe the camera's optics and imager.
Definition at line 26 of file 1.4/dom/domCamera.h.
Definition at line 461 of file dom/domCamera.h.
Definition at line 469 of file 1.4/dom/domCamera.h.
typedef daeSmartRef<domImager> domCamera::domImagerRef |
Definition at line 458 of file dom/domCamera.h.
typedef daeSmartRef<domImager> domCamera::domImagerRef |
Definition at line 466 of file 1.4/dom/domCamera.h.
Definition at line 28 of file dom/domCamera.h.
Definition at line 36 of file 1.4/dom/domCamera.h.
typedef daeSmartRef<domOptics> domCamera::domOpticsRef |
Definition at line 25 of file dom/domCamera.h.
typedef daeSmartRef<domOptics> domCamera::domOpticsRef |
Definition at line 33 of file 1.4/dom/domCamera.h.
domCamera::domCamera | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 628 of file 1.4/dom/domCamera.h.
virtual domCamera::~domCamera | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 632 of file 1.4/dom/domCamera.h.
domCamera::domCamera | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 620 of file dom/domCamera.h.
virtual domCamera::~domCamera | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 624 of file dom/domCamera.h.
static DLLSPEC daeElementRef domCamera::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domCamera::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domAssetRef domCamera::getAsset | ( | ) | const [inline] |
Gets the asset element.
Definition at line 595 of file dom/domCamera.h.
const domAssetRef domCamera::getAsset | ( | ) | const [inline] |
Gets the asset element.
Definition at line 603 of file 1.4/dom/domCamera.h.
virtual COLLADA_TYPE::TypeEnum domCamera::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 21 of file dom/domCamera.h.
virtual COLLADA_TYPE::TypeEnum domCamera::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 29 of file 1.4/dom/domCamera.h.
const domExtra_Array& domCamera::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 615 of file dom/domCamera.h.
domExtra_Array& domCamera::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 610 of file dom/domCamera.h.
const domExtra_Array& domCamera::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 623 of file 1.4/dom/domCamera.h.
domExtra_Array& domCamera::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 618 of file 1.4/dom/domCamera.h.
xsID domCamera::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 571 of file dom/domCamera.h.
xsID domCamera::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 579 of file 1.4/dom/domCamera.h.
const domImagerRef domCamera::getImager | ( | ) | const [inline] |
Gets the imager element.
Definition at line 605 of file dom/domCamera.h.
const domImagerRef domCamera::getImager | ( | ) | const [inline] |
Gets the imager element.
Definition at line 613 of file 1.4/dom/domCamera.h.
xsToken domCamera::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 584 of file dom/domCamera.h.
xsNCName domCamera::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 592 of file 1.4/dom/domCamera.h.
const domOpticsRef domCamera::getOptics | ( | ) | const [inline] |
Gets the optics element.
Definition at line 600 of file dom/domCamera.h.
const domOpticsRef domCamera::getOptics | ( | ) | const [inline] |
Gets the optics element.
Definition at line 608 of file 1.4/dom/domCamera.h.
static daeInt domCamera::ID | ( | ) | [inline, static] |
Definition at line 22 of file dom/domCamera.h.
static daeInt domCamera::ID | ( | ) | [inline, static] |
Definition at line 30 of file 1.4/dom/domCamera.h.
Overloaded assignment operator
Definition at line 628 of file dom/domCamera.h.
Overloaded assignment operator
Definition at line 636 of file 1.4/dom/domCamera.h.
static DLLSPEC daeMetaElement* domCamera::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::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.
void domCamera::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 576 of file dom/domCamera.h.
void domCamera::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 584 of file 1.4/dom/domCamera.h.
void domCamera::setName | ( | xsToken | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 589 of file dom/domCamera.h.
void domCamera::setName | ( | xsNCName | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 597 of file 1.4/dom/domCamera.h.
virtual daeInt domCamera::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 23 of file dom/domCamera.h.
virtual daeInt domCamera::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 31 of file 1.4/dom/domCamera.h.
xsID domCamera::attrId [protected] |
The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.
Definition at line 548 of file 1.4/dom/domCamera.h.
xsToken domCamera::attrName [protected] |
The name attribute is the text string name of this element. Optional attribute.
Definition at line 544 of file dom/domCamera.h.
xsNCName domCamera::attrName [protected] |
The name attribute is the text string name of this element. Optional attribute.
Definition at line 552 of file 1.4/dom/domCamera.h.
domAssetRef domCamera::elemAsset [protected] |
The camera element may contain an asset element.
Definition at line 558 of file 1.4/dom/domCamera.h.
domExtra_Array domCamera::elemExtra_array [protected] |
The extra element may appear any number of times.
Definition at line 572 of file 1.4/dom/domCamera.h.
domImagerRef domCamera::elemImager [protected] |
Imagers represent the image sensor of a camera (for example film or CCD).
Definition at line 568 of file 1.4/dom/domCamera.h.
domOpticsRef domCamera::elemOptics [protected] |
Optics represents the apparatus on a camera that projects the image onto the image sensor.
Definition at line 563 of file 1.4/dom/domCamera.h.