Home | History | Annotate | Download | only in dom

Lines Matching defs:domFog_mode

1337 	class domFog_mode;
1339 typedef daeSmartRef<domFog_mode> domFog_modeRef;
1342 class domFog_mode : public daeElement
1380 domFog_mode(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
1384 virtual ~domFog_mode() {}
1388 virtual domFog_mode &operator=( const domFog_mode &cpy ) { (void)cpy; return *this; }