IMP logo
IMP Reference Guide  develop.1a86c4215a,2024/04/24
The Integrative Modeling Platform
particle_index.h File Reference

Functions and adaptors for dealing with particle indexes. More...

#include <IMP/kernel_config.h>
#include "base_types.h"
#include <memory>
+ Include dependency graph for particle_index.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::ParticleIndexAdaptor
 Take Decorator, Particle or ParticleIndex. More...
 
class  IMP::ParticleIndexesAdaptor
 Take Decorator, Particle or ParticleIndex. More...
 
class  IMP::ParticleIndexPairsAdaptor
 Take ParticlePairs or ParticleIndexPairs. More...
 

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 

Functions

ParticleIndexes IMP::get_indexes (const ParticlesTemp &ps)
 Get the indexes from a list of particles. More...
 
ParticleIndexPairs IMP::get_indexes (const ParticlePairsTemp &ps)
 Get the indexes from a list of particle pairs. More...
 
ParticlesTemp IMP::get_particles (Model *m, const ParticleIndexes &ps)
 Get the particles from a list of indexes. More...
 

Detailed Description

Functions and adaptors for dealing with particle indexes.

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file particle_index.h.