Home | History | Annotate | Download | only in dom

Lines Matching defs:domFront_face

1386 	class domFront_face;
1388 typedef daeSmartRef<domFront_face> domFront_faceRef;
1391 class domFront_face : public daeElement
1429 domFront_face(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
1433 virtual ~domFront_face() {}
1437 virtual domFront_face &operator=( const domFront_face &cpy ) { (void)cpy; return *this; }