IMP  2.2.0
The Integrative Modeling Platform
IMP::algebra::GridIndexD< D > Class Template Reference

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 >:

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()))
 

Detailed Description

template<int D>
class IMP::algebra::GridIndexD< D >

Definition at line 162 of file grid_indexes.h.


The documentation for this class was generated from the following file: