|
MeshKernel
|
This is the complete list of members for meshkernel::SampleInterpolator, 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 =0 | meshkernel::SampleInterpolator | pure virtual |
| Interpolate(const int propertyId, const Mesh2D &mesh, const Location location, std::span< double > result) const =0 | meshkernel::SampleInterpolator | pure virtual |
| InterpolateValue(const int propertyId, const Point &evaluationPoint) const =0 | meshkernel::SampleInterpolator | pure virtual |
| SetData(const int propertyId, const std::span< const double > sampleData) | meshkernel::SampleInterpolator | |
| Size() const =0 | meshkernel::SampleInterpolator | pure virtual |
| ~SampleInterpolator()=default | meshkernel::SampleInterpolator | virtual |