|
| | FilterImpl (shared_ptr< Geometry2DCylindrical > geometry) |
| |
| ReceiverFor< PropertyT, Geometry3D > & | input (GeometryObjectD< 3 > &outerObj, const PathHints *path=nullptr) override |
| |
| ReceiverFor< PropertyT, Geometry2DCylindrical > & | input (Geometry2DCylindrical &obj, const PathHints *path=nullptr) override |
| |
| ReceiverFor< PropertyT, Geometry2DCartesian > & | input (Geometry2DCartesian &, const PathHints *=nullptr) override |
| |
| ReceiverFor< PropertyT, Geometry2DCylindrical > & | input (GeometryObjectD< 2 > &obj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCylindrical > & | input (shared_ptr< GeometryObjectD< 2 > > obj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry3D > & | setOuter (GeometryObjectD< 3 > &outerObj, const PathHints *path=nullptr, std::size_t pointsCount=10) |
| |
| ReceiverFor< PropertyT, Geometry3D > & | setOuter (shared_ptr< GeometryObjectD< 3 > > outerObj, const PathHints *path=nullptr, std::size_t pointsCount=10) |
| |
| ReceiverFor< PropertyT, Geometry2DCylindrical > & | setOuter (GeometryObjectD< 2 > &outerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCylindrical > & | setOuter (shared_ptr< GeometryObjectD< 2 > > outerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCylindrical > & | setOuter (Geometry2DCylindrical &outerGeom, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCylindrical > & | setOuter (shared_ptr< Geometry2DCylindrical > outerGeom, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCylindrical > & | appendInner (GeometryObjectD< 2 > &innerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCylindrical > & | appendInner (shared_ptr< GeometryObjectD< 2 > > innerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCylindrical > & | appendInner (Geometry2DCylindrical &innerGeom, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCylindrical > & | appendInner (shared_ptr< Geometry2DCylindrical > innerGeom, const PathHints *path=nullptr) |
| |
template<
typename PropertyT>
struct plask::FilterImpl< PropertyT, Geometry2DCylindrical >
Filter which provides data in 2D cylindrical space.
It can have one or more inner (2D) inputs and one outer (2D or 3D) input or default value (which is used in all points where inner inputs don't provide data).
- Template Parameters
-
| PropertyT | property which has type FIELD_PROPERTY |
Definition at line 667 of file filter.hpp.