Template Class InterpolatedGrid

Class Documentation

template<class HybridGridType>
class InterpolatedGrid

Public Functions

inline explicit InterpolatedGrid(const HybridGridType &hybrid_grid)
InterpolatedGrid(const InterpolatedGrid<HybridGridType>&) = delete
InterpolatedGrid &operator=(const InterpolatedGrid<HybridGridType>&) = delete
template<typename T>
inline T GetInterpolatedValue(const T &x, const T &y, const T &z) const