| 
    IMP Reference Guide
    2.23.0
    
   The Integrative Modeling Platform 
   | 
 
A FloatIndex identifies an optimized attribute in a model. More...
#include <IMP/FloatIndex.h>
 Inheritance diagram for IMP::FloatIndex:A FloatIndex identifies an optimized attribute in a model.
Definition at line 21 of file FloatIndex.h.
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 |