#include <domRigid_constraint.h>
The linear element describes linear (translational) limits along each axis.
Definition at line 580 of file 1.4/dom/domRigid_constraint.h.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Implements daeElement.
Definition at line 585 of file 1.4/dom/domRigid_constraint.h.
domTargetable_float3Ref domRigid_constraint::domTechnique_common::domLimits::domLinear::elemMax [protected] |
The maximum values for the limit.
Definition at line 587 of file dom/domRigid_constraint.h.
domTargetableFloat3Ref domRigid_constraint::domTechnique_common::domLimits::domLinear::elemMax [protected] |
The maximum values for the limit.
Definition at line 595 of file 1.4/dom/domRigid_constraint.h.
domTargetable_float3Ref domRigid_constraint::domTechnique_common::domLimits::domLinear::elemMin [protected] |
The minimum values for the limit.
Definition at line 583 of file dom/domRigid_constraint.h.
domTargetableFloat3Ref domRigid_constraint::domTechnique_common::domLimits::domLinear::elemMin [protected] |
The minimum values for the limit.
Definition at line 591 of file 1.4/dom/domRigid_constraint.h.