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

  /external/collada/include/1.4/dom/
domCg_param_type.h 669 * The domCg_bool2x2 value of the text data of this element.
671 domCg_bool2x2 _value;
676 * @return Returns a domCg_bool2x2 reference of the _value array.
678 domCg_bool2x2 &getValue() { return _value; }
681 * @return Returns a constant domCg_bool2x2 reference of the _value array.
683 const domCg_bool2x2 &getValue() const { return _value; }
688 void setValue( const domCg_bool2x2 &val ) { _value = val; }
    [all...]
domTypes.h 104 typedef domCg_ListOfBool domCg_bool2x2;
    [all...]

Completed in 20 milliseconds