diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-01-03 19:01:57 -0200 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-01-03 19:01:57 -0200 |
commit | cef9e14b989a3ba19321e4fe215ada2ee3998037 (patch) | |
tree | 245a63164fcd4131c48ebd1883615d112b0b59e9 /Project/TransferFunction.h | |
parent | 0c0280cfcf540f943fd2dbfdf7ac0304ea96a465 (diff) | |
download | PSP.git-cef9e14b989a3ba19321e4fe215ada2ee3998037.tar.gz PSP.git-cef9e14b989a3ba19321e4fe215ada2ee3998037.tar.xz PSP.git-cef9e14b989a3ba19321e4fe215ada2ee3998037.zip |
Some file hand. organization and generalization
Diffstat (limited to 'Project/TransferFunction.h')
-rw-r--r-- | Project/TransferFunction.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/TransferFunction.h b/Project/TransferFunction.h index a3d4555..abe3df3 100644 --- a/Project/TransferFunction.h +++ b/Project/TransferFunction.h @@ -74,6 +74,9 @@ class TransferFunction : public ControlElement * @return true if the calculation converges, false otherwise. */ virtual bool Solve(double* input, double timeStep); + + virtual void SaveElement(rapidxml::xml_document<>& doc, rapidxml::xml_node<>* elementListNode); + virtual bool OpenElement(rapidxml::xml_node<>* elementNode); virtual Element* GetCopy(); |