PLaSK library
|
#include <plask/mesh/rectangular_spline.hpp>
Public Member Functions | |
HymanSplineRect3DLazyDataImpl (const shared_ptr< const RectilinearMesh3D > &src_mesh, const DataVector< const SrcT > &src_vec, const shared_ptr< const MeshD< 3 > > &dst_mesh, const InterpolationFlags &flags) | |
Public Member Functions inherited from plask::SplineRect3DLazyDataImpl< DstT, SrcT > | |
SplineRect3DLazyDataImpl (const shared_ptr< const RectilinearMesh3D > &src_mesh, const DataVector< const SrcT > &src_vec, const shared_ptr< const MeshD< 3 > > &dst_mesh, const InterpolationFlags &flags) | |
DstT | at (std::size_t index) const override |
Get index-th value from vector. | |
Public Member Functions inherited from plask::InterpolatedLazyDataImpl< DstT, RectilinearMesh3D, const SrcT > | |
InterpolatedLazyDataImpl (const shared_ptr< const RectilinearMesh3D > &src_mesh, const DataVector< const const SrcT > &src_vec, const shared_ptr< const MeshD< SrcMeshType::DIM > > &dst_mesh, const InterpolationFlags &flags) | |
std::size_t | size () const override |
Get the number of elements in this vector. | |
Public Member Functions inherited from plask::LazyDataImpl< DstT > | |
virtual | ~LazyDataImpl () |
virtual DataVector< const DstT > | getAll () const |
Get all values as non-lazy vector. | |
virtual DataVector< DstT > | claim () const |
Additional Inherited Members | |
Public Types inherited from plask::LazyDataImpl< DstT > | |
typedef DstT | CellType |
Public Attributes inherited from plask::SplineRect3DLazyDataImpl< DstT, SrcT > | |
DataVector< SrcT > | diff0 |
DataVector< SrcT > | diff1 |
DataVector< SrcT > | diff2 |
Public Attributes inherited from plask::InterpolatedLazyDataImpl< DstT, RectilinearMesh3D, const SrcT > | |
shared_ptr< const RectilinearMesh3D > | src_mesh |
shared_ptr< const MeshD< SrcMeshType::DIM > > | dst_mesh |
DataVector< const const SrcT > | src_vec |
InterpolationFlags | flags |
Definition at line 78 of file rectangular_spline.hpp.
plask::HymanSplineRect3DLazyDataImpl< DstT, SrcT >::HymanSplineRect3DLazyDataImpl | ( | const shared_ptr< const RectilinearMesh3D > & | src_mesh, |
const DataVector< const SrcT > & | src_vec, | ||
const shared_ptr< const MeshD< 3 > > & | dst_mesh, | ||
const InterpolationFlags & | flags | ||
) |
Definition at line 361 of file rectangular_spline.cpp.