|
PLaSK library
|
#include <plask/filters/change_space_size.hpp>
Public Member Functions | |
| LazySourceImpl (const DataFrom2Dto3DSourceImpl< PropertyT, MULTI_FIELD_PROPERTY, VariadicTemplateTypesHolder< ExtraArgs... > > &source, EnumType n, 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, MULTI_FIELD_PROPERTY, VariadicTemplateTypesHolder< ExtraArgs... > > & | source |
| const shared_ptr< const MeshD< 3 > > | dst_mesh |
Definition at line 193 of file change_space_size.hpp.
|
inline |
Definition at line 205 of file change_space_size.hpp.
|
inline |
Definition at line 213 of file change_space_size.hpp.
| std::vector<LazyData<InputValueType> > plask::DataFrom2Dto3DSourceImpl< PropertyT, MULTI_FIELD_PROPERTY, VariadicTemplateTypesHolder< ExtraArgs... > >::LazySourceImpl::dataForRegion |
Definition at line 195 of file change_space_size.hpp.
| const shared_ptr<const MeshD<3> > plask::DataFrom2Dto3DSourceImpl< PropertyT, MULTI_FIELD_PROPERTY, VariadicTemplateTypesHolder< ExtraArgs... > >::LazySourceImpl::dst_mesh |
Definition at line 199 of file change_space_size.hpp.
| const DataFrom2Dto3DSourceImpl< PropertyT, MULTI_FIELD_PROPERTY, VariadicTemplateTypesHolder<ExtraArgs...> >& plask::DataFrom2Dto3DSourceImpl< PropertyT, MULTI_FIELD_PROPERTY, VariadicTemplateTypesHolder< ExtraArgs... > >::LazySourceImpl::source |
Definition at line 197 of file change_space_size.hpp.