Any geometry which is not above the plane is not passed on to the writer or log or whatever this CompoundGoemetry is passed to.

Public Member Functions | |
| void | add_geometry (const Geometries &g) |
| void | add_geometry (Geometry *g) |
| FilterGeometry (const algebra::Plane3D &p) | |
| Pay attention to the orientation of the plane. | |
| IMP::display::Geometries | get_components () const |
| virtual std::string | get_type_name () const |
| virtual ::IMP::VersionInfo | get_version_info () const |
Protected Member Functions | |
| bool | process (SegmentGeometry *g, Color color, std::string name) |
| bool | process (PointGeometry *g, Color color, std::string name) |
| bool | process (CylinderGeometry *g, Color color, std::string name) |
| bool | process (SphereGeometry *g, Color color, std::string name) |
Friends | |
| template<class T > | |
| void | IMP::internal::unref (T *) |