IMP  2.3.1
The Integrative Modeling Platform
Gaussian3D.h File Reference

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 <IMP/algebra/eigen3/Eigen/Dense>
+ Include dependency graph for Gaussian3D.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::algebra::Gaussian3D
 A Gaussian distribution in 3D. More...
 

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::algebra
 General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP modules.
 

Typedefs

typedef IMP::base::Vector
< Gaussian3D > 
IMP::algebra::Gaussian3Ds
 

Functions

IMP_Eigen::Matrix3d IMP::algebra::get_covariance (const Gaussian3D &g)
 
Gaussian3D IMP::algebra::get_gaussian_from_covariance (const IMP_Eigen::Matrix3d &covariance, const Vector3D &center)
 Return a Gaussian centered at the origin from a covariance matrix. More...
 
DenseGrid3D< float > IMP::algebra::get_rasterized (const Gaussian3Ds &gmm, const Floats &weights, double cell_width, const BoundingBox3D &bb)
 Rasterize the Gaussians to a grid. More...
 

Detailed Description

Gaussian shape.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file Gaussian3D.h.