Go to the source code of this file.
Defines | |
#define | IMP_DISPLAY_GEOMETRY_DECL(Name, Type) |
Define a geometric object using an IMP::algebra one. | |
#define | IMP_DISPLAY_GEOMETRY_DECOMPOSABLE_DECL(Name, Type) |
#define | IMP_DISPLAY_GEOMETRY_DECOMPOSABLE_DEF(Name, Type, decomp) |
#define | IMP_DISPLAY_GEOMETRY_DEF(Name, Type) |
#define | IMP_GEOMETRY(Name) |
Define information for an Geometry object. | |
#define | IMP_PARTICLE_GEOMETRY(Name, Decorator, action) |
#define | IMP_PARTICLE_PAIR_GEOMETRY(Name, Decorator, action) |
#define | IMP_PARTICLE_TRAITS_GEOMETRY(Name, Decorator, TraitsName,traits_name, action) |
#define | IMP_WRITER(Name) |
Define information for an Writer object. |
Copyright 2007-2010 IMP Inventors. All rights reserved.
#define IMP_GEOMETRY | ( | Name | ) |
Value:
IMP::display::Geometries get_components() const; \ IMP_OBJECT(Name)
#define IMP_WRITER | ( | Name | ) |
Define information for an Writer object.
This macro declares the methods on_open, on_close, add_geometry and show, and defines the destructor and get_version_info.