PLaSK library
|
#include <plask/filters/change_space_size_cyl.hpp>
Public Member Functions | |
LazySourceImpl (const DataFromCyl2Dto3DSourceImpl< 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 DataFromCyl2Dto3DSourceImpl< PropertyT, MULTI_FIELD_PROPERTY, VariadicTemplateTypesHolder< ExtraArgs... > > & | source |
const shared_ptr< const MeshD< 3 > > | dst_mesh |
Definition at line 201 of file change_space_size_cyl.hpp.
|
inline |
Definition at line 213 of file change_space_size_cyl.hpp.
|
inline |
Definition at line 221 of file change_space_size_cyl.hpp.
std::vector<LazyData<InputValueType> > plask::DataFromCyl2Dto3DSourceImpl< PropertyT, MULTI_FIELD_PROPERTY, VariadicTemplateTypesHolder< ExtraArgs... > >::LazySourceImpl::dataForRegion |
Definition at line 203 of file change_space_size_cyl.hpp.
const shared_ptr<const MeshD<3> > plask::DataFromCyl2Dto3DSourceImpl< PropertyT, MULTI_FIELD_PROPERTY, VariadicTemplateTypesHolder< ExtraArgs... > >::LazySourceImpl::dst_mesh |
Definition at line 207 of file change_space_size_cyl.hpp.
const DataFromCyl2Dto3DSourceImpl< PropertyT, MULTI_FIELD_PROPERTY, VariadicTemplateTypesHolder<ExtraArgs...> >& plask::DataFromCyl2Dto3DSourceImpl< PropertyT, MULTI_FIELD_PROPERTY, VariadicTemplateTypesHolder< ExtraArgs... > >::LazySourceImpl::source |
Definition at line 205 of file change_space_size_cyl.hpp.