Home | History | Annotate | Download | only in dom

Lines Matching defs:domLight_ambient

1582 	class domLight_ambient;
1584 typedef daeSmartRef<domLight_ambient> domLight_ambientRef;
1587 class domLight_ambient : public daeElement
1642 domLight_ambient(DAE& dae) : daeElement(dae), attrValue(), attrParam(), attrIndex() {}
1646 virtual ~domLight_ambient() {}
1650 virtual domLight_ambient &operator=( const domLight_ambient &cpy ) { (void)cpy; return *this; }