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

  /external/collada/include/1.4/dom/
domBool_array.h 47 * The domListOfBools value of the text data of this element.
49 domListOfBools _value;
89 * @return Returns a domListOfBools reference of the _value array.
91 domListOfBools &getValue() { return _value; }
94 * @return Returns a constant domListOfBools reference of the _value array.
96 const domListOfBools &getValue() const { return _value; }
101 void setValue( const domListOfBools &val ) { _value = val; }
domTypes.h 22 typedef daeTArray<domBool> domListOfBools;
29 typedef domListOfBools domBool2;
30 typedef domListOfBools domBool3;
31 typedef domListOfBools domBool4;
    [all...]

Completed in 20 milliseconds