#include <LookupTable.h>

Public Member Functions | |
| LookupTable () | |
| LookupTable (Potential *) | |
| void | SetPotentialFunction (Potential *) |
| int | Size () const |
Public Attributes | |
| glotz_flt | mForceTable [TABLE_SIZE] |
| glotz_flt | mPotentialTable [TABLE_SIZE] |
| glotz_flt | mVirialTable [TABLE_SIZE] |
| glotz_flt | mDistanceTable [TABLE_SIZE] |
| glotzmd::LookupTable< TABLE_SIZE >::LookupTable | ( | ) | [inline] |
| glotzmd::LookupTable< TABLE_SIZE >::LookupTable | ( | Potential * | p | ) | [inline] |
| void glotzmd::LookupTable< TABLE_SIZE >::SetPotentialFunction | ( | Potential * | potential | ) | [inline] |
| int glotzmd::LookupTable< TABLE_SIZE >::Size | ( | ) | const [inline] |
| glotz_flt glotzmd::LookupTable< TABLE_SIZE >::mForceTable[TABLE_SIZE] |
| glotz_flt glotzmd::LookupTable< TABLE_SIZE >::mPotentialTable[TABLE_SIZE] |
| glotz_flt glotzmd::LookupTable< TABLE_SIZE >::mVirialTable[TABLE_SIZE] |
| glotz_flt glotzmd::LookupTable< TABLE_SIZE >::mDistanceTable[TABLE_SIZE] |
1.5.3