Table with 3 variables
Public Methods
-
Table3()
- Constructors / Destructors
-
~Table3()
-
inline void setName(const string &name)
-
inline string getName() const
-
double Evaluate(const double &x_p, const double &y_p, const double &z_p)
-
bool TestDimensions() const
- to test if tables2 have same dimensions as z
-
int LoadXML(char* file_name)
-
int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
-
void Out() const
Private Fields
-
string name
-
string zlabel
-
VectorND z
-
vector<Table> tables2
- 3rd variable
Documentation
Table with 3 variables
Table3()
- Constructors / Destructors
~Table3()
inline void setName(const string &name)
inline string getName() const
double Evaluate(const double &x_p, const double &y_p, const double &z_p)
bool TestDimensions() const
- to test if tables2 have same dimensions as z
int LoadXML(char* file_name)
int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
void Out() const
string name
string zlabel
VectorND z
vector<Table> tables2
- 3rd variable
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.