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

  /external/collada/include/1.4/dom/
domCg_param_type.h 921 * The domCg_bool3x2 value of the text data of this element.
923 domCg_bool3x2 _value;
928 * @return Returns a domCg_bool3x2 reference of the _value array.
930 domCg_bool3x2 &getValue() { return _value; }
933 * @return Returns a constant domCg_bool3x2 reference of the _value array.
935 const domCg_bool3x2 &getValue() const { return _value; }
940 void setValue( const domCg_bool3x2 &val ) { _value = val; }
    [all...]
domTypes.h 108 typedef domCg_ListOfBool domCg_bool3x2;
    [all...]

Completed in 20 milliseconds