IMP
2.3.1
The Integrative Modeling Platform
|
Calculates and stores Gaussian kernel parameters. More...
#include "def.h"
#include <IMP/base_types.h>
#include <boost/scoped_array.hpp>
#include <IMP/base/exception.h>
#include <IMP/base/log.h>
#include <map>
#include <cmath>
#include <algorithm>
#include <iostream>
#include <iomanip>
#include <vector>
#include <limits>
Go to the source code of this file.
Classes | |
class | IMP::em::KernelParameters |
class | IMP::em::RadiusDependentKernelParameters |
Calculates kernel parameters as a function of a specific radius. More... | |
Namespaces | |
IMP | |
Synonym for IMP::kernel. | |
IMP::em | |
Basic utilities for handling cryo-electron microscopy 3D density maps. | |
Typedefs | |
typedef IMP::base::Vector < KernelParameters > | IMP::em::KernelParametersList |
typedef IMP::base::Vector < RadiusDependentKernelParameters > | IMP::em::RadiusDependentKernelParametersList |
Calculates and stores Gaussian kernel parameters.
Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file KernelParameters.h.