Home | History | Annotate | Download | only in dom

Lines Matching defs:domLight_spot_cutoff

3975 	class domLight_spot_cutoff;
3977 typedef daeSmartRef<domLight_spot_cutoff> domLight_spot_cutoffRef;
3980 class domLight_spot_cutoff : public daeElement
4030 domLight_spot_cutoff(DAE& dae) : daeElement(dae), attrValue(), attrParam(), attrIndex() {}
4034 virtual ~domLight_spot_cutoff() {}
4038 virtual domLight_spot_cutoff &operator=( const domLight_spot_cutoff &cpy ) { (void)cpy; return *this; }