Interface of a service managing a unit system. More...
#include <arcane/core/IPhysicalUnitSystemService.h>
Public Member Functions | |
| virtual | ~IPhysicalUnitSystemService ()=default |
| Releases resources. | |
| virtual void | build ()=0 |
| virtual IPhysicalUnitSystem * | createStandardUnitSystem ()=0 |
| Creates a unit system for the International System SI. | |
Interface of a service managing a unit system.
Definition at line 32 of file IPhysicalUnitSystemService.h.
|
pure virtual |
Implemented in Arcane::UdunitsUnitSystemService.
|
pure virtual |
Creates a unit system for the International System SI.
Implemented in Arcane::NullPhysicalUnitSystemService, and Arcane::UdunitsUnitSystemService.