|
| Tab1 () |
|
| ~Tab1 () |
|
double | eval (double arg) const |
|
double | getArg (int i) |
|
double | getVal (int i) |
|
void | setArg (int i, double arg) |
|
void | setVal (int i, double val) |
|
int | size () const |
|
void | resize (int size) |
|
void | clear () |
|
const std::vector< double > & | getArgs () const |
|
const std::vector< double > & | getVals () const |
|
void | setArgs (const std::vector< double > &args) |
|
void | setVals (const std::vector< double > &vals) |
|
bool | read (std::FILE *fp) |
|
bool | write (std::FILE *fp) const |
|
void | append (double arg, double val) |
|
void | sortTable () |
|
|
std::vector< double > | args_ |
|
std::vector< double > | vals_ |
|
int | i_ |
|
|
std::istream & | operator>> (std::istream &input, STK::Tab1 &tab) |
|
std::ostream & | operator<< (std::ostream &output, STK::Tab1 &tab) |
|
◆ Tab1()
Constructor. Detailed description.
◆ ~Tab1()
Destructor. Detailed description.
The documentation for this class was generated from the following files:
- Native/SilentToolkit/StkMath/StkTab1.h
- Native/SilentToolkit/StkMath/StkTab1.cpp