updated COLLADA-DOM to the latest bleeding-edge (1.4.1) SVN version of today

This commit is contained in:
ejcoumans
2006-07-26 18:58:09 +00:00
parent 750af5c197
commit 7038e5c736
353 changed files with 21354 additions and 6259 deletions

View File

@@ -60,7 +60,7 @@ public:
typedef daeTArray<domDynamicRef> domDynamic_Array;
/**
* If FALSE, the rigid_body is not moveable
* If false, the rigid_body is not moveable
*/
class domDynamic : public daeElement
{
@@ -88,7 +88,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.
@@ -161,6 +162,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
@@ -251,7 +256,7 @@ public:
typedef daeTArray<domHollowRef> domHollow_Array;
/**
* If TRUE, the mass is distributed along the surface of the shape
* If true, the mass is distributed along the surface of the shape
*/
class domHollow : public daeElement
{
@@ -279,7 +284,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.
@@ -335,7 +341,7 @@ public:
protected: // Elements
/**
* If TRUE, the mass is distributed along the surface of the shape @see domHollow
* If true, the mass is distributed along the surface of the shape @see domHollow
*/
domHollowRef elemHollow;
/**
@@ -402,6 +408,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
@@ -554,7 +564,7 @@ public:
protected: // Elements
/**
* If FALSE, the rigid_body is not moveable @see domDynamic
* If false, the rigid_body is not moveable @see domDynamic
*/
domDynamicRef elemDynamic;
/**
@@ -590,6 +600,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
@@ -723,7 +737,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.
@@ -734,7 +749,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 technique_common element.