Home | History | Annotate | Download | only in dom

Lines Matching refs:UNIT

827  * The unit element contains descriptive information about unit of measure.
828 * It has attributes for the name of the unit and the measurement with respect
829 * to the meter. The unit element may appear zero or one time.
834 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::UNIT; }
844 * The name attribute specifies the name of the unit. The default value for
1008 * The unit element contains descriptive information about unit of measure.
1009 * It has attributes for the name of the unit and the measurement with respect
1010 * to the meter. The unit element may appear zero or one time. @see domUnit
1063 * Gets the unit element.
1064 * @return a daeSmartRef to the unit element.