Searched defs:domFloat3x2 (Results 1 - 4 of 4) sorted by relevance

/external/collada/include/1.4/dom/
H A DdomFx_basic_type_common.h1338 class domFloat3x2;
1340 typedef daeSmartRef<domFloat3x2> domFloat3x2Ref;
1343 class domFloat3x2 : public daeElement class in class:domFx_basic_type_common
1352 * The ::domFloat3x2 value of the text data of this element.
1354 ::domFloat3x2 _value;
1359 * @return Returns a ::domFloat3x2 reference of the _value array.
1361 ::domFloat3x2 &getValue() { return _value; }
1364 * @return Returns a constant ::domFloat3x2 reference of the _value array.
1366 const ::domFloat3x2 &getValue() const { return _value; }
1371 void setValue( const ::domFloat3x2
1377 domFloat3x2(DAE& dae) : daeElement(dae), _value() {} function in class:domFx_basic_type_common::domFloat3x2
[all...]
H A DdomGles_basic_type_common.h1335 class domFloat3x2;
1337 typedef daeSmartRef<domFloat3x2> domFloat3x2Ref;
1340 class domFloat3x2 : public daeElement class in class:domGles_basic_type_common
1349 * The ::domFloat3x2 value of the text data of this element.
1351 ::domFloat3x2 _value;
1356 * @return Returns a ::domFloat3x2 reference of the _value array.
1358 ::domFloat3x2 &getValue() { return _value; }
1361 * @return Returns a constant ::domFloat3x2 reference of the _value array.
1363 const ::domFloat3x2 &getValue() const { return _value; }
1368 void setValue( const ::domFloat3x2
1374 domFloat3x2(DAE& dae) : daeElement(dae), _value() {} function in class:domGles_basic_type_common::domFloat3x2
[all...]
H A DdomCg_param_type.h2220 class domFloat3x2;
2222 typedef daeSmartRef<domFloat3x2> domFloat3x2Ref;
2225 class domFloat3x2 : public daeElement class in class:domCg_param_type
2259 domFloat3x2(DAE& dae) : daeElement(dae), _value() {} function in class:domCg_param_type::domFloat3x2
2263 virtual ~domFloat3x2() {}
2267 virtual domFloat3x2 &operator=( const domFloat3x2 &cpy ) { (void)cpy; return *this; }
H A DdomTypes.h41 typedef domListOfFloats domFloat3x2; typedef

Completed in 85 milliseconds