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

  /external/collada/include/1.4/dom/
domInt_array.h 58 * The domListOfInts value of the text data of this element.
60 domListOfInts _value;
122 * @return Returns a domListOfInts reference of the _value array.
124 domListOfInts &getValue() { return _value; }
127 * @return Returns a constant domListOfInts reference of the _value array.
129 const domListOfInts &getValue() const { return _value; }
134 void setValue( const domListOfInts &val ) { _value = val; }
domSkin.h 282 * The domListOfInts value of the text data of this element.
284 domListOfInts _value;
289 * @return Returns a domListOfInts reference of the _value array.
291 domListOfInts &getValue() { return _value; }
294 * @return Returns a constant domListOfInts reference of the _value array.
296 const domListOfInts &getValue() const { return _value; }
301 void setValue( const domListOfInts &val ) { _value = val; }
domTypes.h 25 typedef daeTArray<domInt> domListOfInts;
45 typedef domListOfInts domInt2;
46 typedef domListOfInts domInt3;
47 typedef domListOfInts domInt4;
48 typedef domListOfInts domInt2x2;
49 typedef domListOfInts domInt3x3;
50 typedef domListOfInts domInt4x4;
    [all...]

Completed in 19 milliseconds