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

  /external/collada/include/1.4/dom/
domCommon_newparam_type.h 139 class domFloat2;
141 typedef daeSmartRef<domFloat2> domFloat2Ref;
144 class domFloat2 : public daeElement
153 * The ::domFloat2 value of the text data of this element.
155 ::domFloat2 _value;
160 * @return Returns a ::domFloat2 reference of the _value array.
162 ::domFloat2 &getValue() { return _value; }
165 * @return Returns a constant ::domFloat2 reference of the _value array.
167 const ::domFloat2 &getValue() const { return _value; }
172 void setValue( const ::domFloat2 &val ) { _value = val;
    [all...]
domFx_annotate_type_common.h 580 class domFloat2;
582 typedef daeSmartRef<domFloat2> domFloat2Ref;
585 class domFloat2 : public daeElement
594 * The ::domFloat2 value of the text data of this element.
596 ::domFloat2 _value;
601 * @return Returns a ::domFloat2 reference of the _value array.
603 ::domFloat2 &getValue() { return _value; }
606 * @return Returns a constant ::domFloat2 reference of the _value array.
608 const ::domFloat2 &getValue() const { return _value; }
613 void setValue( const ::domFloat2 &val ) { _value = val;
    [all...]
domGlsl_param_type.h 340 class domFloat2;
342 typedef daeSmartRef<domFloat2> domFloat2Ref;
345 class domFloat2 : public daeElement
379 domFloat2(DAE& dae) : daeElement(dae), _value() {}
383 virtual ~domFloat2() {}
387 virtual domFloat2 &operator=( const domFloat2 &cpy ) { (void)cpy; return *this; }
    [all...]
domFx_basic_type_common.h 587 class domFloat2;
589 typedef daeSmartRef<domFloat2> domFloat2Ref;
592 class domFloat2 : public daeElement
601 * The ::domFloat2 value of the text data of this element.
603 ::domFloat2 _value;
608 * @return Returns a ::domFloat2 reference of the _value array.
610 ::domFloat2 &getValue() { return _value; }
613 * @return Returns a constant ::domFloat2 reference of the _value array.
615 const ::domFloat2 &getValue() const { return _value; }
620 void setValue( const ::domFloat2 &val ) { _value = val;
    [all...]
domGles_basic_type_common.h 584 class domFloat2;
586 typedef daeSmartRef<domFloat2> domFloat2Ref;
589 class domFloat2 : public daeElement
598 * The ::domFloat2 value of the text data of this element.
600 ::domFloat2 _value;
605 * @return Returns a ::domFloat2 reference of the _value array.
607 ::domFloat2 &getValue() { return _value; }
610 * @return Returns a constant ::domFloat2 reference of the _value array.
612 const ::domFloat2 &getValue() const { return _value; }
617 void setValue( const ::domFloat2 &val ) { _value = val;
    [all...]
domCg_param_type.h     [all...]
domTypes.h 32 typedef domListOfFloats domFloat2;
    [all...]

Completed in 701 milliseconds