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

  /external/collada/include/1.4/dom/
domCommon_newparam_type.h 202 class domFloat3;
204 typedef daeSmartRef<domFloat3> domFloat3Ref;
207 class domFloat3 : public daeElement
216 * The ::domFloat3 value of the text data of this element.
218 ::domFloat3 _value;
223 * @return Returns a ::domFloat3 reference of the _value array.
225 ::domFloat3 &getValue() { return _value; }
228 * @return Returns a constant ::domFloat3 reference of the _value array.
230 const ::domFloat3 &getValue() const { return _value; }
235 void setValue( const ::domFloat3 &val ) { _value = val;
    [all...]
domFx_annotate_type_common.h 643 class domFloat3;
645 typedef daeSmartRef<domFloat3> domFloat3Ref;
648 class domFloat3 : public daeElement
657 * The ::domFloat3 value of the text data of this element.
659 ::domFloat3 _value;
664 * @return Returns a ::domFloat3 reference of the _value array.
666 ::domFloat3 &getValue() { return _value; }
669 * @return Returns a constant ::domFloat3 reference of the _value array.
671 const ::domFloat3 &getValue() const { return _value; }
676 void setValue( const ::domFloat3 &val ) { _value = val;
    [all...]
domGlsl_param_type.h 403 class domFloat3;
405 typedef daeSmartRef<domFloat3> domFloat3Ref;
408 class domFloat3 : public daeElement
442 domFloat3(DAE& dae) : daeElement(dae), _value() {}
446 virtual ~domFloat3() {}
450 virtual domFloat3 &operator=( const domFloat3 &cpy ) { (void)cpy; return *this; }
    [all...]
domFx_basic_type_common.h 650 class domFloat3;
652 typedef daeSmartRef<domFloat3> domFloat3Ref;
655 class domFloat3 : public daeElement
664 * The ::domFloat3 value of the text data of this element.
666 ::domFloat3 _value;
671 * @return Returns a ::domFloat3 reference of the _value array.
673 ::domFloat3 &getValue() { return _value; }
676 * @return Returns a constant ::domFloat3 reference of the _value array.
678 const ::domFloat3 &getValue() const { return _value; }
683 void setValue( const ::domFloat3 &val ) { _value = val;
    [all...]
domGles_basic_type_common.h 647 class domFloat3;
649 typedef daeSmartRef<domFloat3> domFloat3Ref;
652 class domFloat3 : public daeElement
661 * The ::domFloat3 value of the text data of this element.
663 ::domFloat3 _value;
668 * @return Returns a ::domFloat3 reference of the _value array.
670 ::domFloat3 &getValue() { return _value; }
673 * @return Returns a constant ::domFloat3 reference of the _value array.
675 const ::domFloat3 &getValue() const { return _value; }
680 void setValue( const ::domFloat3 &val ) { _value = val;
    [all...]
domCg_param_type.h     [all...]
domTypes.h 33 typedef domListOfFloats domFloat3;
    [all...]

Completed in 292 milliseconds