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

  /external/collada/include/1.4/dom/
domCg_param_type.h 858 * The domCg_bool3x1 value of the text data of this element.
860 domCg_bool3x1 _value;
865 * @return Returns a domCg_bool3x1 reference of the _value array.
867 domCg_bool3x1 &getValue() { return _value; }
870 * @return Returns a constant domCg_bool3x1 reference of the _value array.
872 const domCg_bool3x1 &getValue() const { return _value; }
877 void setValue( const domCg_bool3x1 &val ) { _value = val; }
    [all...]
domTypes.h 107 typedef domCg_ListOfBool domCg_bool3x1;
    [all...]

Completed in 19 milliseconds