IMP logo
IMP Reference Guide  2.6.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 >:

Detailed Description

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

Represent a real cell in a grid (one within the bounding box)

Definition at line 162 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()))
 

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