From cef9e14b989a3ba19321e4fe215ada2ee3998037 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 3 Jan 2018 19:01:57 -0200 Subject: Some file hand. organization and generalization --- Project/TransferFunction.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Project/TransferFunction.h') 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(); -- cgit