Home
last modified time | relevance | path

Searched refs:domInt2x2 (Results 1 – 3 of 3) sorted by relevance

/external/collada/include/1.4/dom/
DdomCg_param_type.h3281 class domInt2x2; variable
3283 typedef daeSmartRef<domInt2x2> domInt2x2Ref;
3286 class domInt2x2 : public daeElement
3320 domInt2x2(DAE& dae) : daeElement(dae), _value() {} in domInt2x2() function
3324 virtual ~domInt2x2() {} in ~domInt2x2()
3328 virtual domInt2x2 &operator=( const domInt2x2 &cpy ) { (void)cpy; return *this; }
DdomTypes.h48 typedef domListOfInts domInt2x2; typedef
/external/collada/src/1.4/dom/
DdomCg_param_type.cpp358 mea->setElementType( domCg_param_type::domInt2x2::registerElement(dae) ); in registerElement()
2613 domCg_param_type::domInt2x2::create(DAE& dae) in create()
2615 domCg_param_type::domInt2x2Ref ref = new domCg_param_type::domInt2x2(dae); in create()
2621 domCg_param_type::domInt2x2::registerElement(DAE& dae) in registerElement()
2629 meta->registerClass(domCg_param_type::domInt2x2::create); in registerElement()
2637 ma->setOffset( daeOffsetOf( domCg_param_type::domInt2x2 , _value )); in registerElement()
2642 meta->setElementSize(sizeof(domCg_param_type::domInt2x2)); in registerElement()