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

  /external/collada/include/1.4/dom/
domFx_annotate_type_common.h 275 class domInt;
277 typedef daeSmartRef<domInt> domIntRef;
280 class domInt : public daeElement
289 * The ::domInt value of the text data of this element.
291 ::domInt _value;
296 * @return a ::domInt of the value.
298 ::domInt getValue() const { return _value; }
303 void setValue( ::domInt val ) { _value = val; }
309 domInt(DAE& dae) : daeElement(dae), _value() {}
313 virtual ~domInt() {}
    [all...]
domGlsl_param_type.h 718 class domInt;
720 typedef daeSmartRef<domInt> domIntRef;
723 class domInt : public daeElement
752 domInt(DAE& dae) : daeElement(dae), _value() {}
756 virtual ~domInt() {}
760 virtual domInt &operator=( const domInt &cpy ) { (void)cpy; return *this; }
    [all...]
domFx_basic_type_common.h 282 class domInt;
284 typedef daeSmartRef<domInt> domIntRef;
287 class domInt : public daeElement
296 * The ::domInt value of the text data of this element.
298 ::domInt _value;
303 * @return a ::domInt of the value.
305 ::domInt getValue() const { return _value; }
310 void setValue( ::domInt val ) { _value = val; }
316 domInt(DAE& dae) : daeElement(dae), _value() {}
320 virtual ~domInt() {}
    [all...]
domGles_basic_type_common.h 279 class domInt;
281 typedef daeSmartRef<domInt> domIntRef;
284 class domInt : public daeElement
293 * The ::domInt value of the text data of this element.
295 ::domInt _value;
300 * @return a ::domInt of the value.
302 ::domInt getValue() const { return _value; }
307 void setValue( ::domInt val ) { _value = val; }
313 domInt(DAE& dae) : daeElement(dae), _value() {}
317 virtual ~domInt() {}
    [all...]
domTypes.h 17 typedef xsLong domInt;
25 typedef daeTArray<domInt> domListOfInts;
    [all...]
domCg_param_type.h     [all...]
domGles_pipeline_settings.h 495 domInt attrValue;
502 * @return Returns a domInt of the value attribute.
504 domInt getValue() const { return attrValue; }
509 void setValue( domInt atValue ) { attrValue = atValue; _validAttributeArray[0] = true; }
    [all...]
domGl_pipeline_settings.h     [all...]
  /external/collada/src/1.4/dom/
domFx_annotate_type_common.cpp 70 mea->setElementType( domFx_annotate_type_common::domInt::registerElement(dae) );
297 domFx_annotate_type_common::domInt::create(DAE& dae)
299 domFx_annotate_type_common::domIntRef ref = new domFx_annotate_type_common::domInt(dae);
305 domFx_annotate_type_common::domInt::registerElement(DAE& dae)
313 meta->registerClass(domFx_annotate_type_common::domInt::create);
321 ma->setOffset( daeOffsetOf( domFx_annotate_type_common::domInt , _value ));
326 meta->setElementSize(sizeof(domFx_annotate_type_common::domInt));
domGlsl_param_type.cpp 112 mea->setElementType( domGlsl_param_type::domInt::registerElement(dae) );
591 domGlsl_param_type::domInt::create(DAE& dae)
593 domGlsl_param_type::domIntRef ref = new domGlsl_param_type::domInt(dae);
599 domGlsl_param_type::domInt::registerElement(DAE& dae)
607 meta->registerClass(domGlsl_param_type::domInt::create);
615 ma->setOffset( daeOffsetOf( domGlsl_param_type::domInt , _value ));
620 meta->setElementSize(sizeof(domGlsl_param_type::domInt));
domFx_basic_type_common.cpp 70 mea->setElementType( domFx_basic_type_common::domInt::registerElement(dae) );
417 domFx_basic_type_common::domInt::create(DAE& dae)
419 domFx_basic_type_common::domIntRef ref = new domFx_basic_type_common::domInt(dae);
425 domFx_basic_type_common::domInt::registerElement(DAE& dae)
433 meta->registerClass(domFx_basic_type_common::domInt::create);
441 ma->setOffset( daeOffsetOf( domFx_basic_type_common::domInt , _value ));
446 meta->setElementSize(sizeof(domFx_basic_type_common::domInt));
    [all...]
domGles_basic_type_common.cpp 70 mea->setElementType( domGles_basic_type_common::domInt::registerElement(dae) );
399 domGles_basic_type_common::domInt::create(DAE& dae)
401 domGles_basic_type_common::domIntRef ref = new domGles_basic_type_common::domInt(dae);
407 domGles_basic_type_common::domInt::registerElement(DAE& dae)
415 meta->registerClass(domGles_basic_type_common::domInt::create);
423 ma->setOffset( daeOffsetOf( domGles_basic_type_common::domInt , _value ));
428 meta->setElementSize(sizeof(domGles_basic_type_common::domInt));
    [all...]
domCg_param_type.cpp 298 mea->setElementType( domCg_param_type::domInt::registerElement(dae) );
    [all...]

Completed in 75 milliseconds