HomeSort by relevance Sort by last modified time
    Searched refs:daeUInt (Results 1 - 25 of 27) sorted by null

1 2

  /external/collada/include/dae/
daeMetaChoice.h 30 daeMetaChoice( daeMetaElement *container, daeMetaCMPolicy *parent = NULL, daeUInt choiceNum = 0, daeUInt ordinal = 0, daeInt minO = 1, daeInt maxO = 1 );
33 daeElement *placeElement( daeElement *parent, daeElement *child, daeUInt &ordinal, daeInt offset = 0, daeElement* before = NULL, daeElement *after = NULL );
39 daeUInt _choiceNum;
daeMetaCMPolicy.h 28 * @param ordinal A reference to a daeUInt which holds the ordinal return value for a placed child. Used
37 virtual daeElement *placeElement( daeElement *parent, daeElement *child, daeUInt &ordinal, daeInt offset = 0, daeElement* before = NULL, daeElement *after = NULL ) = 0;
77 void setMaxOrdinal( daeUInt ord ) { _maxOrdinal = ord; }
89 daeMetaCMPolicy( daeMetaElement *container ,daeMetaCMPolicy *parent, daeUInt ordinal,
109 daeUInt _maxOrdinal;
110 daeUInt _ordinalOffset;
daeMetaAny.h 29 daeMetaAny( daeMetaElement *container, daeMetaCMPolicy *parent = NULL, daeUInt ordinal = 0, daeInt minO = 1, daeInt maxO = 1 );
32 daeElement *placeElement( daeElement *parent, daeElement *child, daeUInt &ordinal, daeInt offset = 0, daeElement* before = NULL, daeElement *after = NULL );
daeMetaGroup.h 33 daeUInt ordinal = 0, daeInt minO = 1, daeInt maxO = 1 );
40 daeElement *placeElement( daeElement *parent, daeElement *child, daeUInt &ordinal, daeInt offset = 0, daeElement* before = NULL, daeElement *after = NULL );
daeMetaSequence.h 29 daeMetaSequence( daeMetaElement *container, daeMetaCMPolicy *parent = NULL, daeUInt ordinal = 0, daeInt minO = 1, daeInt maxO = 1 );
36 daeElement *placeElement( daeElement *parent, daeElement *child, daeUInt &ordinal, daeInt offset = 0, daeElement* before = NULL, daeElement *after = NULL );
domAny.h 60 daeUInt getAttributeCount() const { return (daeUInt)_meta->getMetaAttributes().getCount(); }
66 daeString getAttributeName( daeUInt index ) const { return _meta->getMetaAttributes()[index]->getName(); }
72 daeString getAttributeValue( daeUInt index ) const { return attrs[ index ]; }
daeArrayTypes.h 15 typedef daeTArray<daeUInt> daeUIntArray;
daeDomTypes.h 37 typedef daeUInt xsNonNegativeInteger;
55 typedef daeUInt xsUnsignedInt;
56 typedef daeUInt xsPositiveInteger;
daeDatabase.h 99 virtual daeUInt getDocumentCount() = 0;
105 virtual daeDocument* getDocument(daeUInt index) = 0;
111 daeDocument* getDoc(daeUInt index);
126 virtual daeString getDocumentName(daeUInt index) = 0;
282 virtual daeUInt getTypeCount() = 0;
283 virtual daeString getTypeName(daeUInt index) = 0;
286 virtual daeUInt getElementCount(daeString name = NULL,
313 inline daeUInt getCollectionCount() {
316 inline daeDocument* getCollection(daeUInt index) {
322 inline daeString getCollectionName(daeUInt index)
    [all...]
daeMetaElement.h 67 daeUInt _numMetaChoices;
230 DLLSPEC void addCMDataArray( daeInt offset, daeUInt numChoices );
248 daeUInt getNumChoices() const { return _numMetaChoices; }
280 DLLSPEC daeBool place(daeElement *parent, daeElement *child, daeUInt *ordinal = NULL);
300 DLLSPEC daeBool placeBefore( daeElement* marker, daeElement *parent, daeElement *child, daeUInt *ordinal = NULL );
309 DLLSPEC daeBool placeAfter( daeElement* marker, daeElement *parent, daeElement *child, daeUInt *ordinal = NULL );
daeMetaElementAttribute.h 39 daeMetaElementAttribute( daeMetaElement *container, daeMetaCMPolicy *parent = NULL, daeUInt ordinal = 0, daeInt minO = 1, daeInt maxO = 1);
47 virtual daeElement *placeElement(daeElement* parent, daeElement* child, daeUInt &ordinal, daeInt offset = 0, daeElement* before = NULL, daeElement *after = NULL);
135 daeMetaElementArrayAttribute(daeMetaElement *container, daeMetaCMPolicy *parent = NULL, daeUInt ordinal = 0, daeInt minO = 1, daeInt maxO = 1);
138 virtual daeElement *placeElement(daeElement* parent, daeElement* child, daeUInt &ordinal, daeInt offset = 0, daeElement* before = NULL, daeElement *after = NULL);
daeTypes.h 31 typedef PLATFORM_UINT32 daeUInt;
daeIDRef.h 148 daeIDRef &get( daeUInt idx ); // Never should have existed. No alternative.
  /external/collada/include/modules/
daeSTLDatabase.h 41 virtual daeUInt getTypeCount();
42 virtual daeString getTypeName(daeUInt index);
53 virtual daeUInt getDocumentCount();
54 virtual daeDocument* getDocument(daeUInt index);
56 virtual daeString getDocumentName(daeUInt index);
79 virtual daeUInt getElementCount(daeString name = NULL,
  /external/collada/src/dae/
daeMetaAny.cpp 14 daeMetaAny::daeMetaAny( daeMetaElement *container, daeMetaCMPolicy *parent, daeUInt ordinal,
21 daeElement *daeMetaAny::placeElement( daeElement *parent, daeElement *child, daeUInt &ordinal, daeInt offset, daeElement* before, daeElement *after ) {
daeDatabase.cpp 18 daeDocument* daeDatabase::getDoc(daeUInt index) {
daeMetaSequence.cpp 11 daeMetaSequence::daeMetaSequence( daeMetaElement *container, daeMetaCMPolicy *parent, daeUInt ordinal,
19 daeElement *daeMetaSequence::placeElement( daeElement *parent, daeElement *child, daeUInt &ordinal, daeInt offset, daeElement* before, daeElement *after ) {
daeMetaElement.cpp 116 void daeMetaElement::addCMDataArray(daeInt offset, daeUInt numChoices)
235 daeBool daeMetaElement::place(daeElement *parent, daeElement *child, daeUInt *ordinal )
240 daeUInt ord;
279 daeUInt ord;
318 daeBool daeMetaElement::placeBefore( daeElement *marker, daeElement *parent, daeElement *child, daeUInt *ordinal )
323 daeUInt ord;
336 daeUInt gt = contentsOrder->get(index-1);
337 daeUInt lt = contentsOrder->get(index);
365 daeBool daeMetaElement::placeAfter( daeElement *marker, daeElement *parent, daeElement *child, daeUInt *ordinal )
370 daeUInt ord
    [all...]
daeMetaChoice.cpp 12 daeMetaChoice::daeMetaChoice( daeMetaElement *container, daeMetaCMPolicy *parent, daeUInt choiceNum, daeUInt ordinal,
19 daeElement *daeMetaChoice::placeElement( daeElement *parent, daeElement *child, daeUInt &ordinal, daeInt offset, daeElement* before, daeElement *after ) {
daeMetaElementAttribute.cpp 12 daeMetaElementAttribute::daeMetaElementAttribute( daeMetaElement *container, daeMetaCMPolicy *parent, daeUInt ordinal,
21 daeMetaElementArrayAttribute::daeMetaElementArrayAttribute( daeMetaElement *container, daeMetaCMPolicy *parent, daeUInt ordinal,
106 daeMetaElementAttribute::placeElement(daeElement* parent, daeElement* child, daeUInt &ordinal, daeInt offset, daeElement* before, daeElement *after )
137 daeMetaElementArrayAttribute::placeElement(daeElement* parent, daeElement* child, daeUInt &ordinal, daeInt offset, daeElement* before, daeElement *after )
daeMetaGroup.cpp 14 daeMetaCMPolicy *parent, daeUInt ordinal, daeInt minO, daeInt maxO) :
25 daeElement *daeMetaGroup::placeElement( daeElement *parent, daeElement *child, daeUInt &ordinal, daeInt offset, daeElement* before, daeElement *after ) {
daeAtomicType.cpp 300 _size = sizeof(daeUInt);
301 _alignment = sizeof(daeUInt);
452 dst << *(daeUInt*)src;
471 else if ( *(daeUInt*)src == 0x7f800000 ) // +INF
473 else if ( *(daeUInt*)src == 0xff800000 ) // -INF
678 return (daeMemoryRef)new daeUInt;
739 delete (daeUInt*)obj;
820 return new daeTArray<daeUInt>;
887 (daeUInt&)*dst = (daeUInt&)*src
    [all...]
dae.cpp 212 if (save((daeUInt)i, true) != DAE_OK)
238 daeInt DAE::save(daeUInt documentIndex, daeBool replace) {
251 daeInt DAE::saveAs(daeString uriToSaveTo, daeUInt documentIndex, daeBool replace) {
  /external/collada/src/modules/STLDatabase/
daeSTLDatabase.cpp 39 daeUInt daeSTLDatabase::getTypeCount()
41 return (daeUInt)elements.size();
45 daeString daeSTLDatabase::getTypeName(daeUInt index)
47 daeUInt count = 0;
146 daeUInt daeSTLDatabase::getDocumentCount()
148 return (daeUInt)documents.size();
151 daeDocument* daeSTLDatabase::getDocument(daeUInt index)
179 daeString daeSTLDatabase::getDocumentName(daeUInt index)
372 daeUInt daeSTLDatabase::getElementCount(daeString name,daeString type,daeString file)
377 daeUInt count = 0
    [all...]
  /external/collada/include/
dae.h 187 virtual daeInt save(daeUInt documentIndex, daeBool replace=true); // Use write
189 virtual daeInt saveAs(daeString uriToSaveTo, daeUInt documentIndex=0, daeBool replace=true); // Use writeTo

Completed in 85 milliseconds

1 2