Public Methods
-
Table()
- Constructors / Destructors
-
~Table()
-
inline void setName(const string &name)
-
inline string getName() const
-
double Evaluate(const double &x_p, const double &y_p)
-
bool TestDimensions() const
- to test if vectors have same dimensions as matrix
-
int LoadXML(char* file_name)
-
int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
-
void Out() const
Private Fields
-
string name
-
string xlabel
-
string ylabel
-
VectorND x
-
VectorND y
-
MatrixNM Mnm
- axis
Documentation
- Table()
- Constructors / Destructors
- ~Table()
- inline void setName(const string &name)
- inline string getName() const
- double Evaluate(const double &x_p, const double &y_p)
- bool TestDimensions() const
- to test if vectors have same dimensions as matrix
- int LoadXML(char* file_name)
- int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
- void Out() const
- string name
- string xlabel
- string ylabel
- VectorND x
- VectorND y
- MatrixNM Mnm
- axis
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.