HomeSort by relevance Sort by last modified time
    Searched defs:domHeight (Results 1 - 4 of 4) 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

Completed in 31 milliseconds