Home | History | Annotate | Download | only in dom

Lines Matching defs:domLight_spot_cutoff

2155 	class domLight_spot_cutoff;
2157 typedef daeSmartRef<domLight_spot_cutoff> domLight_spot_cutoffRef;
2160 class domLight_spot_cutoff : public daeElement
2210 domLight_spot_cutoff(DAE& dae) : daeElement(dae), attrValue(), attrParam(), attrIndex() {}
2214 virtual ~domLight_spot_cutoff() {}
2218 virtual domLight_spot_cutoff &operator=( const domLight_spot_cutoff &cpy ) { (void)cpy; return *this; }