Home
last modified time | relevance | path

Searched refs:domCg_int3x1 (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.h148 typedef domCg_ListOfInt domCg_int3x1; typedef
H A DdomCg_param_type.h3488 domCg_int3x1 _value;
3495 domCg_int3x1 &getValue() { return _value; } in getValue()
3500 const domCg_int3x1 &getValue() const { return _value; } in getValue()
3505 void setValue( const domCg_int3x1 &val ) { _value = val; } in setValue()