IMP logo
IMP Reference Guide  develop.27926d84dc,2024/04/19
The Integrative Modeling Platform
DensityDataPoints.h File Reference

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>
+ Include dependency graph for DensityDataPoints.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Handling of data for anchor points segmentation.

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file DensityDataPoints.h.