|
| size_t | point_count () const |
| |
| Fractional | get_fractional (int u, int v, int w) const |
| | u,v,w are not normalized here
|
| |
| Position | get_position (int u, int v, int w) const |
| |
| std::vector< GridOp > | get_scaled_ops_except_id () const |
| |
| size_t | index_q (int u, int v, int w) const |
| | Quick(est) index function, but works only if `0 <= u < nu`, etc.
|
| |
| size_t | index_q (size_t u, size_t v, size_t w) const |
| |
| size_t | index_n (int u, int v, int w) const |
| | Faster than index_s(), but works only if `-nu <= u < 2*nu`, etc.
|
| |
| size_t | index_n_ref (int &u, int &v, int &w) const |
| | The same as index_n(), but modifies arguments.
|
| |
| size_t | index_near_zero (int u, int v, int w) const |
| | Faster than index_n(), but works only if -nu <= u < nu, etc.
|
| |
The base of Grid classes that does not depend on stored data type.
Definition at line 168 of file grid.hpp.