IMP
2.4.0
The Integrative Modeling Platform
|
#include <IMP/algebra/standard_grids.h>
A dense grid with logarithmic axes.
Definition at line 116 of file standard_grids.h.
Public Types | |
typedef GridD < 3, DenseGridStorageD< 3, int > , int, LogEmbeddingD< 3 > > | P |
Public Types inherited from IMP::algebra::GridD< 3, DenseGridStorageD< 3, int >, int, LogEmbeddingD< 3 > > | |
typedef LogEmbeddingD< 3 > | Embedding |
typedef DenseGridStorageD< 3, int > | Storage |
typedef VectorD< D > | Vector |
typedef internal::GridIndexIterator < ExtendedGridIndexD< D > , internal::AllItHelp < ExtendedGridIndexD< D > , ExtendedGridIndexD< D > > > | ExtendedIndexIterator |
typedef boost::iterator_range < typename Storage::IndexIterator > | Indexes |
typedef boost::iterator_range < typename Storage::AllIndexIterator > | AllIndexes |
typedef boost::iterator_range < ExtendedIndexIterator > | ExtendedIndexes |
Public Types inherited from IMP::algebra::DenseGridStorageD< 3, int > | |
typedef int | Value |
typedef int * | AllVoxelIterator |
typedef const int * | AllVoxelConstIterator |
Public Types inherited from IMP::algebra::BoundedGridRangeD< D > | |
typedef ExtendedGridIndexD< D > | ExtendedIndex |
typedef GridIndexD< D > | Index |
Public Member Functions | |
DenseIntLogGrid3D (const Ints &sz, LogEmbeddingD< 3 > le) | |
Public Member Functions inherited from IMP::algebra::GridD< 3, DenseGridStorageD< 3, int >, int, LogEmbeddingD< 3 > > | |
GridD (const Ints counts, const BoundingBoxD< D > &bb, intdefault_value=int()) | |
GridD (double side, const BoundingBoxD< D > &bb, const int &default_value=int()) | |
GridD (const VectorD< D > &sides, const BoundingBoxD< D > &bb, const int &default_value=int()) | |
GridD (const Storage &storage, const Embedding &embed) | |
GridD (double side, const VectorD< D > &origin, const int &default_value=int()) | |
GridD (const VectorD< D > &sides, const VectorD< D > &origin, const int &default_value=int()) | |
GridD () | |
An empty, undefined grid. More... | |
GridIndexD< D > | add_voxel (const VectorD< D > &pt, const int &vt) |
const int | at (VectorD< D >) const |
int & | at (VectorD< D >) |
BoundingBoxD< D > | get_bounding_box () const |
ExtendedGridIndexD< D > | get_extended_index (const GridIndexD< D > &index) const |
Convert an index back to an extended index. More... | |
int & | operator[] (VectorD< D >) |
const int | operator[] (VectorD< D >) const |
void | set_bounding_box (const BoundingBoxD< D > &bb3) |
Change the bounding box but not the grid or contents. More... | |
void | show (std::ostream &out=std::cout) const |
VoxelIterator | voxels_begin (const BoundingBoxD< D > &bb) |
VoxelConstIterator | voxels_begin (const BoundingBoxD< D > &bb) const |
VoxelIterator | voxels_end (const BoundingBoxD< D > &bb) |
VoxelConstIterator | voxels_end (const BoundingBoxD< D > &bb) const |
Storage::IndexIterator | indexes_begin (const BoundingBoxD< D > &bb) const |
Storage::IndexIterator | indexes_end (const BoundingBoxD< D > &) const |
ExtendedIndexIterator | extended_indexes_begin (const BoundingBoxD< D > &bb) const |
ExtendedIndexIterator | extended_indexes_end (const BoundingBoxD< D > &) const |
Indexes | get_indexes (const BoundingBoxD< D > &bb) const |
AllIndexes | get_all_indexes () const |
ExtendedIndexes | get_extended_indexes (const BoundingBoxD< D > &bb) const |
GridIndexD< D > | get_nearest_index (const VectorD< D > &pt) const |
ExtendedGridIndexD< D > | get_nearest_extended_index (const VectorD< D > &pt) const |
Functor | apply (const Functor &f) const |
Public Member Functions inherited from IMP::algebra::DenseGridStorageD< 3, int > | |
DenseGridStorageD (const DenseGridStorageD &o) | |
DenseGridStorageD (const Ints &counts, const int &default_value=int()) | |
Functor | apply (const Grid &g, const Functor &fi) const |
const int | at (GridIndexD< D >) const |
int & | at (GridIndexD< D >) |
const int * | get_raw_data () const |
int * | get_raw_data () |
DenseGridStorageD & | operator= (const DenseGridStorageD &o) |
const int | operator[] (GridIndexD< D >) const |
int & | operator[] (GridIndexD< D >) |
void | show (std::ostream &out=std::cout) const |
AllVoxelIterator | all_voxels_begin () |
AllVoxelConstIterator | all_voxels_begin () const |
AllVoxelIterator | all_voxels_end () |
AllVoxelConstIterator | all_voxels_end () const |
base::Vector< int > | get_all_voxels () const |
const int | at (unsigned int) const |
int & | at (unsigned int) |
const int | operator[] (unsigned int) const |
int & | operator[] (unsigned int) |
Public Member Functions inherited from IMP::algebra::BoundedGridRangeD< D > | |
BoundedGridRangeD (const Ints &counts) | |
ExtendedGridIndexD< D > | get_end_index () const |
Get the past-end voxel. More... | |
bool | get_has_index (const ExtendedGridIndexD< D > &v) const |
Return true if the ExtendedIndex is also a normal index value. More... | |
GridIndexD< D > | get_index (const ExtendedGridIndexD< D > &v) const |
Convert a ExtendedIndex into a real Index if possible. More... | |
ExtendedGridIndexD< D > | get_maximum_extended_index () const |
Return the index of the maximal cell. More... | |
ExtendedGridIndexD< D > | get_minimum_extended_index () const |
Return the ExtendedGridIndexD of all zeros. More... | |
unsigned int | get_number_of_voxels (unsigned int i) const |
Return the number of voxels in a certain direction. More... | |
unsigned int | get_number_of_voxels () const |
void | show (std::ostream &out=std::cout) const |
AllIndexIterator | all_indexes_begin () const |
AllIndexIterator | all_indexes_end () const |
base::Vector< GridIndexD< D > > | get_all_indexes () const |
IndexIterator | indexes_begin (const ExtendedGridIndexD< D > &lb, const ExtendedGridIndexD< D > &ub) const |
IndexIterator | indexes_end (const ExtendedGridIndexD< D > &, const ExtendedGridIndexD< D > &) const |
ExtendedIndexIterator | extended_indexes_begin (const ExtendedGridIndexD< D > &lb, const ExtendedGridIndexD< D > &ub) const |
ExtendedIndexIterator | extended_indexes_end (const ExtendedGridIndexD< D > &, const ExtendedGridIndexD< D > &) const |
base::Vector< GridIndexD< D > > | get_indexes (const ExtendedGridIndexD< D > &lb, const ExtendedGridIndexD< D > &ub) const |
base::Vector < ExtendedGridIndexD< D > > | get_extended_indexes (const ExtendedGridIndexD< D > &lb, const ExtendedGridIndexD< D > &ub) const |
Public Member Functions inherited from IMP::algebra::LogEmbeddingD< 3 > | |
LogEmbeddingD (const VectorD< D > &origin, const VectorD< D > &cell, const VectorD< D > &base) | |
LogEmbeddingD (const BoundingBoxD< D > &bb, const VectorD< D > &bases, const Ints &counts, bool bound_centers=false) | |
LogEmbeddingD (const VectorD< D > &, const VectorD< D > &) | |
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, const VectorD< D > &base) |
void | set_unit_cell (const VectorD< D > &o) |
void | show (std::ostream &out=std::cout) const |
VectorD< D > | get_center (const ExtendedGridIndexD< D > &ei) const |
VectorD< D > | get_center (const GridIndexD< D > &ei) const |
BoundingBoxD< D > | get_bounding_box (const ExtendedGridIndexD< D > &ei) const |
BoundingBoxD< D > | get_bounding_box (const GridIndexD< D > &ei) const |