IMP  2.0.1
The Integrative Modeling Platform
subset_filters.h File Reference

A beyesian infererence-based sampler. More...

#include <IMP/domino/domino_config.h>
#include "particle_states.h"
#include "Assignment.h"
#include "Subset.h"
#include "domino_macros.h"
#include "subset_scores.h"
#include <IMP/Object.h>
#include <IMP/Pointer.h>
#include <IMP/base/map.h>
#include <IMP/Configuration.h>
#include <IMP/Model.h>
#include <IMP/macros.h>
#include <boost/dynamic_bitset.hpp>
#include <IMP/base/utility_macros.h>
#include <IMP/base/vector_property_map.h>
#include <boost/pending/disjoint_sets.hpp>
+ Include dependency graph for subset_filters.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::domino::DisjointSetsSubsetFilterTable
 A base class. More...
 
class  IMP::domino::EqualitySubsetFilterTable
 Do not allow two particles to be in the same state. More...
 
class  IMP::domino::EquivalenceAndExclusionSubsetFilterTable
 Define sets of equivalent and exclusive particles. More...
 
class  IMP::domino::EquivalenceSubsetFilterTable
 Define sets of equivalent particles. More...
 
class  IMP::domino::ExclusionSubsetFilterTable
 Do not allow two particles to be in the same state. More...
 
class  IMP::domino::ListSubsetFilterTable
 Maintain an explicit list of what states each particle is allowed to have. More...
 
class  IMP::domino::MinimumRestraintScoreSubsetFilterTable
 Filter a configuration of the subset using the Model thresholds. More...
 
class  IMP::domino::PairListSubsetFilterTable
 
class  IMP::domino::ProbabilisticSubsetFilterTable
 
class  IMP::domino::RestraintScoreSubsetFilterTable
 Filter a configuration of the subset using the Model thresholds. More...
 
class  IMP::domino::SubsetFilter
 
class  IMP::domino::SubsetFilterTable
 

Namespaces

namespace  IMP
 All IMP::kernel code is brought into the IMP namespace.
 
namespace  IMP::domino
 See IMP.domino Overview for more information.
 

Typedefs

typedef IMP::base::Vector
< IMP::base::Pointer
< EqualitySubsetFilterTable > > 
IMP::domino::EqualitySubsetFilterTables
 
typedef IMP::base::Vector
< IMP::base::Pointer
< EquivalenceAndExclusionSubsetFilterTable > > 
IMP::domino::EquivalenceAndExclusionSubsetFilterTables
 
typedef IMP::base::Vector
< IMP::base::Pointer
< EquivalenceSubsetFilterTable > > 
IMP::domino::EquivalenceSubsetFilterTables
 
typedef IMP::base::Vector
< IMP::base::Pointer
< ExclusionSubsetFilterTable > > 
IMP::domino::ExclusionSubsetFilterTables
 
typedef IMP::base::Vector
< IMP::base::Pointer
< ListSubsetFilterTable > > 
IMP::domino::ListSubsetFilterTables
 
typedef IMP::base::Vector
< IMP::base::Pointer
< MinimumRestraintScoreSubsetFilterTable > > 
IMP::domino::MinimumRestraintScoreSubsetFilterTables
 
typedef IMP::base::Vector
< IMP::base::Pointer
< PairListSubsetFilterTable > > 
IMP::domino::PairListSubsetFilterTables
 
typedef IMP::base::Vector
< IMP::base::Pointer
< RestraintScoreSubsetFilterTable > > 
IMP::domino::RestraintScoreSubsetFilterTables
 
typedef IMP::base::Vector
< IMP::base::Pointer
< SubsetFilter > > 
IMP::domino::SubsetFilters
 
typedef IMP::base::Vector
< IMP::base::Pointer
< SubsetFilterTable > > 
IMP::domino::SubsetFilterTables
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file subset_filters.h.