HomeSort by relevance Sort by last modified time
    Searched refs:xsIDREFS (Results 1 - 2 of 2) sorted by null

  /external/collada/include/1.4/dom/
domIDREF_array.h 47 * The xsIDREFS value of the text data of this element.
49 xsIDREFS _value;
89 * @return Returns a xsIDREFS reference of the _value array.
91 xsIDREFS &getValue() { return _value; }
94 * @return Returns a constant xsIDREFS reference of the _value array.
96 const xsIDREFS &getValue() const { return _value; }
101 void setValue( const xsIDREFS &val ) { _value = val; }
  /external/collada/include/dae/
daeDomTypes.h 27 typedef daeTArray<daeIDRef> xsIDREFS;

Completed in 48 milliseconds