VectorTable Class Reference
#include <VectorTable.h>
List of all members.
Constructor & Destructor Documentation
VectorTable::VectorTable |
( |
|
) |
|
Member Function Documentation
unsigned int VectorTable::getDiv |
( |
|
) |
const |
double VectorTable::getInvDx |
( |
|
) |
const |
double VectorTable::getMax |
( |
|
) |
const |
double VectorTable::getMin |
( |
|
) |
const |
vector< double > VectorTable::getTable |
( |
|
) |
const |
const Cinfo * VectorTable::initCinfo |
( |
|
) |
[static] |
References getDiv(), getInvDx(), getMax(), getMin(), getTable(), Neutral::initCinfo(), lookupByIndex(), lookupByValue(), setDiv(), setMax(), setMin(), and setTable().
double VectorTable::lookupByIndex |
( |
unsigned int |
index |
) |
const |
double VectorTable::lookupByValue |
( |
double |
x |
) |
const |
void VectorTable::setDiv |
( |
unsigned int |
xDivs |
) |
|
void VectorTable::setMax |
( |
double |
xMax |
) |
|
void VectorTable::setMin |
( |
double |
xMin |
) |
|
void VectorTable::setTable |
( |
vector< double > |
|
) |
|
bool VectorTable::tableIsEmpty |
( |
|
) |
const |
Friends And Related Function Documentation
istream& operator>> |
( |
istream & |
, |
|
|
VectorTable & |
| |
|
) |
| | [friend] |
The documentation for this class was generated from the following files: