Home | History | Annotate | Download | only in dom

Lines Matching defs:domLight_spot_exponent

4138 	class domLight_spot_exponent;
4140 typedef daeSmartRef<domLight_spot_exponent> domLight_spot_exponentRef;
4143 class domLight_spot_exponent : public daeElement
4193 domLight_spot_exponent(DAE& dae) : daeElement(dae), attrValue(), attrParam(), attrIndex() {}
4197 virtual ~domLight_spot_exponent() {}
4201 virtual domLight_spot_exponent &operator=( const domLight_spot_exponent &cpy ) { (void)cpy; return *this; }