Searched refs:domInt3 (Results 1 - 12 of 12) sorted by relevance

/external/collada/include/1.4/dom/
H A DdomFx_annotate_type_common.h396 class domInt3;
398 typedef daeSmartRef<domInt3> domInt3Ref;
401 class domInt3 : public daeElement class in class:domFx_annotate_type_common
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
435 domInt3(DAE& dae) : daeElement(dae), _value() {} function in class:domFx_annotate_type_common::domInt3
[all...]
H A DdomFx_surface_common.h110 * 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; }
H A DdomGlsl_param_type.h839 class domInt3;
841 typedef daeSmartRef<domInt3> domInt3Ref;
844 class domInt3 : public daeElement class in class:domGlsl_param_type
878 domInt3(DAE& dae) : daeElement(dae), _value() {} function in class:domGlsl_param_type::domInt3
882 virtual ~domInt3() {}
886 virtual domInt3 &operator=( const domInt3 &cpy ) { (void)cpy; return *this; }
H A DdomFx_basic_type_common.h403 class domInt3;
405 typedef daeSmartRef<domInt3> domInt3Ref;
408 class domInt3 : public daeElement class in class:domFx_basic_type_common
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
442 domInt3(DAE& dae) : daeElement(dae), _value() {} function in class:domFx_basic_type_common::domInt3
[all...]
H A DdomGles_basic_type_common.h400 class domInt3;
402 typedef daeSmartRef<domInt3> domInt3Ref;
405 class domInt3 : public daeElement class in class:domGles_basic_type_common
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
439 domInt3(DAE& dae) : daeElement(dae), _value() {} function in class:domGles_basic_type_common::domInt3
[all...]
H A DdomCg_param_type.h2840 class domInt3;
2842 typedef daeSmartRef<domInt3> domInt3Ref;
2845 class domInt3 : public daeElement class in class:domCg_param_type
2879 domInt3(DAE& dae) : daeElement(dae), _value() {} function in class:domCg_param_type::domInt3
2883 virtual ~domInt3() {}
2887 virtual domInt3 &operator=( const domInt3 &cpy ) { (void)cpy; return *this; }
H A DdomTypes.h46 typedef domListOfInts domInt3; typedef
/external/collada/src/1.4/dom/
H A DdomFx_annotate_type_common.cpp82 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));
H A DdomGlsl_param_type.cpp124 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));
H A DdomFx_basic_type_common.cpp82 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));
H A DdomGles_basic_type_common.cpp82 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));
H A DdomCg_param_type.cpp316 mea->setElementType( domCg_param_type::domInt3::registerElement(dae) );
2361 domCg_param_type::domInt3::create(DAE& dae)
2363 domCg_param_type::domInt3Ref ref = new domCg_param_type::domInt3(dae);
2369 domCg_param_type::domInt3::registerElement(DAE& dae)
2377 meta->registerClass(domCg_param_type::domInt3::create);
2385 ma->setOffset( daeOffsetOf( domCg_param_type::domInt3 , _value ));
2390 meta->setElementSize(sizeof(domCg_param_type::domInt3));

Completed in 619 milliseconds