IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
GridD.h File Reference

A class to represent a voxel grid. More...

#include <IMP/algebra/algebra_config.h>
#include <IMP/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/Vector.h>
#include <IMP/showable_macros.h>
#include <boost/range/iterator_range.hpp>
#include <limits>
+ Include dependency graph for GridD.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::algebra::GridD< D, StorageT, Value, EmbeddingT >
 A voxel grid in d-dimensional space. 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.
 

Functions

template<int D, class Storage , class Value , class Embedding >
BoundingBoxD< D > IMP::algebra::get_bounding_box (const GridD< D, Storage, Value, Embedding > &g)
 

Detailed Description

A class to represent a voxel grid.

Copyright 2007-2017 IMP Inventors. All rights reserved.

Definition in file GridD.h.