IMP::em::DensityMapsTemp Class Reference
Detailed Description
rotate a grid
/param[in] orig_dens the density map to rotate /param[in] trans the transformation
- Note:
- this is a low resolution operation. IMPEMEXPORT DensityMap* rotate_grid(const DensityMap *orig_dens, const algebra::Transformation3D &trans);
A type to pass a collection of
DensityMap objects.
It looks like a std::vector<DensityMap*>
in C++ and a list
in Python. See when to use Temp for details on using this type.
The documentation for this class was generated from the following file: