MeshKernel
|
This is the complete list of members for meshkernel::SampleTriangulationInterpolator, 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 Mesh2D &mesh, const Location location, std::span< double > result) const override | meshkernel::SampleTriangulationInterpolator | virtual |
Interpolate(const int propertyId, const std::span< const Point > iterpolationNodes, std::span< double > result) const override | meshkernel::SampleTriangulationInterpolator | virtual |
InterpolateValue(const int propertyId, const Point &evaluationPoint) const override | meshkernel::SampleTriangulationInterpolator | virtual |
SampleTriangulationInterpolator(const std::span< const double > xNodes, const std::span< const double > yNodes, const Projection projection) | meshkernel::SampleTriangulationInterpolator | inline |
SampleTriangulationInterpolator(const std::span< const Point > nodes, const Projection projection) | meshkernel::SampleTriangulationInterpolator | inline |
SetData(const int propertyId, const std::span< const double > sampleData) | meshkernel::SampleInterpolator | |
Size() const override | meshkernel::SampleTriangulationInterpolator | inlinevirtual |
~SampleInterpolator()=default | meshkernel::SampleInterpolator | virtual |