EmptyIndexPair Class Reference

The empty index pair class simulates an empty index pair. More...

#include <conindex.h>

List of all members.

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.


Detailed Description

The empty index pair class simulates an empty index pair.

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.


Member Function Documentation

int EmptyIndexPair::dim (  )  const [inline]

Returns the dimension of the underlying space.

Definition at line 408 of file conindex.h.

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]

Returns the number of cubes in the exit set.

Definition at line 414 of file conindex.h.

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]

Returns the number of the n-th cube in the image.

Definition at line 424 of file conindex.h.


The documentation for this class was generated from the following file:
Generated on Sun Mar 28 17:47:58 2010 for The Conley-Morse Graphs Software by  doxygen 1.5.3