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

  /external/collada/include/1.4/dom/
domGles_texture_constant_type.h 21 domFloat4 attrValue;
28 * @return Returns a domFloat4 reference of the value array attribute.
30 domFloat4 &getValue() { return attrValue; }
33 * @return Returns a constant domFloat4 reference of the value array attribute.
35 const domFloat4 &getValue() const { return attrValue; }
40 void setValue( const domFloat4 &atValue ) { attrValue = atValue; }
81 * @return Returns a domFloat4 reference of the value array attribute.
83 domFloat4 &getValue() { return attrValue; }
86 * @return Returns a constant domFloat4 reference of the value array attribute.
88 const domFloat4 &getValue() const { return attrValue;
    [all...]
domRotate.h 38 * The domFloat4 value of the text data of this element.
40 domFloat4 _value;
56 * @return Returns a domFloat4 reference of the _value array.
58 domFloat4 &getValue() { return _value; }
61 * @return Returns a constant domFloat4 reference of the _value array.
63 const domFloat4 &getValue() const { return _value; }
68 void setValue( const domFloat4 &val ) { _value = val; }
domPlane.h 47 * The domFloat4 value of the text data of this element.
49 domFloat4 _value;
54 * @return Returns a domFloat4 reference of the _value array.
56 domFloat4 &getValue() { return _value; }
59 * @return Returns a constant domFloat4 reference of the _value array.
61 const domFloat4 &getValue() const { return _value; }
66 void setValue( const domFloat4 &val ) { _value = val; }
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_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...]
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...]
domGles_pipeline_settings.h 423 domFloat4 attrValue;
430 * @return Returns a domFloat4 reference of the value array attribute.
432 domFloat4 &getValue() { return attrValue; }
435 * @return Returns a constant domFloat4 reference of the value array attribute.
437 const domFloat4 &getValue() const { return attrValue; }
442 void setValue( const domFloat4 &atValue ) { attrValue = atValue; _validAttributeArray[0] = true; }
    [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...]
domGl_pipeline_settings.h     [all...]
domTypes.h 34 typedef domListOfFloats domFloat4;
56 typedef domFloat4 domFx_color_common;
    [all...]
domCg_param_type.h     [all...]
  /external/collada/src/1.4/dom/
domCommon_newparam_type.cpp 71 mea->setElementType( domCommon_newparam_type::domFloat4::registerElement(dae) );
260 domCommon_newparam_type::domFloat4::create(DAE& dae)
262 domCommon_newparam_type::domFloat4Ref ref = new domCommon_newparam_type::domFloat4(dae);
268 domCommon_newparam_type::domFloat4::registerElement(DAE& dae)
276 meta->registerClass(domCommon_newparam_type::domFloat4::create);
284 ma->setOffset( daeOffsetOf( domCommon_newparam_type::domFloat4 , _value ));
289 meta->setElementSize(sizeof(domCommon_newparam_type::domFloat4));
domFx_annotate_type_common.cpp 112 mea->setElementType( domFx_annotate_type_common::domFloat4::registerElement(dae) );
549 domFx_annotate_type_common::domFloat4::create(DAE& dae)
551 domFx_annotate_type_common::domFloat4Ref ref = new domFx_annotate_type_common::domFloat4(dae);
557 domFx_annotate_type_common::domFloat4::registerElement(DAE& dae)
565 meta->registerClass(domFx_annotate_type_common::domFloat4::create);
573 ma->setOffset( daeOffsetOf( domFx_annotate_type_common::domFloat4 , _value ));
578 meta->setElementSize(sizeof(domFx_annotate_type_common::domFloat4));
domGlsl_param_type.cpp 88 mea->setElementType( domGlsl_param_type::domFloat4::registerElement(dae) );
447 domGlsl_param_type::domFloat4::create(DAE& dae)
449 domGlsl_param_type::domFloat4Ref ref = new domGlsl_param_type::domFloat4(dae);
455 domGlsl_param_type::domFloat4::registerElement(DAE& dae)
463 meta->registerClass(domGlsl_param_type::domFloat4::create);
471 ma->setOffset( daeOffsetOf( domGlsl_param_type::domFloat4 , _value ));
476 meta->setElementSize(sizeof(domGlsl_param_type::domFloat4));
domFx_basic_type_common.cpp 112 mea->setElementType( domFx_basic_type_common::domFloat4::registerElement(dae) );
669 domFx_basic_type_common::domFloat4::create(DAE& dae)
671 domFx_basic_type_common::domFloat4Ref ref = new domFx_basic_type_common::domFloat4(dae);
677 domFx_basic_type_common::domFloat4::registerElement(DAE& dae)
685 meta->registerClass(domFx_basic_type_common::domFloat4::create);
693 ma->setOffset( daeOffsetOf( domFx_basic_type_common::domFloat4 , _value ));
698 meta->setElementSize(sizeof(domFx_basic_type_common::domFloat4));
    [all...]
domGles_basic_type_common.cpp 112 mea->setElementType( domGles_basic_type_common::domFloat4::registerElement(dae) );
651 domGles_basic_type_common::domFloat4::create(DAE& dae)
653 domGles_basic_type_common::domFloat4Ref ref = new domGles_basic_type_common::domFloat4(dae);
659 domGles_basic_type_common::domFloat4::registerElement(DAE& dae)
667 meta->registerClass(domGles_basic_type_common::domFloat4::create);
675 ma->setOffset( daeOffsetOf( domGles_basic_type_common::domFloat4 , _value ));
680 meta->setElementSize(sizeof(domGles_basic_type_common::domFloat4));
    [all...]
domCg_param_type.cpp 196 mea->setElementType( domCg_param_type::domFloat4::registerElement(dae) );
    [all...]

Completed in 124 milliseconds