Home | History | Annotate | Download | only in dom

Lines Matching defs:domDither_enable

8700 	class domDither_enable;
8702 typedef daeSmartRef<domDither_enable> domDither_enableRef;
8705 class domDither_enable : public daeElement
8743 domDither_enable(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
8747 virtual ~domDither_enable() {}
8751 virtual domDither_enable &operator=( const domDither_enable &cpy ) { (void)cpy; return *this; }