PLaSK library
Loading...
Searching...
No Matches
plask::InterpolationAlgorithm< EquilateralMesh3D, SrcT, DstT, INTERPOLATION_SMOOTH_SPLINE > Struct Template Reference

#include <plask/mesh/rectangular_spline.hpp>

Static Public Member Functions

static LazyData< DstTinterpolate (const shared_ptr< const EquilateralMesh3D > &src_mesh, const DataVector< const SrcT > &src_vec, const shared_ptr< const MeshD< 3 > > &dst_mesh, const InterpolationFlags &flags)
 

Detailed Description

template<typename SrcT, typename DstT>
struct plask::InterpolationAlgorithm< EquilateralMesh3D, SrcT, DstT, INTERPOLATION_SMOOTH_SPLINE >

Definition at line 162 of file rectangular_spline.hpp.

Member Function Documentation

◆ interpolate()

template<typename SrcT , typename DstT >
static LazyData< DstT > plask::InterpolationAlgorithm< EquilateralMesh3D, SrcT, DstT, INTERPOLATION_SMOOTH_SPLINE >::interpolate ( const shared_ptr< const EquilateralMesh3D > &  src_mesh,
const DataVector< const SrcT > &  src_vec,
const shared_ptr< const MeshD< 3 > > &  dst_mesh,
const InterpolationFlags flags 
)
inlinestatic

Definition at line 163 of file rectangular_spline.hpp.


The documentation for this struct was generated from the following file: