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

  /external/collada/include/1.4/dom/
domFx_annotate_type_common.h 333 class domInt2;
335 typedef daeSmartRef<domInt2> domInt2Ref;
338 class domInt2 : public daeElement
347 * The ::domInt2 value of the text data of this element.
349 ::domInt2 _value;
354 * @return Returns a ::domInt2 reference of the _value array.
356 ::domInt2 &getValue() { return _value; }
359 * @return Returns a constant ::domInt2 reference of the _value array.
361 const ::domInt2 &getValue() const { return _value; }
366 void setValue( const ::domInt2 &val ) { _value = val;
    [all...]
domGlsl_param_type.h 776 class domInt2;
778 typedef daeSmartRef<domInt2> domInt2Ref;
781 class domInt2 : public daeElement
815 domInt2(DAE& dae) : daeElement(dae), _value() {}
819 virtual ~domInt2() {}
823 virtual domInt2 &operator=( const domInt2 &cpy ) { (void)cpy; return *this; }
    [all...]
domFx_basic_type_common.h 340 class domInt2;
342 typedef daeSmartRef<domInt2> domInt2Ref;
345 class domInt2 : public daeElement
354 * The ::domInt2 value of the text data of this element.
356 ::domInt2 _value;
361 * @return Returns a ::domInt2 reference of the _value array.
363 ::domInt2 &getValue() { return _value; }
366 * @return Returns a constant ::domInt2 reference of the _value array.
368 const ::domInt2 &getValue() const { return _value; }
373 void setValue( const ::domInt2 &val ) { _value = val;
    [all...]
domGles_basic_type_common.h 337 class domInt2;
339 typedef daeSmartRef<domInt2> domInt2Ref;
342 class domInt2 : public daeElement
351 * The ::domInt2 value of the text data of this element.
353 ::domInt2 _value;
358 * @return Returns a ::domInt2 reference of the _value array.
360 ::domInt2 &getValue() { return _value; }
363 * @return Returns a constant ::domInt2 reference of the _value array.
365 const ::domInt2 &getValue() const { return _value; }
370 void setValue( const ::domInt2 &val ) { _value = val;
    [all...]
domCg_param_type.h     [all...]
domTypes.h 45 typedef domListOfInts domInt2;
    [all...]

Completed in 803 milliseconds