domRigid_constraint::domTechnique_common::domLimits::domLinear Class Reference

#include <domRigid_constraint.h>

Inheritance diagram for domRigid_constraint::domTechnique_common::domLimits::domLinear:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual COLLADA_TYPE::TypeEnum getElementType () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domTargetable_float3Ref getMax () const
const domTargetableFloat3Ref getMax () const
const domTargetable_float3Ref getMin () const
const domTargetableFloat3Ref getMin () const
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

 domLinear (DAE &dae)
 domLinear (DAE &dae)
virtual domLinearoperator= (const domLinear &cpy)
virtual domLinearoperator= (const domLinear &cpy)
virtual ~domLinear ()
virtual ~domLinear ()

Protected Attributes

domTargetable_float3Ref elemMax
domTargetableFloat3Ref elemMax
domTargetable_float3Ref elemMin
domTargetableFloat3Ref elemMin

Detailed Description

The linear element describes linear (translational) limits along each axis.

Definition at line 580 of file 1.4/dom/domRigid_constraint.h.


Constructor & Destructor Documentation

domRigid_constraint::domTechnique_common::domLimits::domLinear::domLinear ( DAE dae  )  [inline, protected]

Constructor

Definition at line 612 of file 1.4/dom/domRigid_constraint.h.

virtual domRigid_constraint::domTechnique_common::domLimits::domLinear::~domLinear (  )  [inline, protected, virtual]

Destructor

Definition at line 616 of file 1.4/dom/domRigid_constraint.h.

domRigid_constraint::domTechnique_common::domLimits::domLinear::domLinear ( DAE dae  )  [inline, protected]

Constructor

Definition at line 604 of file dom/domRigid_constraint.h.

virtual domRigid_constraint::domTechnique_common::domLimits::domLinear::~domLinear (  )  [inline, protected, virtual]

Destructor

Definition at line 608 of file dom/domRigid_constraint.h.


Member Function Documentation

static DLLSPEC daeElementRef domRigid_constraint::domTechnique_common::domLimits::domLinear::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 domRigid_constraint::domTechnique_common::domLimits::domLinear::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.
virtual COLLADA_TYPE::TypeEnum domRigid_constraint::domTechnique_common::domLimits::domLinear::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

Definition at line 575 of file dom/domRigid_constraint.h.

virtual COLLADA_TYPE::TypeEnum domRigid_constraint::domTechnique_common::domLimits::domLinear::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

Definition at line 583 of file 1.4/dom/domRigid_constraint.h.

const domTargetable_float3Ref domRigid_constraint::domTechnique_common::domLimits::domLinear::getMax (  )  const [inline]

Gets the max element.

Returns:
a daeSmartRef to the max element.

Definition at line 599 of file dom/domRigid_constraint.h.

const domTargetableFloat3Ref domRigid_constraint::domTechnique_common::domLimits::domLinear::getMax (  )  const [inline]

Gets the max element.

Returns:
a daeSmartRef to the max element.

Definition at line 607 of file 1.4/dom/domRigid_constraint.h.

const domTargetable_float3Ref domRigid_constraint::domTechnique_common::domLimits::domLinear::getMin (  )  const [inline]

Gets the min element.

Returns:
a daeSmartRef to the min element.

Definition at line 594 of file dom/domRigid_constraint.h.

const domTargetableFloat3Ref domRigid_constraint::domTechnique_common::domLimits::domLinear::getMin (  )  const [inline]

Gets the min element.

Returns:
a daeSmartRef to the min element.

Definition at line 602 of file 1.4/dom/domRigid_constraint.h.

static daeInt domRigid_constraint::domTechnique_common::domLimits::domLinear::ID (  )  [inline, static]

Definition at line 576 of file dom/domRigid_constraint.h.

static daeInt domRigid_constraint::domTechnique_common::domLimits::domLinear::ID (  )  [inline, static]

Definition at line 584 of file 1.4/dom/domRigid_constraint.h.

virtual domLinear& domRigid_constraint::domTechnique_common::domLimits::domLinear::operator= ( const domLinear cpy  )  [inline, protected, virtual]

Overloaded assignment operator

Definition at line 612 of file dom/domRigid_constraint.h.

virtual domLinear& domRigid_constraint::domTechnique_common::domLimits::domLinear::operator= ( const domLinear cpy  )  [inline, protected, virtual]

Overloaded assignment operator

Definition at line 620 of file 1.4/dom/domRigid_constraint.h.

static DLLSPEC daeMetaElement* domRigid_constraint::domTechnique_common::domLimits::domLinear::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* domRigid_constraint::domTechnique_common::domLimits::domLinear::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.
virtual daeInt domRigid_constraint::domTechnique_common::domLimits::domLinear::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 577 of file dom/domRigid_constraint.h.

virtual daeInt domRigid_constraint::domTechnique_common::domLimits::domLinear::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 585 of file 1.4/dom/domRigid_constraint.h.


Member Data Documentation

The maximum values for the limit.

See also:
domMax

Definition at line 587 of file dom/domRigid_constraint.h.

The maximum values for the limit.

See also:
domMax

Definition at line 595 of file 1.4/dom/domRigid_constraint.h.

The minimum values for the limit.

See also:
domMin

Definition at line 583 of file dom/domRigid_constraint.h.

The minimum values for the limit.

See also:
domMin

Definition at line 591 of file 1.4/dom/domRigid_constraint.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:31:52 2013