class Table3

Table with 3 variables

Public Methods

[more] Table3()
Constructors / Destructors
[more] ~Table3()
[more]inline void setName(const string &name)
[more]inline string getName() const
[more]double Evaluate(const double &x_p, const double &y_p, const double &z_p)
[more]bool TestDimensions() const
to test if tables2 have same dimensions as z
[more]int LoadXML(char* file_name)
[more]int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
[more]void Out() const

Private Fields

[more]string name
[more]string zlabel
[more]VectorND z
[more]vector<Table> tables2
3rd variable


Documentation

Table with 3 variables
o Table3()
Constructors / Destructors

o ~Table3()

oinline void setName(const string &name)

oinline string getName() const

odouble Evaluate(const double &x_p, const double &y_p, const double &z_p)

obool TestDimensions() const
to test if tables2 have same dimensions as z

oint LoadXML(char* file_name)

oint ParseXML(xmlDocPtr doc, xmlNodePtr cur)

ovoid Out() const

ostring name

ostring zlabel

oVectorND z

ovector<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++.