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

  /external/collada/include/1.4/dom/
domCapsule.h 29 class domHeight;
31 typedef daeSmartRef<domHeight> domHeightRef;
38 class domHeight : public daeElement
67 domHeight(DAE& dae) : daeElement(dae), _value() {}
71 virtual ~domHeight() {}
75 virtual domHeight &operator=( const domHeight &cpy ) { (void)cpy; return *this; }
162 * the centers of the capping hemispheres. @see domHeight
domCylinder.h 30 class domHeight;
32 typedef daeSmartRef<domHeight> domHeightRef;
38 class domHeight : public daeElement
67 domHeight(DAE& dae) : daeElement(dae), _value() {}
71 virtual ~domHeight() {}
75 virtual domHeight &operator=( const domHeight &cpy ) { (void)cpy; return *this; }
162 * @see domHeight
domTapered_capsule.h 30 class domHeight;
32 typedef daeSmartRef<domHeight> domHeightRef;
39 class domHeight : public daeElement
68 domHeight(DAE& dae) : daeElement(dae), _value() {}
72 virtual ~domHeight() {}
76 virtual domHeight &operator=( const domHeight &cpy ) { (void)cpy; return *this; }
231 * the centers of the capping hemispheres. @see domHeight
domTapered_cylinder.h 30 class domHeight;
32 typedef daeSmartRef<domHeight> domHeightRef;
38 class domHeight : public daeElement
67 domHeight(DAE& dae) : daeElement(dae), _value() {}
71 virtual ~domHeight() {}
75 virtual domHeight &operator=( const domHeight &cpy ) { (void)cpy; return *this; }
231 * @see domHeight
  /external/collada/src/1.4/dom/
domCapsule.cpp 45 mea->setElementType( domCapsule::domHeight::registerElement(dae) );
70 domCapsule::domHeight::create(DAE& dae)
72 domCapsule::domHeightRef ref = new domCapsule::domHeight(dae);
78 domCapsule::domHeight::registerElement(DAE& dae)
86 meta->registerClass(domCapsule::domHeight::create);
94 ma->setOffset( daeOffsetOf( domCapsule::domHeight , _value ));
99 meta->setElementSize(sizeof(domCapsule::domHeight));
domCylinder.cpp 45 mea->setElementType( domCylinder::domHeight::registerElement(dae) );
70 domCylinder::domHeight::create(DAE& dae)
72 domCylinder::domHeightRef ref = new domCylinder::domHeight(dae);
78 domCylinder::domHeight::registerElement(DAE& dae)
86 meta->registerClass(domCylinder::domHeight::create);
94 ma->setOffset( daeOffsetOf( domCylinder::domHeight , _value ));
99 meta->setElementSize(sizeof(domCylinder::domHeight));
domTapered_capsule.cpp 45 mea->setElementType( domTapered_capsule::domHeight::registerElement(dae) );
76 domTapered_capsule::domHeight::create(DAE& dae)
78 domTapered_capsule::domHeightRef ref = new domTapered_capsule::domHeight(dae);
84 domTapered_capsule::domHeight::registerElement(DAE& dae)
92 meta->registerClass(domTapered_capsule::domHeight::create);
100 ma->setOffset( daeOffsetOf( domTapered_capsule::domHeight , _value ));
105 meta->setElementSize(sizeof(domTapered_capsule::domHeight));
domTapered_cylinder.cpp 45 mea->setElementType( domTapered_cylinder::domHeight::registerElement(dae) );
76 domTapered_cylinder::domHeight::create(DAE& dae)
78 domTapered_cylinder::domHeightRef ref = new domTapered_cylinder::domHeight(dae);
84 domTapered_cylinder::domHeight::registerElement(DAE& dae)
92 meta->registerClass(domTapered_cylinder::domHeight::create);
100 ma->setOffset( daeOffsetOf( domTapered_cylinder::domHeight , _value ));
105 meta->setElementSize(sizeof(domTapered_cylinder::domHeight));

Completed in 80 milliseconds