HomeSort by relevance Sort by last modified time
    Searched defs:domInt (Results 1 - 6 of 6) sorted by null

  /external/collada/include/1.4/dom/
domFx_annotate_type_common.h 275 class domInt;
277 typedef daeSmartRef<domInt> domIntRef;
280 class domInt : public daeElement
289 * The ::domInt value of the text data of this element.
291 ::domInt _value;
296 * @return a ::domInt of the value.
298 ::domInt getValue() const { return _value; }
303 void setValue( ::domInt val ) { _value = val; }
309 domInt(DAE& dae) : daeElement(dae), _value() {}
313 virtual ~domInt() {}
    [all...]
domGlsl_param_type.h 718 class domInt;
720 typedef daeSmartRef<domInt> domIntRef;
723 class domInt : public daeElement
752 domInt(DAE& dae) : daeElement(dae), _value() {}
756 virtual ~domInt() {}
760 virtual domInt &operator=( const domInt &cpy ) { (void)cpy; return *this; }
    [all...]
domFx_basic_type_common.h 282 class domInt;
284 typedef daeSmartRef<domInt> domIntRef;
287 class domInt : public daeElement
296 * The ::domInt value of the text data of this element.
298 ::domInt _value;
303 * @return a ::domInt of the value.
305 ::domInt getValue() const { return _value; }
310 void setValue( ::domInt val ) { _value = val; }
316 domInt(DAE& dae) : daeElement(dae), _value() {}
320 virtual ~domInt() {}
    [all...]
domGles_basic_type_common.h 279 class domInt;
281 typedef daeSmartRef<domInt> domIntRef;
284 class domInt : public daeElement
293 * The ::domInt value of the text data of this element.
295 ::domInt _value;
300 * @return a ::domInt of the value.
302 ::domInt getValue() const { return _value; }
307 void setValue( ::domInt val ) { _value = val; }
313 domInt(DAE& dae) : daeElement(dae), _value() {}
317 virtual ~domInt() {}
    [all...]
domCg_param_type.h     [all...]
domTypes.h 17 typedef xsLong domInt;
25 typedef daeTArray<domInt> domListOfInts;
    [all...]

Completed in 242 milliseconds