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

  /external/collada/include/dae/
daeAtomicType.h 640 * The @c daeRawRefType class is derived from @c daeAtomicType, and implements
643 class DLLSPEC daeRawRefType: public daeAtomicType
649 daeRawRefType(DAE& dae);
  /external/collada/src/dae/
daeAtomicType.cpp 69 types.append(new daeRawRefType(dae));
401 daeRawRefType::daeRawRefType(DAE& dae) : daeAtomicType(dae)
548 daeBool daeRawRefType::memoryToString(daeChar* src, std::ostringstream& dst) {
713 daeMemoryRef daeRawRefType::create() {
774 void daeRawRefType::destroy(daeMemoryRef obj) {
855 daeArray* daeRawRefType::createArray() {
922 void daeRawRefType::copy(daeChar* src, daeChar* dst) {

Completed in 33 milliseconds