TConnMorse Class Reference

A simple class for storing connections in an array that uses the "multitable" class. More...

#include <compmdec.h>

List of all members.

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

theMorseDecompositionTypemorseDec
 The Morse decomposition in which to record the connections.
const spcCubesX
 The set which contains cubes to add.
const int * numTranslate
 The translation table for vertex numbers in the connections.
theMorseDecompositionTypemorseDec
 The Morse decomposition in which to record the connections.
const spcCubesX
 The set which contains cubes to add.
const int * numTranslate
 The translation table for vertex numbers in the connections.


Detailed Description

A simple class for storing connections in an array that uses the "multitable" class.

Definition at line 128 of file compmdec.h.


Constructor & Destructor Documentation

TConnMorse::TConnMorse ( theMorseDecompositionType _morseDec,
const spcCubes _X,
const int *  _numTranslate 
) [inline]

The constructor.

Definition at line 150 of file compmdec.h.

TConnMorse::TConnMorse ( theMorseDecompositionType _morseDec,
const spcCubes _X,
const int *  _numTranslate 
)

The constructor.


Member Function Documentation

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.


Member Data Documentation

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]

The set which contains cubes to add.

Definition at line 121 of file morsecon.h.

const int* TConnMorse::numTranslate [private]

The translation table for vertex numbers in the connections.

Definition at line 124 of file morsecon.h.


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