IMP Reference Guide
2.9.0
The Integrative Modeling Platform
|
description More...
#include "npctransport_config.h"
#include <IMP/core/Typed.h>
#include <boost/unordered_set.hpp>
#include <utility>
#include <iostream>
Go to the source code of this file.
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
IMP::npctransport | |
Typedefs | |
typedef std::pair < IMP::core::ParticleType, IMP::core::ParticleType > | IMP::npctransport::InteractionType |
an interaction that involves particles of two types More... | |
typedef IMP::Vector < InteractionType > | IMP::npctransport::InteractionTypes |
typedef boost::unordered_set < core::ParticleType > | IMP::npctransport::ParticleTypeSet |
Functions | |
InteractionType | IMP::npctransport::make_ordered_interaction_type (IMP::core::ParticleType t0, IMP::core::ParticleType t1) |
convenience method for creating and interaction type in swig More... | |
InteractionType | IMP::npctransport::make_unordered_interaction_type (IMP::core::ParticleType t0, IMP::core::ParticleType t1) |
IMP::ParticleIndexPair | IMP::npctransport::make_unordered_particle_index_pair (IMP::ParticleIndex pi0, IMP::ParticleIndex pi1) |
ParticleIndexPair | IMP::npctransport::make_unordered_particle_index_pair (ParticleIndexPair pip) |
std::ostream & | operator<< (std::ostream &o, IMP::npctransport::InteractionType const &it) |