Home | History | Annotate | Download | only in dom

Lines Matching defs:domDither_enable

4662 	class domDither_enable;
4664 typedef daeSmartRef<domDither_enable> domDither_enableRef;
4667 class domDither_enable : public daeElement
4705 domDither_enable(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
4709 virtual ~domDither_enable() {}
4713 virtual domDither_enable &operator=( const domDither_enable &cpy ) { (void)cpy; return *this; }