Physical unit. More...
#include <arcane/core/IPhysicalUnit.h>
Public Member Functions | |
| virtual | ~IPhysicalUnit ()=default |
| Releases resources. | |
| virtual const String & | name () const =0 |
| Unit name. | |
Physical unit.
This interface represents a physical unit such as the meter or the kilo.
Definition at line 34 of file IPhysicalUnit.h.
|
pure virtual |
Unit name.
Implemented in Arcane::NullPhysicalUnit, and Arcane::UdunitsPhysicalUnit.