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

  /external/collada/include/1.4/dom/
domCg_param_type.h 93 class domBool1;
95 typedef daeSmartRef<domBool1> domBool1Ref;
98 class domBool1 : public daeElement
127 domBool1(DAE& dae) : daeElement(dae), _value() {}
131 virtual ~domBool1() {}
135 virtual domBool1 &operator=( const domBool1 &cpy ) { (void)cpy; return *this; }
    [all...]
  /external/collada/src/1.4/dom/
domCg_param_type.cpp 52 mea->setElementType( domCg_param_type::domBool1::registerElement(dae) );
777 domCg_param_type::domBool1::create(DAE& dae)
779 domCg_param_type::domBool1Ref ref = new domCg_param_type::domBool1(dae);
785 domCg_param_type::domBool1::registerElement(DAE& dae)
793 meta->registerClass(domCg_param_type::domBool1::create);
801 ma->setOffset( daeOffsetOf( domCg_param_type::domBool1 , _value ));
806 meta->setElementSize(sizeof(domCg_param_type::domBool1));
    [all...]

Completed in 265 milliseconds