Home
last modified time | relevance | path

Searched refs:domCg_bool2x3 (Results 1 – 2 of 2) sorted by relevance

/external/collada/include/1.4/dom/
DdomTypes.h105 typedef domCg_ListOfBool domCg_bool2x3; typedef
DdomCg_param_type.h734 domCg_bool2x3 _value;
741 domCg_bool2x3 &getValue() { return _value; } in getValue()
746 const domCg_bool2x3 &getValue() const { return _value; } in getValue()
751 void setValue( const domCg_bool2x3 &val ) { _value = val; } in setValue()