Home | History | Annotate | Download | only in dom

Lines Matching defs:domFront_face

1471 	class domFront_face;
1473 typedef daeSmartRef<domFront_face> domFront_faceRef;
1476 class domFront_face : public daeElement
1514 domFront_face(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
1518 virtual ~domFront_face() {}
1522 virtual domFront_face &operator=( const domFront_face &cpy ) { (void)cpy; return *this; }