IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Gaussian shape. More...
#include <IMP/algebra/algebra_config.h>
#include "Transformation3D.h"
#include "ReferenceFrame3D.h"
#include <IMP/algebra/VectorD.h>
#include <IMP/algebra/standard_grids.h>
#include <cereal/access.hpp>
#include <Eigen/Dense>
Go to the source code of this file.
Classes | |
class | IMP::algebra::Gaussian3D |
A Gaussian distribution in 3D. More... | |
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
IMP::algebra | |
General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP modules. | |
Typedefs | |
typedef IMP::Vector< Gaussian3D > | IMP::algebra::Gaussian3Ds |
Functions | |
Eigen::Matrix3d | IMP::algebra::get_covariance (const Gaussian3D &g) |
Gaussian3D | IMP::algebra::get_gaussian_from_covariance (const Eigen::Matrix3d &covariance, const Vector3D ¢er) |
Return a Gaussian centered at the origin from a covariance matrix. More... | |
DenseGrid3D< double > | IMP::algebra::get_rasterized (const Gaussian3Ds &gmm, const Floats &weights, double cell_width, const BoundingBox3D &bb) |
Rasterize the Gaussians to a grid. More... | |
DenseGrid3D< double > | IMP::algebra::get_rasterized_fast (const Gaussian3Ds &gmm, const Floats &weights, double cell_width, const BoundingBox3D &bb, double factor=2.5) |
Rasterize the Gaussians to a grid. More... | |
Gaussian shape.
Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file Gaussian3D.h.