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

  /external/collada/include/1.4/dom/
domCommon_newparam_type.h 265 class domFloat4;
267 typedef daeSmartRef<domFloat4> domFloat4Ref;
270 class domFloat4 : public daeElement
279 * The ::domFloat4 value of the text data of this element.
281 ::domFloat4 _value;
286 * @return Returns a ::domFloat4 reference of the _value array.
288 ::domFloat4 &getValue() { return _value; }
291 * @return Returns a constant ::domFloat4 reference of the _value array.
293 const ::domFloat4 &getValue() const { return _value; }
298 void setValue( const ::domFloat4 &val ) { _value = val;
    [all...]
domFx_annotate_type_common.h 706 class domFloat4;
708 typedef daeSmartRef<domFloat4> domFloat4Ref;
711 class domFloat4 : public daeElement
720 * The ::domFloat4 value of the text data of this element.
722 ::domFloat4 _value;
727 * @return Returns a ::domFloat4 reference of the _value array.
729 ::domFloat4 &getValue() { return _value; }
732 * @return Returns a constant ::domFloat4 reference of the _value array.
734 const ::domFloat4 &getValue() const { return _value; }
739 void setValue( const ::domFloat4 &val ) { _value = val;
    [all...]
domGlsl_param_type.h 466 class domFloat4;
468 typedef daeSmartRef<domFloat4> domFloat4Ref;
471 class domFloat4 : public daeElement
505 domFloat4(DAE& dae) : daeElement(dae), _value() {}
509 virtual ~domFloat4() {}
513 virtual domFloat4 &operator=( const domFloat4 &cpy ) { (void)cpy; return *this; }
    [all...]
domFx_basic_type_common.h 713 class domFloat4;
715 typedef daeSmartRef<domFloat4> domFloat4Ref;
718 class domFloat4 : public daeElement
727 * The ::domFloat4 value of the text data of this element.
729 ::domFloat4 _value;
734 * @return Returns a ::domFloat4 reference of the _value array.
736 ::domFloat4 &getValue() { return _value; }
739 * @return Returns a constant ::domFloat4 reference of the _value array.
741 const ::domFloat4 &getValue() const { return _value; }
746 void setValue( const ::domFloat4 &val ) { _value = val;
    [all...]
domGles_basic_type_common.h 710 class domFloat4;
712 typedef daeSmartRef<domFloat4> domFloat4Ref;
715 class domFloat4 : public daeElement
724 * The ::domFloat4 value of the text data of this element.
726 ::domFloat4 _value;
731 * @return Returns a ::domFloat4 reference of the _value array.
733 ::domFloat4 &getValue() { return _value; }
736 * @return Returns a constant ::domFloat4 reference of the _value array.
738 const ::domFloat4 &getValue() const { return _value; }
743 void setValue( const ::domFloat4 &val ) { _value = val;
    [all...]
domCg_param_type.h     [all...]
domTypes.h 34 typedef domListOfFloats domFloat4;
56 typedef domFloat4 domFx_color_common;
    [all...]

Completed in 479 milliseconds