updated COLLADA-DOM to the latest bleeding-edge (1.4.1) SVN version of today
This commit is contained in:
@@ -75,6 +75,20 @@ protected:
|
||||
*/
|
||||
class domFx_clearstencil_common : public daeElement, public domFx_clearstencil_common_complexType
|
||||
{
|
||||
|
||||
public: //Accessors and Mutators
|
||||
/**
|
||||
* Gets the index attribute.
|
||||
* @return Returns a xsNonNegativeInteger of the index attribute.
|
||||
*/
|
||||
xsNonNegativeInteger getIndex() const { return attrIndex; }
|
||||
/**
|
||||
* Sets the index attribute.
|
||||
* @param atIndex The new value for the index attribute.
|
||||
*/
|
||||
void setIndex( xsNonNegativeInteger atIndex ) { attrIndex = atIndex;
|
||||
_validAttributeArray[0] = true; }
|
||||
|
||||
protected:
|
||||
/**
|
||||
* Constructor
|
||||
|
||||
Reference in New Issue
Block a user