IMP
2.2.0
The Integrative Modeling Platform
|
A class to represent a voxel grid. More...
#include <IMP/algebra/algebra_config.h>
#include <IMP/base/types.h>
#include "grid_embeddings.h"
#include "grid_indexes.h"
#include "Vector3D.h"
#include "BoundingBoxD.h"
#include "GeometricPrimitiveD.h"
#include <boost/iterator/transform_iterator.hpp>
#include <IMP/base/Vector.h>
#include <IMP/base/showable_macros.h>
#include <boost/range/iterator_range.hpp>
#include <limits>
Go to the source code of this file.
Classes | |
class | IMP::algebra::GridD< D, StorageT, Value, EmbeddingT > |
A voxel grid in d-dimensional space space. More... | |
Namespaces | |
IMP | |
All IMP::kernel code is brought into the IMP namespace. | |
IMP::algebra | |
See IMP.algebra for more information. | |
Functions | |
template<int D, class Storage , class Value , class Embedding > | |
BoundingBoxD< D > | IMP::algebra::get_bounding_box (const GridD< D, Storage, Value, Embedding > &g) |