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

/external/collada/include/1.4/dom/
H A DdomFx_annotate_type_common.h333 class domInt2;
335 typedef daeSmartRef<domInt2> domInt2Ref;
338 class domInt2 : public daeElement class in class:domFx_annotate_type_common
347 * The ::domInt2 value of the text data of this element.
349 ::domInt2 _value;
354 * @return Returns a ::domInt2 reference of the _value array.
356 ::domInt2 &getValue() { return _value; }
359 * @return Returns a constant ::domInt2 reference of the _value array.
361 const ::domInt2 &getValue() const { return _value; }
366 void setValue( const ::domInt2
372 domInt2(DAE& dae) : daeElement(dae), _value() {} function in class:domFx_annotate_type_common::domInt2
[all...]
H A DdomGlsl_param_type.h776 class domInt2;
778 typedef daeSmartRef<domInt2> domInt2Ref;
781 class domInt2 : public daeElement class in class:domGlsl_param_type
815 domInt2(DAE& dae) : daeElement(dae), _value() {} function in class:domGlsl_param_type::domInt2
819 virtual ~domInt2() {}
823 virtual domInt2 &operator=( const domInt2 &cpy ) { (void)cpy; return *this; }
H A DdomFx_basic_type_common.h340 class domInt2;
342 typedef daeSmartRef<domInt2> domInt2Ref;
345 class domInt2 : public daeElement class in class:domFx_basic_type_common
354 * The ::domInt2 value of the text data of this element.
356 ::domInt2 _value;
361 * @return Returns a ::domInt2 reference of the _value array.
363 ::domInt2 &getValue() { return _value; }
366 * @return Returns a constant ::domInt2 reference of the _value array.
368 const ::domInt2 &getValue() const { return _value; }
373 void setValue( const ::domInt2
379 domInt2(DAE& dae) : daeElement(dae), _value() {} function in class:domFx_basic_type_common::domInt2
[all...]
H A DdomGles_basic_type_common.h337 class domInt2;
339 typedef daeSmartRef<domInt2> domInt2Ref;
342 class domInt2 : public daeElement class in class:domGles_basic_type_common
351 * The ::domInt2 value of the text data of this element.
353 ::domInt2 _value;
358 * @return Returns a ::domInt2 reference of the _value array.
360 ::domInt2 &getValue() { return _value; }
363 * @return Returns a constant ::domInt2 reference of the _value array.
365 const ::domInt2 &getValue() const { return _value; }
370 void setValue( const ::domInt2
376 domInt2(DAE& dae) : daeElement(dae), _value() {} function in class:domGles_basic_type_common::domInt2
[all...]
H A DdomCg_param_type.h2777 class domInt2;
2779 typedef daeSmartRef<domInt2> domInt2Ref;
2782 class domInt2 : public daeElement class in class:domCg_param_type
2816 domInt2(DAE& dae) : daeElement(dae), _value() {} function in class:domCg_param_type::domInt2
2820 virtual ~domInt2() {}
2824 virtual domInt2 &operator=( const domInt2 &cpy ) { (void)cpy; return *this; }
H A DdomTypes.h45 typedef domListOfInts domInt2; typedef
H A DdomGl_pipeline_settings.h6920 domInt2 attrValue;
6927 * @return Returns a domInt2 reference of the value array attribute.
6929 domInt2 &getValue() { return attrValue; }
6932 * @return Returns a constant domInt2 reference of the value array attribute.
6934 const domInt2 &getValue() const { return attrValue; }
6939 void setValue( const domInt2 &atValue ) { attrValue = atValue; _validAttributeArray[0] = true; }
/external/collada/src/1.4/dom/
H A DdomFx_annotate_type_common.cpp76 mea->setElementType( domFx_annotate_type_common::domInt2::registerElement(dae) );
333 domFx_annotate_type_common::domInt2::create(DAE& dae)
335 domFx_annotate_type_common::domInt2Ref ref = new domFx_annotate_type_common::domInt2(dae);
341 domFx_annotate_type_common::domInt2::registerElement(DAE& dae)
349 meta->registerClass(domFx_annotate_type_common::domInt2::create);
357 ma->setOffset( daeOffsetOf( domFx_annotate_type_common::domInt2 , _value ));
362 meta->setElementSize(sizeof(domFx_annotate_type_common::domInt2));
H A DdomGlsl_param_type.cpp118 mea->setElementType( domGlsl_param_type::domInt2::registerElement(dae) );
627 domGlsl_param_type::domInt2::create(DAE& dae)
629 domGlsl_param_type::domInt2Ref ref = new domGlsl_param_type::domInt2(dae);
635 domGlsl_param_type::domInt2::registerElement(DAE& dae)
643 meta->registerClass(domGlsl_param_type::domInt2::create);
651 ma->setOffset( daeOffsetOf( domGlsl_param_type::domInt2 , _value ));
656 meta->setElementSize(sizeof(domGlsl_param_type::domInt2));
H A DdomFx_basic_type_common.cpp76 mea->setElementType( domFx_basic_type_common::domInt2::registerElement(dae) );
453 domFx_basic_type_common::domInt2::create(DAE& dae)
455 domFx_basic_type_common::domInt2Ref ref = new domFx_basic_type_common::domInt2(dae);
461 domFx_basic_type_common::domInt2::registerElement(DAE& dae)
469 meta->registerClass(domFx_basic_type_common::domInt2::create);
477 ma->setOffset( daeOffsetOf( domFx_basic_type_common::domInt2 , _value ));
482 meta->setElementSize(sizeof(domFx_basic_type_common::domInt2));
H A DdomGles_basic_type_common.cpp76 mea->setElementType( domGles_basic_type_common::domInt2::registerElement(dae) );
435 domGles_basic_type_common::domInt2::create(DAE& dae)
437 domGles_basic_type_common::domInt2Ref ref = new domGles_basic_type_common::domInt2(dae);
443 domGles_basic_type_common::domInt2::registerElement(DAE& dae)
451 meta->registerClass(domGles_basic_type_common::domInt2::create);
459 ma->setOffset( daeOffsetOf( domGles_basic_type_common::domInt2 , _value ));
464 meta->setElementSize(sizeof(domGles_basic_type_common::domInt2));
H A DdomCg_param_type.cpp310 mea->setElementType( domCg_param_type::domInt2::registerElement(dae) );
2325 domCg_param_type::domInt2::create(DAE& dae)
2327 domCg_param_type::domInt2Ref ref = new domCg_param_type::domInt2(dae);
2333 domCg_param_type::domInt2::registerElement(DAE& dae)
2341 meta->registerClass(domCg_param_type::domInt2::create);
2349 ma->setOffset( daeOffsetOf( domCg_param_type::domInt2 , _value ));
2354 meta->setElementSize(sizeof(domCg_param_type::domInt2));

Completed in 1088 milliseconds