|
SHiP Field Service
Framework-agnostic C++20 library exposing SHiP magnetic field maps.
|
Source of one or more named field regions. More...
#include <IFieldSource.h>

Public Member Functions | |
| virtual | ~IFieldSource ()=default |
| virtual std::vector< FieldRegion > const & | regions () const =0 |
| Idempotent. Ownership of the evaluators stays with the source. | |
Source of one or more named field regions.
Mirrors the shape of IGeometrySource/IGeometryService in the geometry repo.
|
virtualdefault |
|
pure virtual |
Idempotent. Ownership of the evaluators stays with the source.
Implemented in ship::CovfieFieldSource.