PLaSK library
|
#include <plask/mesh/rectangular_masked_spline.hpp>
Public Types | |
typedef RectangularMaskedMesh3D::ElementMesh | MeshType |
Public Types inherited from plask::LazyDataImpl< DstT > | |
typedef DstT | CellType |
Public Member Functions | |
SplineMaskedRectElement3DLazyDataImpl (const shared_ptr< const RectangularMaskedMesh3D::ElementMesh > &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, RectangularMaskedMesh3D::ElementMesh, const SrcT > | |
InterpolatedLazyDataImpl (const shared_ptr< const RectangularMaskedMesh3D::ElementMesh > &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 |
Public Attributes | |
DataVector< SrcT > | diff0 |
DataVector< SrcT > | diff1 |
DataVector< SrcT > | diff2 |
Public Attributes inherited from plask::InterpolatedLazyDataImpl< DstT, RectangularMaskedMesh3D::ElementMesh, const SrcT > | |
shared_ptr< const RectangularMaskedMesh3D::ElementMesh > | src_mesh |
shared_ptr< const MeshD< SrcMeshType::DIM > > | dst_mesh |
DataVector< const const SrcT > | src_vec |
InterpolationFlags | flags |
Definition at line 77 of file rectangular_masked_spline.hpp.
typedef RectangularMaskedMesh3D::ElementMesh plask::SplineMaskedRectElement3DLazyDataImpl< DstT, SrcT >::MeshType |
Definition at line 79 of file rectangular_masked_spline.hpp.
|
inline |
Definition at line 83 of file rectangular_masked_spline.hpp.
|
overridevirtual |
Get index-th value from vector.
index | should be a value from 0 to size()-1 |
Implements plask::LazyDataImpl< DstT >.
Definition at line 285 of file rectangular_masked_spline.cpp.
Definition at line 81 of file rectangular_masked_spline.hpp.
Definition at line 81 of file rectangular_masked_spline.hpp.
Definition at line 81 of file rectangular_masked_spline.hpp.