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

  /external/collada/include/1.4/dom/
domCg_param_type.h 291 * The domCg_bool4 value of the text data of this element.
293 domCg_bool4 _value;
298 * @return Returns a domCg_bool4 reference of the _value array.
300 domCg_bool4 &getValue() { return _value; }
303 * @return Returns a constant domCg_bool4 reference of the _value array.
305 const domCg_bool4 &getValue() const { return _value; }
310 void setValue( const domCg_bool4 &val ) { _value = val; }
    [all...]
domTypes.h 98 typedef domCg_ListOfBool domCg_bool4;
    [all...]

Completed in 18 milliseconds