Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::NullPhysicalUnitSystem Class Reference
Inheritance diagram for Arcane::NullPhysicalUnitSystem:
Collaboration diagram for Arcane::NullPhysicalUnitSystem:

Public Member Functions

IPhysicalUnitConvertercreateConverter (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.
IPhysicalUnitConvertercreateConverter (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.

Detailed Description

Definition at line 107 of file NullPhysicalUnitSystemService.cc.

Member Function Documentation

◆ createConverter() [1/2]

IPhysicalUnitConverter * Arcane::NullPhysicalUnitSystem::createConverter ( const String & from,
const String & to )
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.

◆ createConverter() [2/2]

IPhysicalUnitConverter * Arcane::NullPhysicalUnitSystem::createConverter ( IPhysicalUnit * from,
IPhysicalUnit * to )
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.


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