domCamera Class Reference

#include <domCamera.h>

Inheritance diagram for domCamera:
Inheritance graph
[legend]

List of all members.

Classes

class  domImager
class  domOptics

Public Types

typedef daeTArray< domImagerRefdomImager_Array
typedef daeTArray< domImagerRefdomImager_Array
typedef daeSmartRef< domImagerdomImagerRef
typedef daeSmartRef< domImagerdomImagerRef
typedef daeTArray< domOpticsRefdomOptics_Array
typedef daeTArray< domOpticsRefdomOptics_Array
typedef daeSmartRef< domOpticsdomOpticsRef
typedef daeSmartRef< domOpticsdomOpticsRef

Public Member Functions

const domAssetRef getAsset () const
const domAssetRef getAsset () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
xsID getId () const
xsID getId () const
const domImagerRef getImager () const
const domImagerRef getImager () const
xsToken getName () const
xsNCName getName () const
const domOpticsRef getOptics () const
const domOpticsRef getOptics () const
void setId (xsID atId)
void setId (xsID atId)
void setName (xsToken atName)
void setName (xsNCName atName)
virtual daeInt typeID () const
virtual daeInt typeID () const

Static Public Member Functions

static DLLSPEC daeElementRef create (DAE &dae)
static DLLSPEC daeElementRef create (DAE &dae)
static daeInt ID ()
static daeInt ID ()
static DLLSPEC daeMetaElementregisterElement (DAE &dae)
static DLLSPEC daeMetaElementregisterElement (DAE &dae)

Protected Member Functions

 domCamera (DAE &dae)
 domCamera (DAE &dae)
virtual domCameraoperator= (const domCamera &cpy)
virtual domCameraoperator= (const domCamera &cpy)
virtual ~domCamera ()
virtual ~domCamera ()

Protected Attributes

xsID attrId
xsToken attrName
xsNCName attrName
domAssetRef elemAsset
domExtra_Array elemExtra_array
domImagerRef elemImager
domOpticsRef elemOptics

Detailed Description

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.


Member Typedef Documentation

Definition at line 461 of file dom/domCamera.h.

Definition at line 469 of file 1.4/dom/domCamera.h.

Definition at line 458 of file dom/domCamera.h.

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.

Definition at line 25 of file dom/domCamera.h.

Definition at line 33 of file 1.4/dom/domCamera.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

static DLLSPEC daeElementRef domCamera::create ( DAE dae  )  [static]

Creates an instance of this class and returns a daeElementRef referencing it.

Returns:
a daeElementRef referencing an instance of this object.
static DLLSPEC daeElementRef domCamera::create ( DAE dae  )  [static]

Creates an instance of this class and returns a daeElementRef referencing it.

Returns:
a daeElementRef referencing an instance of this object.
const domAssetRef domCamera::getAsset (  )  const [inline]

Gets the asset element.

Returns:
a daeSmartRef to the asset element.

Definition at line 595 of file dom/domCamera.h.

const domAssetRef domCamera::getAsset (  )  const [inline]

Gets the asset element.

Returns:
a daeSmartRef to 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.

Returns:
Returns a constant reference to the array of extra elements.

Definition at line 615 of file dom/domCamera.h.

domExtra_Array& domCamera::getExtra_array (  )  [inline]

Gets the extra element array.

Returns:
Returns a reference to the array of extra elements.

Definition at line 610 of file dom/domCamera.h.

const domExtra_Array& domCamera::getExtra_array (  )  const [inline]

Gets the extra element array.

Returns:
Returns a constant reference to the array of extra elements.

Definition at line 623 of file 1.4/dom/domCamera.h.

domExtra_Array& domCamera::getExtra_array (  )  [inline]

Gets the extra element array.

Returns:
Returns a reference to the array of extra elements.

Definition at line 618 of file 1.4/dom/domCamera.h.

xsID domCamera::getId (  )  const [inline]

Gets the id attribute.

Returns:
Returns a xsID of the id attribute.

Definition at line 571 of file dom/domCamera.h.

xsID domCamera::getId (  )  const [inline]

Gets the id attribute.

Returns:
Returns a xsID of the id attribute.

Definition at line 579 of file 1.4/dom/domCamera.h.

const domImagerRef domCamera::getImager (  )  const [inline]

Gets the imager element.

Returns:
a daeSmartRef to the imager element.

Definition at line 605 of file dom/domCamera.h.

const domImagerRef domCamera::getImager (  )  const [inline]

Gets the imager element.

Returns:
a daeSmartRef to the imager element.

Definition at line 613 of file 1.4/dom/domCamera.h.

xsToken domCamera::getName (  )  const [inline]

Gets the name attribute.

Returns:
Returns a xsToken of the name attribute.

Definition at line 584 of file dom/domCamera.h.

xsNCName domCamera::getName (  )  const [inline]

Gets the name attribute.

Returns:
Returns a xsNCName of the name attribute.

Definition at line 592 of file 1.4/dom/domCamera.h.

const domOpticsRef domCamera::getOptics (  )  const [inline]

Gets the optics element.

Returns:
a daeSmartRef to the optics element.

Definition at line 600 of file dom/domCamera.h.

const domOpticsRef domCamera::getOptics (  )  const [inline]

Gets the optics element.

Returns:
a daeSmartRef to 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.

virtual domCamera& domCamera::operator= ( const domCamera cpy  )  [inline, protected, virtual]

Overloaded assignment operator

Definition at line 628 of file dom/domCamera.h.

virtual domCamera& domCamera::operator= ( const domCamera cpy  )  [inline, protected, virtual]

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.

Returns:
A daeMetaElement describing this COLLADA element.
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.

Returns:
A daeMetaElement describing this COLLADA element.
void domCamera::setId ( xsID  atId  )  [inline]

Sets the id attribute.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Returns:
The element's type 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.

Returns:
The element's type ID.

Implements daeElement.

Definition at line 31 of file 1.4/dom/domCamera.h.


Member Data Documentation

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.

The name attribute is the text string name of this element. Optional attribute.

Definition at line 544 of file dom/domCamera.h.

The name attribute is the text string name of this element. Optional attribute.

Definition at line 552 of file 1.4/dom/domCamera.h.

The camera element may contain an asset element.

See also:
domAsset

Definition at line 558 of file 1.4/dom/domCamera.h.

The extra element may appear any number of times.

See also:
domExtra

Definition at line 572 of file 1.4/dom/domCamera.h.

Imagers represent the image sensor of a camera (for example film or CCD).

See also:
domImager

Definition at line 568 of file 1.4/dom/domCamera.h.

Optics represents the apparatus on a camera that projects the image onto the image sensor.

See also:
domOptics

Definition at line 563 of file 1.4/dom/domCamera.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


colladadom
Author(s): Du Hung Hou, Khronos.org, Marcus Barnes, Greg Corson, Herbert Law, Sebastian Schwarz, Steven Thomas, John Hsu (ros package), Tim Field (ros package)
autogenerated on Fri Jan 11 09:29:21 2013