updated COLLADA-DOM to the latest bleeding-edge (1.4.1) SVN version of today
This commit is contained in:
@@ -64,6 +64,10 @@ public:
|
||||
* Used to preserve order in elements that do not specify strict sequencing of sub-elements.
|
||||
*/
|
||||
daeElementRefArray _contents;
|
||||
/**
|
||||
* Used to preserve order in elements that have a complex content model.
|
||||
*/
|
||||
daeUIntArray _contentsOrder;
|
||||
|
||||
|
||||
public: //Accessors and Mutators
|
||||
@@ -81,7 +85,8 @@ public:
|
||||
* Sets the rigid_body attribute.
|
||||
* @param atRigid_body The new value for the rigid_body attribute.
|
||||
*/
|
||||
void setRigid_body( const xsAnyURI &atRigid_body ) { attrRigid_body.setURI( atRigid_body.getURI() ); }
|
||||
void setRigid_body( const xsAnyURI &atRigid_body ) { attrRigid_body.setURI( atRigid_body.getURI() );
|
||||
_validAttributeArray[0] = true; }
|
||||
|
||||
/**
|
||||
* Gets the translate element array.
|
||||
@@ -197,6 +202,10 @@ public:
|
||||
* Used to preserve order in elements that do not specify strict sequencing of sub-elements.
|
||||
*/
|
||||
daeElementRefArray _contents;
|
||||
/**
|
||||
* Used to preserve order in elements that have a complex content model.
|
||||
*/
|
||||
daeUIntArray _contentsOrder;
|
||||
|
||||
|
||||
public: //Accessors and Mutators
|
||||
@@ -214,7 +223,8 @@ public:
|
||||
* Sets the rigid_body attribute.
|
||||
* @param atRigid_body The new value for the rigid_body attribute.
|
||||
*/
|
||||
void setRigid_body( const xsAnyURI &atRigid_body ) { attrRigid_body.setURI( atRigid_body.getURI() ); }
|
||||
void setRigid_body( const xsAnyURI &atRigid_body ) { attrRigid_body.setURI( atRigid_body.getURI() );
|
||||
_validAttributeArray[0] = true; }
|
||||
|
||||
/**
|
||||
* Gets the translate element array.
|
||||
@@ -314,7 +324,7 @@ public:
|
||||
typedef daeTArray<domEnabledRef> domEnabled_Array;
|
||||
|
||||
/**
|
||||
* If FALSE, the constraint doesn’t exert any force or influence on the
|
||||
* If false, the constraint doesn’t exert any force or influence on the
|
||||
* rigid bodies.
|
||||
*/
|
||||
class domEnabled : public daeElement
|
||||
@@ -343,7 +353,8 @@ public:
|
||||
* Sets the sid attribute.
|
||||
* @param atSid The new value for the sid attribute.
|
||||
*/
|
||||
void setSid( xsNCName atSid ) { attrSid = atSid; }
|
||||
void setSid( xsNCName atSid ) { *(daeStringRef*)&attrSid = atSid;
|
||||
_validAttributeArray[0] = true; }
|
||||
|
||||
/**
|
||||
* Gets the value of this element.
|
||||
@@ -429,7 +440,8 @@ public:
|
||||
* Sets the sid attribute.
|
||||
* @param atSid The new value for the sid attribute.
|
||||
*/
|
||||
void setSid( xsNCName atSid ) { attrSid = atSid; }
|
||||
void setSid( xsNCName atSid ) { *(daeStringRef*)&attrSid = atSid;
|
||||
_validAttributeArray[0] = true; }
|
||||
|
||||
/**
|
||||
* Gets the value of this element.
|
||||
@@ -941,7 +953,7 @@ public:
|
||||
|
||||
protected: // Elements
|
||||
/**
|
||||
* If FALSE, the constraint doesn’t exert any force or influence on the
|
||||
* If false, the constraint doesn’t exert any force or influence on the
|
||||
* rigid bodies. @see domEnabled
|
||||
*/
|
||||
domEnabledRef elemEnabled;
|
||||
@@ -1069,7 +1081,8 @@ public: //Accessors and Mutators
|
||||
* Sets the sid attribute.
|
||||
* @param atSid The new value for the sid attribute.
|
||||
*/
|
||||
void setSid( xsNCName atSid ) { attrSid = atSid; }
|
||||
void setSid( xsNCName atSid ) { *(daeStringRef*)&attrSid = atSid;
|
||||
_validAttributeArray[0] = true; }
|
||||
|
||||
/**
|
||||
* Gets the name attribute.
|
||||
@@ -1080,7 +1093,8 @@ public: //Accessors and Mutators
|
||||
* Sets the name attribute.
|
||||
* @param atName The new value for the name attribute.
|
||||
*/
|
||||
void setName( xsNCName atName ) { attrName = atName; }
|
||||
void setName( xsNCName atName ) { *(daeStringRef*)&attrName = atName;
|
||||
_validAttributeArray[1] = true; }
|
||||
|
||||
/**
|
||||
* Gets the ref_attachment element.
|
||||
|
||||
Reference in New Issue
Block a user