Home | History | Annotate | Download | only in dom

Lines Matching defs:domFog_mode

1185 	class domFog_mode;
1187 typedef daeSmartRef<domFog_mode> domFog_modeRef;
1190 class domFog_mode : public daeElement
1228 domFog_mode(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
1232 virtual ~domFog_mode() {}
1236 virtual domFog_mode &operator=( const domFog_mode &cpy ) { (void)cpy; return *this; }