Home
last modified time | relevance | path

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

/external/collada/include/1.4/dom/
DdomTypes.h97 typedef domCg_ListOfBool domCg_bool3; typedef
DdomCg_param_type.h230 domCg_bool3 _value;
237 domCg_bool3 &getValue() { return _value; } in getValue()
242 const domCg_bool3 &getValue() const { return _value; } in getValue()
247 void setValue( const domCg_bool3 &val ) { _value = val; } in setValue()