IMP logo
IMP Reference Guide  develop.e004443c3b,2024/04/25
The Integrative Modeling Platform
Model.h File Reference

Storage of a model, its restraints, constraints and particles. More...

#include <IMP/kernel_config.h>
#include "ModelObject.h"
#include "ScoringFunction.h"
#include "Restraint.h"
#include "RestraintSet.h"
#include "ScoreState.h"
#include "container_macros.h"
#include "base_types.h"
#include "Undecorator.h"
#include "internal/AttributeTable.h"
#include "internal/attribute_tables.h"
#include "internal/moved_particles_cache.h"
#include "internal/KeyVector.h"
#include <IMP/Object.h>
#include <IMP/Pointer.h>
#include <IMP/internal/IDGenerator.h>
#include <boost/unordered_map.hpp>
#include <boost/unordered_set.hpp>
#include <IMP/tuple_macros.h>
#include <boost/iterator/transform_iterator.hpp>
#include <boost/iterator/filter_iterator.hpp>
#include <cereal/access.hpp>
#include <cereal/types/polymorphic.hpp>
#include <limits>
#include "IMP/Particle.h"
+ Include dependency graph for Model.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::Model
 Class for storing model, its restraints, constraints, and particles. More...
 

Namespaces

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

Functions

 CEREAL_CLASS_VERSION (IMP::Model, 1)
 
 CEREAL_SPECIALIZE_FOR_ALL_ARCHIVES (IMP::Model, cereal::specialization::member_serialize)
 

Detailed Description

Storage of a model, its restraints, constraints and particles.

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file Model.h.