|
Clipper
|
generic grid More...
#include <coords.h>
Public Member Functions | |
| Grid () | |
| null constructor | |
| Grid (const int &nu, const int &nv, const int &nw) | |
| constructor: from nu,nv,nw | |
| const int & | nu () const |
| get nu | |
| const int & | nv () const |
| get nv | |
| const int & | nw () const |
| get nw | |
| int | size () const |
| return size of grid array | |
| bool | in_grid (Coord_grid g) const |
| determine if a point is in the grid | |
| int | index (const Coord_grid &c) const |
| grid indexing operator | |
| Coord_grid | deindex (const int &index) const |
| grid deindexing operator | |
| String | format () const |
| return formatted String representation | |
| void | debug () const |
generic grid
This holds the dimensions of a 3D array, indexed from 0 along each dimension.
| String clipper::Grid::format | ( | ) | const |
return formatted String representation
Reimplemented from clipper::Vec3< int >.
Reimplemented in clipper::Grid_sampling.
1.7.4