8 #ifndef IMPDISPLAY_PRIMITIVE_GEOMETRIES_H
9 #define IMPDISPLAY_PRIMITIVE_GEOMETRIES_H
11 #include <IMP/display/display_config.h>
24 #ifdef IMP_DISPLAY_USE_IMP_CGAL
25 #include <IMP/cgal/internal/polyhedrons.h>
28 IMPDISPLAY_BEGIN_NAMESPACE
62 BoundingBoxGeometries,
68 ReferenceFrameGeometries,
82 std::string get_text()
const {
return text_;}
97 std::string name=
"SurfaceMesh %1%");
102 const Ints& get_faces()
const {
return faces_;}
107 #ifdef IMP_DISPLAY_USE_IMP_CGAL
133 "IsosurfaceGeometry %1%"){}
157 IMPDISPLAY_END_NAMESPACE