#include <compmdec.h>
Public Member Functions | |
| TConnMorse (theMorseDecompositionType &_morseDec, const spcCubes &_X, const int *_numTranslate) | |
| The constructor. | |
| void | operator() (int source, int target, int v) |
| Adds an element v at the connection from source to target. | |
| TConnMorse (theMorseDecompositionType &_morseDec, const spcCubes &_X, const int *_numTranslate) | |
| The constructor. | |
| void | operator() (int source, int target, int v) |
| Adds an element v at the connection from source to target. | |
Private Attributes | |
| theMorseDecompositionType & | morseDec |
| The Morse decomposition in which to record the connections. | |
| const spcCubes & | X |
| The set which contains cubes to add. | |
| const int * | numTranslate |
| The translation table for vertex numbers in the connections. | |
| theMorseDecompositionType & | morseDec |
| The Morse decomposition in which to record the connections. | |
| const spcCubes & | X |
| The set which contains cubes to add. | |
| const int * | numTranslate |
| The translation table for vertex numbers in the connections. | |
Definition at line 128 of file compmdec.h.
| TConnMorse::TConnMorse | ( | theMorseDecompositionType & | _morseDec, | |
| const spcCubes & | _X, | |||
| const int * | _numTranslate | |||
| ) | [inline] |
| TConnMorse::TConnMorse | ( | theMorseDecompositionType & | _morseDec, | |
| const spcCubes & | _X, | |||
| const int * | _numTranslate | |||
| ) |
The constructor.
| void TConnMorse::operator() | ( | int | source, | |
| int | target, | |||
| int | v | |||
| ) | [inline] |
Adds an element v at the connection from source to target.
Definition at line 157 of file compmdec.h.
References morseDec, numTranslate, and X.
| void TConnMorse::operator() | ( | int | source, | |
| int | target, | |||
| int | v | |||
| ) |
Adds an element v at the connection from source to target.
theMorseDecompositionType& TConnMorse::morseDec [private] |
The Morse decomposition in which to record the connections.
Definition at line 140 of file compmdec.h.
Referenced by computeMorseDecomposition(), and operator()().
const spcCubes& TConnMorse::X [private] |
The set which contains cubes to add.
Definition at line 143 of file compmdec.h.
Referenced by computeConleyIndex(), computeMorseDecomposition(), and operator()().
const int* TConnMorse::numTranslate [private] |
The translation table for vertex numbers in the connections.
Definition at line 146 of file compmdec.h.
Referenced by operator()().
theMorseDecompositionType& TConnMorse::morseDec [private] |
The Morse decomposition in which to record the connections.
Definition at line 118 of file morsecon.h.
const spcCubes& TConnMorse::X [private] |
const int* TConnMorse::numTranslate [private] |
The translation table for vertex numbers in the connections.
Definition at line 124 of file morsecon.h.
1.5.3