|
| | FilterImpl (shared_ptr< Geometry3D > geometry) |
| |
| ReceiverFor< PropertyT, Geometry3D > & | input (GeometryObjectD< 3 > &obj, const PathHints *path=nullptr) override |
| |
| ReceiverFor< PropertyT, Geometry2DCartesian > & | input (Geometry2DCartesian &innerObj, const PathHints *path=nullptr) override |
| |
| ReceiverFor< PropertyT, Geometry2DCylindrical > & | input (Geometry2DCylindrical &innerObj, const PathHints *path=nullptr) override |
| |
| ReceiverFor< PropertyT, Geometry3D > & | setOuter (GeometryObjectD< 3 > &outerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry3D > & | setOuter (shared_ptr< GeometryObjectD< 3 > > outerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry3D > & | setOuter (Geometry3D &outerGeom, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry3D > & | setOuter (shared_ptr< Geometry3D > outerGeom, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry3D > & | appendInner (GeometryObjectD< 3 > &innerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry3D > & | appendInner (shared_ptr< GeometryObjectD< 3 > > innerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCartesian > & | appendInner2D (Extrusion &innerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCartesian > & | appendInner2D (shared_ptr< Extrusion > innerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCartesian > & | appendInner (Geometry2DCartesian &innerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCartesian > & | appendInner (shared_ptr< Geometry2DCartesian > innerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCylindrical > & | appendInner2D (Revolution &innerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCylindrical > & | appendInner2D (shared_ptr< Revolution > innerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCylindrical > & | appendInner (Geometry2DCylindrical &innerObj, const PathHints *path=nullptr) |
| |
| ReceiverFor< PropertyT, Geometry2DCylindrical > & | appendInner (shared_ptr< Geometry2DCylindrical > innerObj, const PathHints *path=nullptr) |
| |
Filter which provides data in 3D Cartesian space.
It can have one or more inner (2D or 3D) inputs and one outer (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 487 of file filter.hpp.