EnergyTable


[ DockingLib | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class EnergyTable

{
public:
EnergyT& getCell(unsigned int i, unsigned int j) const ;
~EnergyTable()
EnergyTable(unsigned int numOfRows,unsigned int numOfColumns);
const EnergyT& getEnergy(unsigned int i, unsigned int j) const ;
void addEnergy(unsigned int i, unsigned int j, const EnergyT& addedEnergy) ;
EnergyT **m_table;
unsigned int m_numOfColumns;
unsigned int m_numOfRows;
protected:
}; // EnergyTable

Back to the top of EnergyTable


KEYWORD

Back to the top of EnergyTable


AUTHORS

Back to the top of EnergyTable


CHANGES LOG

Back to the top of EnergyTable


GOALS

Back to the top of EnergyTable

		

USAGE

		

Back to the top of EnergyTable


EnergyT& getCell(unsigned int i, unsigned int j) const ;

    inline EnergyT& getCell(unsigned int i, unsigned int j) const                                                                                                ;

Function is currently defined inline.


Back to the top of EnergyTable


~EnergyTable()

    virtual ~EnergyTable()   

Back to the top of EnergyTable


EnergyTable(unsigned int numOfRows,unsigned int numOfColumns);

    EnergyTable(unsigned int numOfRows,unsigned int numOfColumns);

Back to the top of EnergyTable


const EnergyT& getEnergy(unsigned int i, unsigned int j) const ;

    inline const EnergyT& getEnergy(unsigned int i, unsigned int j) const                                                                                                ;

Function is currently defined inline.


Back to the top of EnergyTable


void addEnergy(unsigned int i, unsigned int j, const EnergyT& addedEnergy) ;

    inline void addEnergy(unsigned int i, unsigned int j, const EnergyT& addedEnergy)                                                                                                    
;

Function is currently defined inline.


Back to the top of EnergyTable


EnergyT **m_table;

    EnergyT **m_table;

Back to the top of EnergyTable


unsigned int m_numOfColumns;

    unsigned int m_numOfColumns;

Back to the top of EnergyTable


unsigned int m_numOfRows;

    unsigned int m_numOfRows;

Back to the top of EnergyTable


All Members

public:
EnergyT& getCell(unsigned int i, unsigned int j) const ;
const EnergyT& getEnergy(unsigned int i, unsigned int j) const ;
void addEnergy(unsigned int i, unsigned int j, const EnergyT& addedEnergy) ;
EnergyT **m_table;
unsigned int m_numOfColumns;
unsigned int m_numOfRows;
protected:

Back to the top of EnergyTable


Ancestors

Class does not inherit from any other class.

Back to the top of EnergyTable


Descendants

Class is not inherited by any others.

Back to the top of EnergyTable


Generated from source by the Cocoon utilities on Mon Dec 21 12:00:24 2009 .

Report problems to jkotula@unimax.com