Home | History | Annotate | Download | only in dom

Lines Matching refs:ma

40 		daeMetaAttribute *ma = new daeMetaAttribute;
41 ma->setName( "_value" );
42 ma->setType( dae.getAtomicTypes().get("xsNCName"));
43 ma->setOffset( daeOffsetOf( domFx_depthtarget_common , _value ));
44 ma->setContainer( meta );
45 meta->appendAttribute(ma);
50 daeMetaAttribute *ma = new daeMetaAttribute;
51 ma->setName( "index" );
52 ma->setType( dae.getAtomicTypes().get("xsNonNegativeInteger"));
53 ma->setOffset( daeOffsetOf( domFx_depthtarget_common , attrIndex ));
54 ma->setContainer( meta );
55 ma->setDefaultString( "0");
56 ma->setIsRequired( false );
58 meta->appendAttribute(ma);
63 daeMetaAttribute *ma = new daeMetaAttribute;
64 ma->setName( "face" );
65 ma->setType( dae.getAtomicTypes().get("Fx_surface_face_enum"));
66 ma->setOffset( daeOffsetOf( domFx_depthtarget_common , attrFace ));
67 ma->setContainer( meta );
68 ma->setDefaultString( "POSITIVE_X");
69 ma->setIsRequired( false );
71 meta->appendAttribute(ma);
76 daeMetaAttribute *ma = new daeMetaAttribute;
77 ma->setName( "mip" );
78 ma->setType( dae.getAtomicTypes().get("xsNonNegativeInteger"));
79 ma->setOffset( daeOffsetOf( domFx_depthtarget_common , attrMip ));
80 ma->setContainer( meta );
81 ma->setDefaultString( "0");
82 ma->setIsRequired( false );
84 meta->appendAttribute(ma);
89 daeMetaAttribute *ma = new daeMetaAttribute;
90 ma->setName( "slice" );
91 ma->setType( dae.getAtomicTypes().get("xsNonNegativeInteger"));
92 ma->setOffset( daeOffsetOf( domFx_depthtarget_common , attrSlice ));
93 ma->setContainer( meta );
94 ma->setDefaultString( "0");
95 ma->setIsRequired( false );
97 meta->appendAttribute(ma);