IMP Reference Guide
2.12.0
The Integrative Modeling Platform
|
macros for display classes More...
Go to the source code of this file.
Macros | |
#define | IMP_DISPLAY_GEOMETRY_DECL(Name, Names, Type) |
Define a geometric object using an IMP::algebra one. More... | |
#define | IMP_DISPLAY_GEOMETRY_DECOMPOSABLE_DECL(Name, Names, Type) |
#define | IMP_DISPLAY_GEOMETRY_DECOMPOSABLE_DEF(Name, Type, decomp) |
#define | IMP_DISPLAY_GEOMETRY_DEF(Name, Type) |
Define information for an Geometry object. More... | |
#define | IMP_PARTICLE_GEOMETRY(Name, Decorator, action) |
#define | IMP_PARTICLE_PAIR_GEOMETRY(Name, Decorator, action) |
macros for display classes
Copyright 2007-2019 IMP Inventors. All rights reserved.
Definition in file geometry_macros.h.
#define IMP_DISPLAY_GEOMETRY_DECL | ( | Name, | |
Names, | |||
Type | |||
) |
Define a geometric object using an IMP::algebra one.
Definition at line 31 of file geometry_macros.h.
#define IMP_DISPLAY_GEOMETRY_DEF | ( | Name, | |
Type | |||
) |
Define information for an Geometry object.
Definition at line 15 of file geometry_macros.h.