PLaSK library
|
#include <plask/filters/change_space_size.hpp>
Public Member Functions | |
LazySourceImpl (const DataFrom2Dto3DSourceImpl< PropertyT, FIELD_PROPERTY, VariadicTemplateTypesHolder< ExtraArgs... > > &source, const shared_ptr< const MeshD< 3 > > &dst_mesh, ExtraArgs... extra_args, InterpolationMethod method) | |
plask::optional< ValueType > | operator() (std::size_t index) |
Public Attributes | |
std::vector< LazyData< InputValueType > > | dataForRegion |
const DataFrom2Dto3DSourceImpl< PropertyT, FIELD_PROPERTY, VariadicTemplateTypesHolder< ExtraArgs... > > & | source |
const shared_ptr< const MeshD< 3 > > | dst_mesh |
Definition at line 139 of file change_space_size.hpp.
|
inline |
Definition at line 151 of file change_space_size.hpp.
|
inline |
Definition at line 159 of file change_space_size.hpp.
std::vector<LazyData<InputValueType> > plask::DataFrom2Dto3DSourceImpl< PropertyT, FIELD_PROPERTY, VariadicTemplateTypesHolder< ExtraArgs... > >::LazySourceImpl::dataForRegion |
Definition at line 141 of file change_space_size.hpp.
const shared_ptr<const MeshD<3> > plask::DataFrom2Dto3DSourceImpl< PropertyT, FIELD_PROPERTY, VariadicTemplateTypesHolder< ExtraArgs... > >::LazySourceImpl::dst_mesh |
Definition at line 145 of file change_space_size.hpp.
const DataFrom2Dto3DSourceImpl< PropertyT, FIELD_PROPERTY, VariadicTemplateTypesHolder<ExtraArgs...> >& plask::DataFrom2Dto3DSourceImpl< PropertyT, FIELD_PROPERTY, VariadicTemplateTypesHolder< ExtraArgs... > >::LazySourceImpl::source |
Definition at line 143 of file change_space_size.hpp.