MeshKernel
|
This is the complete list of members for meshkernel::SampleAveragingInterpolator, including all inherited members.
Contains(const int propertyId) const | meshkernel::SampleInterpolator | inline |
GetSampleData(const int propertyId) const | meshkernel::SampleInterpolator | protected |
Interpolate(const int propertyId, const std::span< const Point > iterpolationNodes, std::span< double > result) const override | meshkernel::SampleAveragingInterpolator | virtual |
Interpolate(const int propertyId, const Mesh2D &mesh, const Location location, std::span< double > result) const override | meshkernel::SampleAveragingInterpolator | virtual |
InterpolateValue(const int propertyId, const Point &evaluationPoint) const override | meshkernel::SampleAveragingInterpolator | virtual |
SampleAveragingInterpolator(const std::span< const double > xNodes, const std::span< const double > yNodes, const Projection projection, const InterpolationParameters &interpolationParameters) | meshkernel::SampleAveragingInterpolator | |
SampleAveragingInterpolator(const std::span< const Point > nodes, const Projection projection, const InterpolationParameters &interpolationParameters) | meshkernel::SampleAveragingInterpolator | |
SetData(const int propertyId, const std::span< const double > sampleData) | meshkernel::SampleInterpolator | |
Size() const override | meshkernel::SampleAveragingInterpolator | inlinevirtual |
~SampleInterpolator()=default | meshkernel::SampleInterpolator | virtual |