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

  /external/collada/include/1.4/dom/
domP.h 33 * The domListOfUInts value of the text data of this element.
35 domListOfUInts _value;
40 * @return Returns a domListOfUInts reference of the _value array.
42 domListOfUInts &getValue() { return _value; }
45 * @return Returns a constant domListOfUInts reference of the _value array.
47 const domListOfUInts &getValue() const { return _value; }
52 void setValue( const domListOfUInts &val ) { _value = val; }
domPolylist.h 54 * The domListOfUInts value of the text data of this element.
56 domListOfUInts _value;
61 * @return Returns a domListOfUInts reference of the _value array.
63 domListOfUInts &getValue() { return _value; }
66 * @return Returns a constant domListOfUInts reference of the _value array.
68 const domListOfUInts &getValue() const { return _value; }
73 void setValue( const domListOfUInts &val ) { _value = val; }
domPolygons.h 67 * The domListOfUInts value of the text data of this element.
69 domListOfUInts _value;
74 * @return Returns a domListOfUInts reference of the _value array.
76 domListOfUInts &getValue() { return _value; }
79 * @return Returns a constant domListOfUInts reference of the _value array.
81 const domListOfUInts &getValue() const { return _value; }
86 void setValue( const domListOfUInts &val ) { _value = val; }
domSkin.h 213 * The domListOfUInts value of the text data of this element.
215 domListOfUInts _value;
220 * @return Returns a domListOfUInts reference of the _value array.
222 domListOfUInts &getValue() { return _value; }
225 * @return Returns a constant domListOfUInts reference of the _value array.
227 const domListOfUInts &getValue() const { return _value; }
232 void setValue( const domListOfUInts &val ) { _value = val; }
domTypes.h 28 typedef daeTArray<domUint> domListOfUInts;
    [all...]
  /development/tools/a3dconvert/
ColladaGeometry.h 80 int remapIndexAndStoreData(const domListOfUInts &colladaIndexList, int indexToRemap);
ColladaGeometry.cpp 84 const domListOfUInts &colladaIndexList = colladaTriangles->getP()->getValue();
176 int ColladaGeometry::remapIndexAndStoreData(const domListOfUInts &colladaIndexList, int indexToRemap) {

Completed in 57 milliseconds