PLaSK library
|
Don't use this directly, use DataFrom3Dto2DSource instead. More...
#include <plask/filters/change_space_size.hpp>
Public Types | |
typedef PropertyAt< PropertyT, Geometry2DCartesian >::ValueType | ValueType |
Type of property value in output space. | |
typedef PropertyT::EnumType | EnumType |
Public Attributes | |
std::size_t | pointsCount |
Points count for average function. | |
Public Attributes inherited from plask::OuterDataSource< PropertyT, Geometry2DCartesian, Geometry3D, Extrusion, GeometryObjectD< 3 > > | |
Vec< InputGeomObj::DIM, double > | inTranslation |
Public Attributes inherited from plask::DataSourceWithReceiver< PropertyT, OutputSpaceType, InputSpaceType, OutputGeomObj, InputGeomObj > | |
ReceiverFor< PropertyT, InputSpaceType > | in |
Additional Inherited Members | |
Protected Attributes inherited from plask::DataSourceWithReceiver< PropertyT, OutputSpaceType, InputSpaceType, OutputGeomObj, InputGeomObj > | |
const InputGeomObj * | inputObj |
const OutputGeomObj * | outputObj |
plask::optional< PathHints > | path |
boost::signals2::connection | geomConnectionIn |
boost::signals2::connection | geomConnectionOut |
Don't use this directly, use DataFrom3Dto2DSource instead.
Definition at line 71 of file change_space_size.hpp.
typedef PropertyT::EnumType plask::DataFrom3Dto2DSourceImpl< PropertyT, MULTI_FIELD_PROPERTY, VariadicTemplateTypesHolder< ExtraArgs... > >::EnumType |
Definition at line 82 of file change_space_size.hpp.
typedef PropertyAt<PropertyT,Geometry2DCartesian>::ValueType plask::DataFrom3Dto2DSourceImpl< PropertyT, MULTI_FIELD_PROPERTY, VariadicTemplateTypesHolder< ExtraArgs... > >::ValueType |
Type of property value in output space.
Definition at line 80 of file change_space_size.hpp.
|
inlineexplicit |
Definition at line 77 of file change_space_size.hpp.
|
inlineoverride |
Definition at line 84 of file change_space_size.hpp.
|
inlineoverride |
Definition at line 108 of file change_space_size.hpp.
std::size_t plask::DataFrom3Dto2DSourceImpl< PropertyT, MULTI_FIELD_PROPERTY, VariadicTemplateTypesHolder< ExtraArgs... > >::pointsCount |
Points count for average function.
Definition at line 75 of file change_space_size.hpp.