Public Member Functions | |
| IPhysicalUnitConverter * | createConverter (IPhysicalUnit *from, IPhysicalUnit *to) override |
| 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. | |
| IPhysicalUnitConverter * | createConverter (const String &from, const String &to) override |
| Creates a converter between two units. The caller must destroy the returned converter. | |
| Public Member Functions inherited from Arcane::IPhysicalUnitSystem | |
| virtual | ~IPhysicalUnitSystem ()=default |
| Releases resources. | |
Definition at line 107 of file NullPhysicalUnitSystemService.cc.
|
inlineoverridevirtual |
Creates a converter between two units. The caller must destroy the returned converter.
Implements Arcane::IPhysicalUnitSystem.
Definition at line 122 of file NullPhysicalUnitSystemService.cc.
|
inlineoverridevirtual |
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.
Implements Arcane::IPhysicalUnitSystem.
Definition at line 114 of file NullPhysicalUnitSystemService.cc.