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

  /external/collada/include/1.4/dom/
domFx_annotate_type_common.h 459 class domInt4;
461 typedef daeSmartRef<domInt4> domInt4Ref;
464 class domInt4 : public daeElement
473 * The ::domInt4 value of the text data of this element.
475 ::domInt4 _value;
480 * @return Returns a ::domInt4 reference of the _value array.
482 ::domInt4 &getValue() { return _value; }
485 * @return Returns a constant ::domInt4 reference of the _value array.
487 const ::domInt4 &getValue() const { return _value; }
492 void setValue( const ::domInt4 &val ) { _value = val;
    [all...]
domGlsl_param_type.h 902 class domInt4;
904 typedef daeSmartRef<domInt4> domInt4Ref;
907 class domInt4 : public daeElement
941 domInt4(DAE& dae) : daeElement(dae), _value() {}
945 virtual ~domInt4() {}
949 virtual domInt4 &operator=( const domInt4 &cpy ) { (void)cpy; return *this; }
    [all...]
domFx_basic_type_common.h 466 class domInt4;
468 typedef daeSmartRef<domInt4> domInt4Ref;
471 class domInt4 : public daeElement
480 * The ::domInt4 value of the text data of this element.
482 ::domInt4 _value;
487 * @return Returns a ::domInt4 reference of the _value array.
489 ::domInt4 &getValue() { return _value; }
492 * @return Returns a constant ::domInt4 reference of the _value array.
494 const ::domInt4 &getValue() const { return _value; }
499 void setValue( const ::domInt4 &val ) { _value = val;
    [all...]
domGles_basic_type_common.h 463 class domInt4;
465 typedef daeSmartRef<domInt4> domInt4Ref;
468 class domInt4 : public daeElement
477 * The ::domInt4 value of the text data of this element.
479 ::domInt4 _value;
484 * @return Returns a ::domInt4 reference of the _value array.
486 ::domInt4 &getValue() { return _value; }
489 * @return Returns a constant ::domInt4 reference of the _value array.
491 const ::domInt4 &getValue() const { return _value; }
496 void setValue( const ::domInt4 &val ) { _value = val;
    [all...]
domCg_param_type.h     [all...]
domTypes.h 47 typedef domListOfInts domInt4;
    [all...]

Completed in 119 milliseconds