|
swift
|
Class which can be directly used to access an. More...
Public Member Functions | |
| CInterpolationAndRenderingSetupPerCallsign | getInterpolationSetupPerCallsignOrDefault (const aviation::CCallsign &callsign) const |
| Get the setup for callsign, if not existing the global setup. More... | |
| CInterpolationAndRenderingSetupGlobal | getInterpolationSetupGlobal () const |
| The global setup. More... | |
Protected Member Functions | |
| CInterpolationSetupAware () | |
| Default constructor. | |
| CInterpolationSetupAware (IInterpolationSetupProvider *setupProvider) | |
| Constructor. | |
| void | setInterpolationSetupProvider (IInterpolationSetupProvider *provider) |
| Provider. | |
Protected Member Functions inherited from swift::misc::IProviderAware< IInterpolationSetupProvider > | |
| IProviderAware (IInterpolationSetupProvider *provider=nullptr) | |
| Ctor. | |
| virtual | ~IProviderAware ()=default |
| Dtor. | |
| bool | hasProvider () const |
| Has provider? | |
| IInterpolationSetupProvider * | getProvider () const |
| Provider. | |
| void | setProvider (IInterpolationSetupProvider *provider) |
| Set the provider. More... | |
| IInterpolationSetupProvider * | provider () |
| Provider. | |
| const IInterpolationSetupProvider * | provider () const |
| Const provider. | |
Class which can be directly used to access an.
Definition at line 107 of file interpolationsetupprovider.h.
| CInterpolationAndRenderingSetupGlobal swift::misc::simulation::CInterpolationSetupAware::getInterpolationSetupGlobal | ( | ) | const |
The global setup.
Definition at line 202 of file interpolationsetupprovider.cpp.
| CInterpolationAndRenderingSetupPerCallsign swift::misc::simulation::CInterpolationSetupAware::getInterpolationSetupPerCallsignOrDefault | ( | const aviation::CCallsign & | callsign | ) | const |
Get the setup for callsign, if not existing the global setup.
Definition at line 196 of file interpolationsetupprovider.cpp.