8 #ifndef IMPDISPLAY_PYMOL_WRITER_H
9 #define IMPDISPLAY_PYMOL_WRITER_H
11 #include <IMP/display/display_config.h>
18 IMPDISPLAY_BEGIN_NAMESPACE
36 std::string lastname_;
38 enum Type {
NONE=0, LINES, TRIANGLES, OTHER};
40 friend class CGOAnimationWriter;
41 void setup(std::string name, Type type,
bool opendata=
true);
42 void cleanup(std::string name,
bool close=
true);
44 Color color, std::string name);
46 Color color, std::string name);
48 Color color, std::string name);
50 Color color, std::string name);
52 Color color, std::string name);
54 Color color, std::string name);
56 Color color, std::string name);
58 Color color, std::string name);
68 IMPDISPLAY_END_NAMESPACE