|
IMP Reference Guide
develop.169ea894ba,2025/11/02
The Integrative Modeling Platform
|
Container classes to store assignments. More...
#include <IMP/domino/domino_config.h>#include "Assignment.h"#include "Order.h"#include "subset_scores.h"#include <IMP/Vector.h>#include <IMP/hash.h>#include <boost/unordered_map.hpp>#include <IMP/statistics/metric_clustering.h>#include <algorithm>#include <boost/random/uniform_int_distribution.hpp>#include <boost/random/uniform_real_distribution.hpp>#include <boost/shared_array.hpp>#include <cstdio>#include <queue>#include <RMF/config.h>
Include dependency graph for assignment_containers.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | IMP::domino::AssignmentContainer |
| The base class for containers of assignments. More... | |
| class | IMP::domino::CappedAssignmentContainer |
| Store no more than a max number of states. More... | |
| class | IMP::domino::HeapAssignmentContainer |
| Store a set of k top scoring assignments. More... | |
| class | IMP::domino::ListAssignmentContainer |
| Simple storage of a set of Assignments. More... | |
| class | IMP::domino::PackedAssignmentContainer |
| Store assignments in a compact form in memory. More... | |
| class | IMP::domino::RangeViewAssignmentContainer |
| Expose a range [begin, end) of an inner assignment container to consumers. More... | |
| class | IMP::domino::ReadAssignmentContainer |
| Read the assignments from binary data on disk. More... | |
| class | IMP::domino::ReadHDF5AssignmentContainer |
| Store the assignments in an HDF5DataSet. More... | |
| class | IMP::domino::SampleAssignmentContainer |
| Store a list of k assignments chosen from all those added to this table. More... | |
| class | IMP::domino::WriteAssignmentContainer |
| Store the assignments on disk as binary data. More... | |
| class | IMP::domino::WriteHDF5AssignmentContainer |
| Store the assignments in an HDF5DataSet. More... | |
Namespaces | |
| IMP | |
| Base functionality and abstract base classes for representation, scoring and sampling. | |
| IMP::domino | |
| Divide-and-conquer inferential optimization in discrete space. | |
Typedefs | |
| typedef IMP::Vector < IMP::Pointer < AssignmentContainer > > | IMP::domino::AssignmentContainers |
| typedef IMP::Vector < IMP::WeakPointer < AssignmentContainer > > | IMP::domino::AssignmentContainersTemp |
Container classes to store assignments.
Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file assignment_containers.h.