#include <domRigid_constraint.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
domSid | getSid () const |
xsNCName | getSid () const |
xsBoolean & | getValue () |
domBool | getValue () const |
void | setSid (domSid atSid) |
void | setSid (xsNCName atSid) |
void | setValue (const xsBoolean &val) |
void | setValue (domBool val) |
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 daeMetaElement * | registerElement (DAE &dae) |
static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
domEnabled (DAE &dae) | |
domEnabled (DAE &dae) | |
virtual domEnabled & | operator= (const domEnabled &cpy) |
virtual domEnabled & | operator= (const domEnabled &cpy) |
virtual | ~domEnabled () |
virtual | ~domEnabled () |
Protected Attributes | |
xsBoolean | _value |
domBool | _value |
domSid | attrSid |
xsNCName | attrSid |
If false, the constraint doesn’t exert any force or influence on the rigid bodies.
If false, the constraint doesn't exert any force or influence on the rigid bodies.
Definition at line 340 of file 1.4/dom/domRigid_constraint.h.
domRigid_constraint::domTechnique_common::domEnabled::domEnabled | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 387 of file 1.4/dom/domRigid_constraint.h.
virtual domRigid_constraint::domTechnique_common::domEnabled::~domEnabled | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 391 of file 1.4/dom/domRigid_constraint.h.
domRigid_constraint::domTechnique_common::domEnabled::domEnabled | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 379 of file dom/domRigid_constraint.h.
virtual domRigid_constraint::domTechnique_common::domEnabled::~domEnabled | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 383 of file dom/domRigid_constraint.h.
static DLLSPEC daeElementRef domRigid_constraint::domTechnique_common::domEnabled::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domRigid_constraint::domTechnique_common::domEnabled::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domRigid_constraint::domTechnique_common::domEnabled::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 335 of file dom/domRigid_constraint.h.
virtual COLLADA_TYPE::TypeEnum domRigid_constraint::domTechnique_common::domEnabled::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 343 of file 1.4/dom/domRigid_constraint.h.
domSid domRigid_constraint::domTechnique_common::domEnabled::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Definition at line 352 of file dom/domRigid_constraint.h.
xsNCName domRigid_constraint::domTechnique_common::domEnabled::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Definition at line 365 of file 1.4/dom/domRigid_constraint.h.
xsBoolean& domRigid_constraint::domTechnique_common::domEnabled::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 363 of file dom/domRigid_constraint.h.
domBool domRigid_constraint::domTechnique_common::domEnabled::getValue | ( | ) | const [inline] |
Gets the value of this element.
Definition at line 376 of file 1.4/dom/domRigid_constraint.h.
static daeInt domRigid_constraint::domTechnique_common::domEnabled::ID | ( | ) | [inline, static] |
Definition at line 336 of file dom/domRigid_constraint.h.
static daeInt domRigid_constraint::domTechnique_common::domEnabled::ID | ( | ) | [inline, static] |
Definition at line 344 of file 1.4/dom/domRigid_constraint.h.
virtual domEnabled& domRigid_constraint::domTechnique_common::domEnabled::operator= | ( | const domEnabled & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 387 of file dom/domRigid_constraint.h.
virtual domEnabled& domRigid_constraint::domTechnique_common::domEnabled::operator= | ( | const domEnabled & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 395 of file 1.4/dom/domRigid_constraint.h.
static DLLSPEC daeMetaElement* domRigid_constraint::domTechnique_common::domEnabled::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::domEnabled::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 domRigid_constraint::domTechnique_common::domEnabled::setSid | ( | domSid | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Definition at line 357 of file dom/domRigid_constraint.h.
void domRigid_constraint::domTechnique_common::domEnabled::setSid | ( | xsNCName | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Definition at line 370 of file 1.4/dom/domRigid_constraint.h.
void domRigid_constraint::domTechnique_common::domEnabled::setValue | ( | const xsBoolean & | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 368 of file dom/domRigid_constraint.h.
void domRigid_constraint::domTechnique_common::domEnabled::setValue | ( | domBool | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 381 of file 1.4/dom/domRigid_constraint.h.
virtual daeInt domRigid_constraint::domTechnique_common::domEnabled::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 337 of file dom/domRigid_constraint.h.
virtual daeInt domRigid_constraint::domTechnique_common::domEnabled::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 345 of file 1.4/dom/domRigid_constraint.h.
The xsBoolean value of the text data of this element.
Definition at line 374 of file dom/domRigid_constraint.h.
The domBool value of the text data of this element.
Definition at line 358 of file 1.4/dom/domRigid_constraint.h.
The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.
Definition at line 344 of file dom/domRigid_constraint.h.
The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.
Definition at line 352 of file 1.4/dom/domRigid_constraint.h.