Searched defs:domGlsl_newarray_type (Results 1 - 1 of 1) sorted by relevance

/external/collada/include/1.4/dom/
H A DdomGlsl_newarray_type.h17 #include <dom/domGlsl_newarray_type.h>
115 class domGlsl_newarray_type : public daeElement, public domGlsl_newarray_type_complexType class in inherits:daeElement,domGlsl_newarray_type_complexType
138 domGlsl_newarray_type(DAE& dae) : daeElement(dae), domGlsl_newarray_type_complexType(dae, this) {} function in class:domGlsl_newarray_type
142 virtual ~domGlsl_newarray_type() {}
146 virtual domGlsl_newarray_type &operator=( const domGlsl_newarray_type &cpy ) { (void)cpy; return *this; }

Completed in 85 milliseconds