|
| | FilterImpl (shared_ptr< Geometry2DCartesian > geometry) |
| |
| ReceiverFor< PropertyT, Geometry3D > & | input (GeometryObjectD< 3 > &outerObj, const PathHints *path=nullptr) override |
| |
| ReceiverFor< PropertyT, Geometry2DCartesian > & | input (Geometry2DCartesian &obj, const PathHints *path=nullptr) override |
| |
| ReceiverFor< PropertyT, Geometry2DCylindrical > & | input (Geometry2DCylindrical &, const PathHints *=nullptr) override |
| |
| ReceiverFor< PropertyT, Geometry2DCartesian > & | input (GeometryObjectD< 2 > &obj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCartesian > & | 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, Geometry2DCartesian > & | setOuter (GeometryObjectD< 2 > &outerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCartesian > & | setOuter (shared_ptr< GeometryObjectD< 2 > > outerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCartesian > & | setOuter (Geometry2DCartesian &outerGeom, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCartesian > & | setOuter (shared_ptr< Geometry2DCartesian > outerGeom, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCartesian > & | appendInner (GeometryObjectD< 2 > &innerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCartesian > & | appendInner (shared_ptr< GeometryObjectD< 2 > > innerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCartesian > & | appendInner (Geometry2DCartesian &innerGeom, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCartesian > & | appendInner (shared_ptr< Geometry2DCartesian > innerGeom, const PathHints *path=nullptr) |
| |
template<
typename PropertyT>
struct plask::FilterImpl< PropertyT, Geometry2DCartesian >
Filter which provides data in 2D Cartesian 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 582 of file filter.hpp.