Home | History | Annotate | Download | only in dom

Lines Matching defs:domLight_spot_exponent

2318 	class domLight_spot_exponent;
2320 typedef daeSmartRef<domLight_spot_exponent> domLight_spot_exponentRef;
2323 class domLight_spot_exponent : public daeElement
2373 domLight_spot_exponent(DAE& dae) : daeElement(dae), attrValue(), attrParam(), attrIndex() {}
2377 virtual ~domLight_spot_exponent() {}
2381 virtual domLight_spot_exponent &operator=( const domLight_spot_exponent &cpy ) { (void)cpy; return *this; }