#include <conindex.h>
Public Member Functions | |
| int | dim () const |
| Returns the dimension of the underlying space. | |
| int | countInv () const |
| Returns the number of cubes in the isolating neighborhood. | |
| int | countExit () const |
| Returns the number of cubes in the exit set. | |
| int | getcube (int n, int *coord) const |
| Returns the coordinates of the n-th cube (first Inv, then Exit, followed by outside). | |
| int | imgcount (int n) const |
| Returns the number of cubes in the image of the n-th cube. | |
| int | getimgcube (int n, int i) const |
| Returns the number of the n-th cube in the image. | |
This is a general template for you to build an appropriate index pair. This might just be an interface to access an array of cubes in which the isolating neighborhood occupies the front of the array, and then cubes that form the exit set follow. Afterwards, all the other cubes that appear in the images of those two groups of cubes are listed.
Definition at line 404 of file conindex.h.
| int EmptyIndexPair::dim | ( | ) | const [inline] |
| int EmptyIndexPair::countInv | ( | ) | const [inline] |
Returns the number of cubes in the isolating neighborhood.
Definition at line 411 of file conindex.h.
| int EmptyIndexPair::countExit | ( | ) | const [inline] |
| int EmptyIndexPair::getcube | ( | int | n, | |
| int * | coord | |||
| ) | const [inline] |
Returns the coordinates of the n-th cube (first Inv, then Exit, followed by outside).
Definition at line 418 of file conindex.h.
| int EmptyIndexPair::imgcount | ( | int | n | ) | const [inline] |
Returns the number of cubes in the image of the n-th cube.
Definition at line 421 of file conindex.h.
| int EmptyIndexPair::getimgcube | ( | int | n, | |
| int | i | |||
| ) | const [inline] |
1.5.3