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

  /external/collada/include/1.4/dom/
domCg_param_type.h 529 class domBool1x4;
531 typedef daeSmartRef<domBool1x4> domBool1x4Ref;
534 class domBool1x4 : public daeElement
568 domBool1x4(DAE& dae) : daeElement(dae), _value() {}
572 virtual ~domBool1x4() {}
576 virtual domBool1x4 &operator=( const domBool1x4 &cpy ) { (void)cpy; return *this; }
    [all...]
  /external/collada/src/1.4/dom/
domCg_param_type.cpp 94 mea->setElementType( domCg_param_type::domBool1x4::registerElement(dae) );
    [all...]

Completed in 19 milliseconds