|
|
typedef Bounds_ | Bounds |
| |
|
typedef std::map< Direction, int > | DirMap |
| |
|
typedef std::vector< Direction > | DirVec |
| |
|
|
| RegularLink (int dim, const Bounds &core__, const Bounds &bounds__) |
| |
|
int | dimension () const |
| |
|
int | direction (Direction dir) const |
| |
|
Direction | direction (int i) const |
| |
|
void | add_direction (Direction dir) |
| |
|
void | add_wrap (Direction dir) |
| |
|
Direction | wrap (int i) const |
| |
|
Direction & | wrap (int i) |
| |
|
const Bounds & | core () const |
| |
|
Bounds & | core () |
| |
|
const Bounds & | bounds () const |
| |
|
Bounds & | bounds () |
| |
|
const Bounds & | bounds (int i) const |
| |
|
void | add_bounds (const Bounds &bounds__) |
| |
|
void | swap (RegularLink &other) |
| |
|
void | save (BinaryBuffer &bb) const |
| |
|
void | load (BinaryBuffer &bb) |
| |
|
virtual size_t | id () const |
| |
|
int | size () const |
| |
|
int | size_unique () const |
| |
|
BlockID | target (int i) const |
| |
|
BlockID & | target (int i) |
| |
|
int | find (int gid) const |
| |
|
void | add_neighbor (const BlockID &block) |
| |
|
void | fix (const Assigner &assigner) |
| |
|
void | swap (Link &other) |
| |
The documentation for this class was generated from the following file: