IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Handling of data for anchor points segmentation. More...
#include <IMP/base_types.h>
#include <IMP/Particle.h>
#include <IMP/algebra/standard_grids.h>
#include <IMP/statistics/internal/random_generator.h>
#include <IMP/statistics/internal/DataPoints.h>
#include <IMP/em/converters.h>
#include <IMP/em/DensityMap.h>
#include <IMP/algebra/Vector3D.h>
#include <IMP/atom/Hierarchy.h>
#include <boost/scoped_ptr.hpp>
#include <IMP/multifit/multifit_config.h>
#include <map>
Go to the source code of this file.
Classes | |
class | IMP::multifit::DensityDataPoints |
Stores density voxels as a vector of Array1D. More... | |
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
IMP::multifit | |
Fitting atomic structures into a cryo-electron microscopy density map. | |
Typedefs | |
typedef IMP::algebra::DenseGrid3D < double > | IMP::multifit::DensGrid |
typedef IMP::Vector < IMP::Pointer < DensityDataPoints > > | IMP::multifit::DensityDataPointsList |
typedef IMP::Vector < IMP::WeakPointer < DensityDataPoints > > | IMP::multifit::DensityDataPointsListTemp |
Functions | |
em::DensityMap * | IMP::multifit::grid2map (const DensGrid &dg, float spacing) |
Handling of data for anchor points segmentation.
Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file DensityDataPoints.h.