IMP
2.4.0
The Integrative Modeling Platform
|
#include <IMP/display/python_only.h>
This writer displays things to a Pivy window.
At the moment it support SphereGeometry and CylinderGeometry.
This class is under development.
Definition at line 23 of file display/python_only.h.
Public Member Functions | |
void | show () |
Public Member Functions inherited from IMP::display::Writer | |
Writer (std::string name) | |
Create a writer opening the file with the passed name. More... | |
virtual | ~Writer () |
Write the data and close the file. More... | |
void | set_frame (unsigned int i) |
int | get_frame () const |
void | add_geometry (Geometry *g) |
void | add_geometry (const Geometries &g) |
Public Member Functions inherited from IMP::base::Object | |
virtual void | clear_caches () |
CheckLevel | get_check_level () const |
LogLevel | get_log_level () const |
virtual VersionInfo | get_version_info () const |
Get information about the module and version of the object. More... | |
void | set_check_level (CheckLevel l) |
void | set_log_level (LogLevel l) |
Set the logging level used in this object. More... | |
void | set_was_used (bool tf) const |
void | show (std::ostream &out=std::cout) const |
const std::string & | get_name () const |
void | set_name (std::string name) |
virtual std::string | get_type_name () const |
Additional Inherited Members | |
Protected Member Functions inherited from IMP::display::Writer | |
virtual void | do_close ()=0 |
A hook for implementation classes to use to take actions on file close. More... | |
virtual void | do_open ()=0 |
A hook for implementation classes to use to take actions on file open. More... | |
virtual void | do_set_frame () |
in case you want to take action on a new frame More... | |
Protected Member Functions inherited from IMP::display::GeometryProcessor | |
virtual bool | handle_anything (Geometry *, Color, std::string) |
virtual bool | handle_bounding_box (BoundingBoxGeometry *, Color, std::string) |
virtual bool | handle_cylinder (CylinderGeometry *, Color, std::string) |
virtual bool | handle_ellipsoid (EllipsoidGeometry *, Color, std::string) |
void | handle_geometry (Geometry *g) |
virtual bool | handle_label (LabelGeometry *, Color, std::string) |
virtual bool | handle_point (PointGeometry *, Color, std::string) |
virtual bool | handle_polygon (PolygonGeometry *, Color, std::string) |
virtual bool | handle_segment (SegmentGeometry *, Color, std::string) |
virtual bool | handle_sphere (SphereGeometry *, Color, std::string) |
virtual bool | handle_surface_mesh (SurfaceMeshGeometry *, Color, std::string) |
virtual bool | handle_triangle (TriangleGeometry *, Color, std::string) |
Protected Member Functions inherited from IMP::base::Object | |
Object (std::string name) | |
Construct an object with the given name. More... | |
virtual void | do_destroy () |
void IMP::display::PivyWriter::show | ( | ) |
Show the window and start the interactive event loop. Normal Python execution will resume when the window is closed.