IMP Reference Guide
2.8.0
The Integrative Modeling Platform
|
#include <IMP/FloatIndex.h>
A FloatIndex identifies an optimized attribute in a model.
Definition at line 22 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 |