class Table


Public Methods

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

Private Fields

[more]string name
[more]string xlabel
[more]string ylabel
[more]VectorND x
[more]VectorND y
[more]MatrixNM Mnm
axis


Documentation

o Table()
Constructors / Destructors

o ~Table()

oinline void setName(const string &name)

oinline string getName() const

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

obool TestDimensions() const
to test if vectors have same dimensions as matrix

oint LoadXML(char* file_name)

oint ParseXML(xmlDocPtr doc, xmlNodePtr cur)

ovoid Out() const

ostring name

ostring xlabel

ostring ylabel

oVectorND x

oVectorND y

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