34 #ifndef linearInterpolationWeights_H 35 #define linearInterpolationWeights_H 102 virtual bool integrationWeights
TypeName("linear")
Runtime type information.
virtual bool valueWeights(const scalar t, labelList &indices, scalarField &weights) const
Calculate weights and indices to calculate t from samples.
An ordered pair of two objects of type <T> with first() and second() elements.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
linearInterpolationWeights(const scalarField &samples)
Construct from components.
Abstract base class for interpolating in 1D.
scalarField samples(nIntervals, 0)
virtual ~linearInterpolationWeights()
Destructor.