IMP  2.0.1
The Integrative Modeling Platform
IMP::display::PivyWriter Class Reference

#include <IMP/display/python_only.h>

+ Inheritance diagram for IMP::display::PivyWriter:

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.
 
virtual ~Writer ()
 Write the data and close the file.
 
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 ()
 
virtual IMP::base::VersionInfo get_version_info () const =0
 Get information about the module and version of the object.
 
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)
 

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.
 
virtual void do_open ()=0
 A hook for implementation classes to use to take actions on file open.
 
virtual void do_set_frame ()
 in case you want to take action on a new frame
 

Detailed Description

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.

Member Function Documentation

void IMP::display::PivyWriter::show ( )

Show the window and start the interactive event loop. Normal python execution will resume when the window is closed.


The documentation for this class was generated from the following file: