Home
last modified time | relevance | path

Searched refs:domListOfInts (Results 1 – 3 of 3) sorted by relevance

/external/collada/include/1.4/dom/
DdomInt_array.h60 domListOfInts _value;
124 domListOfInts &getValue() { return _value; } in getValue()
129 const domListOfInts &getValue() const { return _value; } in getValue()
134 void setValue( const domListOfInts &val ) { _value = val; } in setValue()
DdomSkin.h284 domListOfInts _value;
291 domListOfInts &getValue() { return _value; } in getValue()
296 const domListOfInts &getValue() const { return _value; } in getValue()
301 void setValue( const domListOfInts &val ) { _value = val; } in setValue()
DdomTypes.h25 typedef daeTArray<domInt> domListOfInts; typedef
45 typedef domListOfInts domInt2;
46 typedef domListOfInts domInt3;
47 typedef domListOfInts domInt4;
48 typedef domListOfInts domInt2x2;
49 typedef domListOfInts domInt3x3;
50 typedef domListOfInts domInt4x4;