Home
last modified time | relevance | path

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

/external/collada/include/1.4/dom/
DdomCg_param_type.h3596 class domInt3x3; variable
3598 typedef daeSmartRef<domInt3x3> domInt3x3Ref;
3601 class domInt3x3 : public daeElement
3635 domInt3x3(DAE& dae) : daeElement(dae), _value() {} in domInt3x3() function
3639 virtual ~domInt3x3() {} in ~domInt3x3()
3643 virtual domInt3x3 &operator=( const domInt3x3 &cpy ) { (void)cpy; return *this; }
DdomTypes.h49 typedef domListOfInts domInt3x3; typedef
/external/collada/src/1.4/dom/
DdomCg_param_type.cpp388 mea->setElementType( domCg_param_type::domInt3x3::registerElement(dae) ); in registerElement()
2793 domCg_param_type::domInt3x3::create(DAE& dae) in create()
2795 domCg_param_type::domInt3x3Ref ref = new domCg_param_type::domInt3x3(dae); in create()
2801 domCg_param_type::domInt3x3::registerElement(DAE& dae) in registerElement()
2809 meta->registerClass(domCg_param_type::domInt3x3::create); in registerElement()
2817 ma->setOffset( daeOffsetOf( domCg_param_type::domInt3x3 , _value )); in registerElement()
2822 meta->setElementSize(sizeof(domCg_param_type::domInt3x3)); in registerElement()