IMP  2.3.1
The Integrative Modeling Platform
interactive.h File Reference

Functions to get report statistics about the used attributes. More...

#include <IMP/domino/domino_config.h>
#include "Assignment.h"
#include "Subset.h"
#include "subset_filters.h"
#include "assignment_containers.h"
#include <IMP/kernel/Particle.h>
#include <IMP/SingletonContainer.h>
#include <IMP/RestraintSet.h>
#include <IMP/kernel/Model.h>
#include <IMP/core/internal/CoreClosePairContainer.h>
#include <IMP/display/Writer.h>
#include <IMP/dependency_graph.h>
#include <IMP/statistics/metric_clustering.h>
#include <RMF/HDF5/Group.h>
+ Include dependency graph for interactive.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::domino
 Divide-and-conquer inferential optimization in discrete space.
 

Functions

void IMP::domino::load_leaf_assignments (const Subset &subset, AssignmentsTable *at, AssignmentContainer *ac)
 Fill in assignments for a leaf. More...
 
void IMP::domino::load_merged_assignments (const Subset &first_subset, AssignmentContainer *first, const Subset &second_subset, AssignmentContainer *second, const SubsetFilterTablesTemp &filters, AssignmentContainer *ret)
 Fill in assignments for an internal node. More...
 
void IMP::domino::load_merged_assignments_random_order (const Subset &first_subset, AssignmentContainer *first, const Subset &second_subset, AssignmentContainer *second, const SubsetFilterTablesTemp &filters, unsigned int maximum_tries, AssignmentContainer *ret)
 Sample from the merged assignments. More...
 

Detailed Description

Functions to get report statistics about the used attributes.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file interactive.h.