Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::IPhysicalUnit Class Referenceabstract

Physical unit. More...

#include <arcane/core/IPhysicalUnit.h>

Inheritance diagram for Arcane::IPhysicalUnit:
Collaboration diagram for Arcane::IPhysicalUnit:

Public Member Functions

virtual ~IPhysicalUnit ()=default
 Releases resources.
virtual const Stringname () const =0
 Unit name.

Detailed Description

Physical unit.

This interface represents a physical unit such as the meter or the kilo.

Definition at line 34 of file IPhysicalUnit.h.

Member Function Documentation

◆ name()

virtual const String & Arcane::IPhysicalUnit::name ( ) const
pure virtual

Unit name.

Implemented in Arcane::NullPhysicalUnit, and Arcane::UdunitsPhysicalUnit.


The documentation for this class was generated from the following file: