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

  /external/collada/include/1.4/dom/
domFx_annotate_type_common.h 396 class domInt3;
398 typedef daeSmartRef<domInt3> domInt3Ref;
401 class domInt3 : public daeElement
410 * The ::domInt3 value of the text data of this element.
412 ::domInt3 _value;
417 * @return Returns a ::domInt3 reference of the _value array.
419 ::domInt3 &getValue() { return _value; }
422 * @return Returns a constant ::domInt3 reference of the _value array.
424 const ::domInt3 &getValue() const { return _value; }
429 void setValue( const ::domInt3 &val ) { _value = val;
    [all...]
domFx_surface_common.h 110 * The domInt3 value of the text data of this element.
112 domInt3 _value;
117 * @return Returns a domInt3 reference of the _value array.
119 domInt3 &getValue() { return _value; }
122 * @return Returns a constant domInt3 reference of the _value array.
124 const domInt3 &getValue() const { return _value; }
129 void setValue( const domInt3 &val ) { _value = val; }
domFx_basic_type_common.h 403 class domInt3;
405 typedef daeSmartRef<domInt3> domInt3Ref;
408 class domInt3 : public daeElement
417 * The ::domInt3 value of the text data of this element.
419 ::domInt3 _value;
424 * @return Returns a ::domInt3 reference of the _value array.
426 ::domInt3 &getValue() { return _value; }
429 * @return Returns a constant ::domInt3 reference of the _value array.
431 const ::domInt3 &getValue() const { return _value; }
436 void setValue( const ::domInt3 &val ) { _value = val;
    [all...]
domGles_basic_type_common.h 400 class domInt3;
402 typedef daeSmartRef<domInt3> domInt3Ref;
405 class domInt3 : public daeElement
414 * The ::domInt3 value of the text data of this element.
416 ::domInt3 _value;
421 * @return Returns a ::domInt3 reference of the _value array.
423 ::domInt3 &getValue() { return _value; }
426 * @return Returns a constant ::domInt3 reference of the _value array.
428 const ::domInt3 &getValue() const { return _value; }
433 void setValue( const ::domInt3 &val ) { _value = val;
    [all...]
domGlsl_param_type.h 839 class domInt3;
841 typedef daeSmartRef<domInt3> domInt3Ref;
844 class domInt3 : public daeElement
878 domInt3(DAE& dae) : daeElement(dae), _value() {}
882 virtual ~domInt3() {}
886 virtual domInt3 &operator=( const domInt3 &cpy ) { (void)cpy; return *this; }
    [all...]
domCg_param_type.h     [all...]
domTypes.h 46 typedef domListOfInts domInt3;
    [all...]
  /external/collada/src/1.4/dom/
domFx_annotate_type_common.cpp 82 mea->setElementType( domFx_annotate_type_common::domInt3::registerElement(dae) );
369 domFx_annotate_type_common::domInt3::create(DAE& dae)
371 domFx_annotate_type_common::domInt3Ref ref = new domFx_annotate_type_common::domInt3(dae);
377 domFx_annotate_type_common::domInt3::registerElement(DAE& dae)
385 meta->registerClass(domFx_annotate_type_common::domInt3::create);
393 ma->setOffset( daeOffsetOf( domFx_annotate_type_common::domInt3 , _value ));
398 meta->setElementSize(sizeof(domFx_annotate_type_common::domInt3));
domGlsl_param_type.cpp 124 mea->setElementType( domGlsl_param_type::domInt3::registerElement(dae) );
663 domGlsl_param_type::domInt3::create(DAE& dae)
665 domGlsl_param_type::domInt3Ref ref = new domGlsl_param_type::domInt3(dae);
671 domGlsl_param_type::domInt3::registerElement(DAE& dae)
679 meta->registerClass(domGlsl_param_type::domInt3::create);
687 ma->setOffset( daeOffsetOf( domGlsl_param_type::domInt3 , _value ));
692 meta->setElementSize(sizeof(domGlsl_param_type::domInt3));
domFx_basic_type_common.cpp 82 mea->setElementType( domFx_basic_type_common::domInt3::registerElement(dae) );
489 domFx_basic_type_common::domInt3::create(DAE& dae)
491 domFx_basic_type_common::domInt3Ref ref = new domFx_basic_type_common::domInt3(dae);
497 domFx_basic_type_common::domInt3::registerElement(DAE& dae)
505 meta->registerClass(domFx_basic_type_common::domInt3::create);
513 ma->setOffset( daeOffsetOf( domFx_basic_type_common::domInt3 , _value ));
518 meta->setElementSize(sizeof(domFx_basic_type_common::domInt3));
    [all...]
domGles_basic_type_common.cpp 82 mea->setElementType( domGles_basic_type_common::domInt3::registerElement(dae) );
471 domGles_basic_type_common::domInt3::create(DAE& dae)
473 domGles_basic_type_common::domInt3Ref ref = new domGles_basic_type_common::domInt3(dae);
479 domGles_basic_type_common::domInt3::registerElement(DAE& dae)
487 meta->registerClass(domGles_basic_type_common::domInt3::create);
495 ma->setOffset( daeOffsetOf( domGles_basic_type_common::domInt3 , _value ));
500 meta->setElementSize(sizeof(domGles_basic_type_common::domInt3));
    [all...]
domCg_param_type.cpp 316 mea->setElementType( domCg_param_type::domInt3::registerElement(dae) );
    [all...]

Completed in 315 milliseconds