Home
last modified time | relevance | path

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

/dports/devel/collada-dom/collada-dom-2.5.0/dom/include/1.4/dom/
H A DdomTypes.h100 typedef domCg_ListOfBool domCg_bool3; typedef
H A DdomCg_param_type.h232 domCg_bool3 _value;
239 domCg_bool3 &getValue() { return _value; } in getValue()
244 const domCg_bool3 &getValue() const { return _value; } in getValue()
249 void setValue( const domCg_bool3 &val ) { _value = val; } in setValue()