![]() |
IMP
2.2.0
The Integrative Modeling Platform
|
#include <IMP/kernel/FloatIndex.h>
Inheritance diagram for IMP::kernel::FloatIndex:Public Member Functions | |
| FloatIndex (ParticleIndex i0=ParticleIndex(), FloatKey i1=FloatKey()) | |
| FloatKey & | access_key () |
| ParticleIndex & | access_particle () |
| const FloatKey & | get_key () const |
| const ParticleIndex & | get_particle () const |
| void | set_key (const FloatKey &v) |
| void | set_particle (const ParticleIndex &v) |
| void | show (std::ostream &out=std::cout) const |
A FloatIndex identifies an optimized attribute in a model.
Definition at line 22 of file kernel/FloatIndex.h.