SPH
Functions
Project.cpp File Reference
#include "gui/Project.h"
#include "run/VirtualSettings.h"

Go to the source code of this file.

Functions

template<typename T >
INLINE auto settingsToConfigValue (const T &value)
 
template<>
INLINE auto settingsToConfigValue (const EnumWrapper &value)
 
template<>
INLINE auto settingsToConfigValue (const TracelessTensor &UNUSED(value))
 
template<>
INLINE auto settingsToConfigValue (const SymmetricTensor &UNUSED(value))
 
template<>
INLINE auto settingsToConfigValue (const Interval &UNUSED(value))
 
template<typename TOrig , typename TNew >
INLINE auto configToSettingsValue (const TOrig &UNUSED(original), const TNew &value)
 
template<>
INLINE auto configToSettingsValue (const EnumWrapper &original, const int &value)
 

Function Documentation

◆ configToSettingsValue() [1/2]

template<>
INLINE auto configToSettingsValue ( const EnumWrapper original,
const int &  value 
)

Definition at line 75 of file Project.cpp.

◆ configToSettingsValue() [2/2]

template<typename TOrig , typename TNew >
INLINE auto configToSettingsValue ( const TOrig &  UNUSEDoriginal,
const TNew &  value 
)

Definition at line 71 of file Project.cpp.

◆ settingsToConfigValue() [1/5]

template<>
INLINE auto settingsToConfigValue ( const EnumWrapper value)

Definition at line 51 of file Project.cpp.

◆ settingsToConfigValue() [2/5]

template<>
INLINE auto settingsToConfigValue ( const Interval UNUSEDvalue)

Definition at line 65 of file Project.cpp.

◆ settingsToConfigValue() [3/5]

template<>
INLINE auto settingsToConfigValue ( const SymmetricTensor UNUSEDvalue)

Definition at line 60 of file Project.cpp.

◆ settingsToConfigValue() [4/5]

template<typename T >
INLINE auto settingsToConfigValue ( const T &  value)

Definition at line 46 of file Project.cpp.

◆ settingsToConfigValue() [5/5]

template<>
INLINE auto settingsToConfigValue ( const TracelessTensor UNUSEDvalue)

Definition at line 55 of file Project.cpp.