Home
last modified time | relevance | path

Searched refs:domCg_int2x1 (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.h144 typedef domCg_ListOfInt domCg_int2x1; typedef
H A DdomCg_param_type.h3236 domCg_int2x1 _value;
3243 domCg_int2x1 &getValue() { return _value; } in getValue()
3248 const domCg_int2x1 &getValue() const { return _value; } in getValue()
3253 void setValue( const domCg_int2x1 &val ) { _value = val; } in setValue()