Home | History | Annotate | Download | only in dom

Lines Matching refs:domLine_smooth_enable

8968 	class domLine_smooth_enable;
8970 typedef daeSmartRef<domLine_smooth_enable> domLine_smooth_enableRef;
8973 class domLine_smooth_enable : public daeElement
9011 domLine_smooth_enable(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
9015 virtual ~domLine_smooth_enable() {}
9019 virtual domLine_smooth_enable &operator=( const domLine_smooth_enable &cpy ) { (void)cpy; return *this; }