19#include "BDSArray4DCoords.hh"
20#include "BDSInterpolator4DNearest.hh"
26BDSInterpolator4DNearest::~BDSInterpolator4DNearest()
Overlay of 4D array that provides uniform only spatial coordinate mapping.
virtual BDSFieldValue ExtractNearest(G4double x, G4double y=0, G4double z=0, G4double t=0) const
Extract nearest field value from array.
BDSInterpolator4DNearest()=delete
Private default constructor to force the use of the provided one.
virtual BDSFieldValue GetInterpolatedValueT(G4double x, G4double y, G4double z, G4double t) const
Interface for all 4D interpolators.
BDSArray4DCoords * array
The field data.