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

  /external/collada/include/1.4/dom/
domTypes.h 81 typedef xsBoolean domCg_bool;
91 typedef daeTArray<domCg_bool> domCg_ListOfBool;
    [all...]
domCg_param_type.h 49 * The domCg_bool value of the text data of this element.
51 domCg_bool _value;
56 * @return a domCg_bool of the value.
58 domCg_bool getValue() const { return _value; }
63 void setValue( domCg_bool val ) { _value = val; }
    [all...]

Completed in 18 milliseconds