IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
A decorator for Representations. More...
#include <IMP/atom/atom_config.h>
#include "atom_macros.h"
#include "Hierarchy.h"
#include <IMP/base_types.h>
#include <IMP/Particle.h>
#include <IMP/Model.h>
#include <IMP/Decorator.h>
Go to the source code of this file.
Classes | |
class | IMP::atom::Representation |
A decorator for a representation. More... | |
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
IMP::atom | |
Functionality for loading, creating, manipulating and scoring atomic structures. | |
Typedefs | |
typedef IMP::Vector < Representation > | IMP::atom::Representations |
Enumerations | |
enum | IMP::atom::RepresentationType { BALLS = 0, DENSITIES = 1 } |
Functions | |
Representation | IMP::atom::get_representation (Hierarchy h, bool nothrow=false) |
Return the Representation object containing this hierarchy. More... | |
double | IMP::atom::get_resolution (Model *m, ParticleIndex pi) |
Estimate the resolution of the hierarchy as used by Representation. More... | |
double | IMP::atom::get_resolution (Hierarchy h) |
void | IMP::atom::show_with_representations (Hierarchy h, std::ostream &out=std::cout) |
Traverse through the tree and show atom info, including representations. More... | |
Variables | |
const double | IMP::atom::ALL_RESOLUTIONS |
A decorator for Representations.
Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file Representation.h.