Searched refs:domGlsl_newarray_type_complexType (Results 1 - 1 of 1) sorted by relevance

/external/collada/include/1.4/dom/
H A DdomGlsl_newarray_type.h24 class domGlsl_newarray_type_complexType class
101 domGlsl_newarray_type_complexType(DAE& dae, daeElement* elt) : attrLength(), elemGlsl_param_type_array(), elemArray_array() {} function in class:domGlsl_newarray_type_complexType
105 virtual ~domGlsl_newarray_type_complexType() { daeElement::deleteCMDataArray(_CMData); }
109 virtual domGlsl_newarray_type_complexType &operator=( const domGlsl_newarray_type_complexType &cpy ) { (void)cpy; return *this; }
113 * An element of type domGlsl_newarray_type_complexType.
115 class domGlsl_newarray_type : public daeElement, public domGlsl_newarray_type_complexType
138 domGlsl_newarray_type(DAE& dae) : daeElement(dae), domGlsl_newarray_type_complexType(dae, this) {}

Completed in 124 milliseconds