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

/external/collada/include/1.4/dom/
H A DdomCommon_float_or_param_type.h207 class domCommon_float_or_param_type : public daeElement, public domCommon_float_or_param_type_complexType class in inherits:daeElement,domCommon_float_or_param_type_complexType
217 domCommon_float_or_param_type(DAE& dae) : daeElement(dae), domCommon_float_or_param_type_complexType(dae, this) {} function in class:domCommon_float_or_param_type
221 virtual ~domCommon_float_or_param_type() {}
225 virtual domCommon_float_or_param_type &operator=( const domCommon_float_or_param_type &cpy ) { (void)cpy; return *this; }

Completed in 92 milliseconds