00001 #ifndef __domBind_kinematics_model_h__ 00002 #define __domBind_kinematics_model_h__ 00003 00004 #include <dae/daeDocument.h> 00005 #include <dom/domTypes.h> 00006 #include <dom/domElements.h> 00007 00008 #include <dom/domCommon_sidref_or_param.h> 00009 class DAE; 00010 00011 class domBind_kinematics_model : public domCommon_sidref_or_param 00012 { 00013 public: 00014 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::BIND_KINEMATICS_MODEL; } 00015 static daeInt ID() { return 433; } 00016 virtual daeInt typeID() const { return ID(); } 00017 protected: // Attribute 00018 xsToken attrNode; 00019 00020 00021 public: //Accessors and Mutators 00026 xsToken getNode() const { return attrNode; } 00031 void setNode( xsToken atNode ) { *(daeStringRef*)&attrNode = atNode;} 00032 00033 protected: 00037 domBind_kinematics_model(DAE& dae) : domCommon_sidref_or_param(dae), attrNode() {} 00041 virtual ~domBind_kinematics_model() {} 00045 virtual domBind_kinematics_model &operator=( const domBind_kinematics_model &cpy ) { (void)cpy; return *this; } 00046 00047 public: // STATIC METHODS 00052 static DLLSPEC daeElementRef create(DAE& dae); 00058 static DLLSPEC daeMetaElement* registerElement(DAE& dae); 00059 }; 00060 00061 00062 #endif