Public Member Functions | |
| virtual | ~IPhysicalUnitSystem ()=default |
| Releases resources. | |
| virtual IPhysicalUnitConverter * | createConverter (IPhysicalUnit *from, IPhysicalUnit *to)=0 |
| Creates a converter between two units. The caller must destroy the returned converter. The units from and to must have been created by this unit system. | |
| virtual IPhysicalUnitConverter * | createConverter (const String &from, const String &to)=0 |
| Creates a converter between two units. The caller must destroy the returned converter. | |
Definition at line 32 of file IPhysicalUnitSystem.h.