Home | History | Annotate | Download | only in dom

Lines Matching defs:domPoint_smooth_enable

5277 	class domPoint_smooth_enable;
5279 typedef daeSmartRef<domPoint_smooth_enable> domPoint_smooth_enableRef;
5282 class domPoint_smooth_enable : public daeElement
5320 domPoint_smooth_enable(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
5324 virtual ~domPoint_smooth_enable() {}
5328 virtual domPoint_smooth_enable &operator=( const domPoint_smooth_enable &cpy ) { (void)cpy; return *this; }