IMP
2.4.0
The Integrative Modeling Platform
|
#include <IMP/algebra/grid_embeddings.h>
Embed a grid as an evenly spaced axis aligned grid.
Definition at line 29 of file grid_embeddings.h.
Public Member Functions | |
DefaultEmbeddingD (const VectorD< D > &origin, const VectorD< D > &cell) | |
unsigned int | get_dimension () const |
ExtendedGridIndexD< D > | get_extended_index (const VectorD< D > &o) const |
Return the index that would contain the voxel if the grid extended there. More... | |
GridIndexD< D > | get_index (const VectorD< D > &o) const |
const VectorD< D > | get_origin () const |
const VectorD< D > & | get_unit_cell () const |
Return the unit cell, relative to the origin. More... | |
void | set_origin (const VectorD< D > &o) |
void | set_unit_cell (const VectorD< D > &o) |
void | show (std::ostream &out=std::cout) const |
Center | |
VectorD< D > | get_center (const ExtendedGridIndexD< D > &ei) const |
VectorD< D > | get_center (const GridIndexD< D > &ei) const |
Bounding box | |
BoundingBoxD< D > | get_bounding_box (const ExtendedGridIndexD< D > &ei) const |
BoundingBoxD< D > | get_bounding_box (const GridIndexD< D > &ei) const |
ExtendedGridIndexD<D> IMP::algebra::DefaultEmbeddingD< D >::get_extended_index | ( | const VectorD< D > & | o | ) | const |
Return the index that would contain the voxel if the grid extended there.
For example vectors below the "lower left" corner of the grid have indexes with all negative components. This operation will always succeed.
Definition at line 93 of file grid_embeddings.h.
const VectorD<D>& IMP::algebra::DefaultEmbeddingD< D >::get_unit_cell | ( | ) | const |
Return the unit cell, relative to the origin.
That is, the unit cell is
Definition at line 87 of file grid_embeddings.h.