#include <domRigid_constraint.h>
The limits element provides a flexible way to specify the constraint limits (degrees of freedom and ranges).
Definition at line 499 of file 1.4/dom/domRigid_constraint.h.
typedef daeTArray<domLinearRef> domRigid_constraint::domTechnique_common::domLimits::domLinear_Array |
Definition at line 567 of file dom/domRigid_constraint.h.
typedef daeTArray<domLinearRef> domRigid_constraint::domTechnique_common::domLimits::domLinear_Array |
Definition at line 575 of file 1.4/dom/domRigid_constraint.h.
Definition at line 564 of file dom/domRigid_constraint.h.
Definition at line 572 of file 1.4/dom/domRigid_constraint.h.
typedef daeTArray<domSwing_cone_and_twistRef> domRigid_constraint::domTechnique_common::domLimits::domSwing_cone_and_twist_Array |
Definition at line 501 of file dom/domRigid_constraint.h.
typedef daeTArray<domSwing_cone_and_twistRef> domRigid_constraint::domTechnique_common::domLimits::domSwing_cone_and_twist_Array |
Definition at line 509 of file 1.4/dom/domRigid_constraint.h.
typedef daeSmartRef<domSwing_cone_and_twist> domRigid_constraint::domTechnique_common::domLimits::domSwing_cone_and_twistRef |
Definition at line 498 of file dom/domRigid_constraint.h.
typedef daeSmartRef<domSwing_cone_and_twist> domRigid_constraint::domTechnique_common::domLimits::domSwing_cone_and_twistRef |
Definition at line 506 of file 1.4/dom/domRigid_constraint.h.
domRigid_constraint::domTechnique_common::domLimits::domLimits | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 666 of file 1.4/dom/domRigid_constraint.h.
virtual domRigid_constraint::domTechnique_common::domLimits::~domLimits | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 670 of file 1.4/dom/domRigid_constraint.h.
domRigid_constraint::domTechnique_common::domLimits::domLimits | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 658 of file dom/domRigid_constraint.h.
virtual domRigid_constraint::domTechnique_common::domLimits::~domLimits | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 662 of file dom/domRigid_constraint.h.
static DLLSPEC daeElementRef domRigid_constraint::domTechnique_common::domLimits::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domRigid_constraint::domTechnique_common::domLimits::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::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 494 of file dom/domRigid_constraint.h.
virtual COLLADA_TYPE::TypeEnum domRigid_constraint::domTechnique_common::domLimits::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 502 of file 1.4/dom/domRigid_constraint.h.
const domLinearRef domRigid_constraint::domTechnique_common::domLimits::getLinear | ( | ) | const [inline] |
Gets the linear element.
Definition at line 653 of file dom/domRigid_constraint.h.
const domLinearRef domRigid_constraint::domTechnique_common::domLimits::getLinear | ( | ) | const [inline] |
Gets the linear element.
Definition at line 661 of file 1.4/dom/domRigid_constraint.h.
const domSwing_cone_and_twistRef domRigid_constraint::domTechnique_common::domLimits::getSwing_cone_and_twist | ( | ) | const [inline] |
Gets the swing_cone_and_twist element.
Definition at line 648 of file dom/domRigid_constraint.h.
const domSwing_cone_and_twistRef domRigid_constraint::domTechnique_common::domLimits::getSwing_cone_and_twist | ( | ) | const [inline] |
Gets the swing_cone_and_twist element.
Definition at line 656 of file 1.4/dom/domRigid_constraint.h.
static daeInt domRigid_constraint::domTechnique_common::domLimits::ID | ( | ) | [inline, static] |
Definition at line 495 of file dom/domRigid_constraint.h.
static daeInt domRigid_constraint::domTechnique_common::domLimits::ID | ( | ) | [inline, static] |
Definition at line 503 of file 1.4/dom/domRigid_constraint.h.
virtual domLimits& domRigid_constraint::domTechnique_common::domLimits::operator= | ( | const domLimits & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 666 of file dom/domRigid_constraint.h.
virtual domLimits& domRigid_constraint::domTechnique_common::domLimits::operator= | ( | const domLimits & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 674 of file 1.4/dom/domRigid_constraint.h.
static DLLSPEC daeMetaElement* domRigid_constraint::domTechnique_common::domLimits::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::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::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 496 of file dom/domRigid_constraint.h.
virtual daeInt domRigid_constraint::domTechnique_common::domLimits::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 504 of file 1.4/dom/domRigid_constraint.h.
The linear element describes linear (translational) limits along each axis.
Definition at line 649 of file 1.4/dom/domRigid_constraint.h.
domSwing_cone_and_twistRef domRigid_constraint::domTechnique_common::domLimits::elemSwing_cone_and_twist [protected] |
The swing_cone_and_twist element describes the angular limits along each rotation axis in degrees. The the X and Y limits describe a “swing cone” and the Z limits describe the “twist angle” range
The swing_cone_and_twist element describes the angular limits along each rotation axis in degrees. The the X and Y limits describe a "swing cone" and the Z limits describe the "twist angle" range
Definition at line 644 of file 1.4/dom/domRigid_constraint.h.