| 
    IMP Reference Guide
    2.23.0
    
   The Integrative Modeling Platform 
   | 
 
Represent a real cell in a grid (one within the bounding box) More...
#include <IMP/algebra/grid_indexes.h>
 Inheritance diagram for IMP::algebra::GridIndexD< D >:Represent a real cell in a grid (one within the bounding box)
Definition at line 170 of file grid_indexes.h.
Public Member Functions | |
| GridIndexD (int x) | |
| GridIndexD (int x, int y) | |
| GridIndexD (int x, int y, int z) | |
| GridIndexD (int i, int j, int k, int l) | |
| GridIndexD (int i, int j, int k, int l, int m) | |
| GridIndexD (int i, int j, int k, int l, int m, int n) | |
| unsigned int | get_dimension () const | 
| IMP_COMPARISONS (GridIndexD) | |
| IMP_HASHABLE_INLINE (GridIndexD, return boost::hash_range(begin(), end())) | |