Maria GDK 5.0.0.738
Documentation of native code in develop branch
Loading...
Searching...
No Matches
STK::Tab1 Class Reference

Classes

struct  sort_arg
 
struct  sortpoint
 

Public Member Functions

 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 ()
 

Protected Attributes

std::vector< double > args_
 
std::vector< double > vals_
 
int i_
 

Friends

std::istream & operator>> (std::istream &input, STK::Tab1 &tab)
 
std::ostream & operator<< (std::ostream &output, STK::Tab1 &tab)
 

Constructor & Destructor Documentation

◆ Tab1()

STK::Tab1::Tab1 ( )

Constructor. Detailed description.

◆ ~Tab1()

STK::Tab1::~Tab1 ( )

Destructor. Detailed description.


The documentation for this class was generated from the following files: