From 1fef503b85a30176dc5c3232e95809359a3338c5 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Thu, 3 May 2018 17:14:30 -0300 Subject: Commit for sync --- docs/doxygen/html/class_exponential.html | 45 +++++++++++++++++++++++++++----- 1 file changed, 38 insertions(+), 7 deletions(-) (limited to 'docs/doxygen/html/class_exponential.html') diff --git a/docs/doxygen/html/class_exponential.html b/docs/doxygen/html/class_exponential.html index 8a31825..41ec523 100644 --- a/docs/doxygen/html/class_exponential.html +++ b/docs/doxygen/html/class_exponential.html @@ -7,7 +7,7 @@ -Exponential Class Reference +Power System Platform: Exponential Class Reference @@ -29,6 +29,11 @@ Logo + +
Power System Platform +  2018w15a +
+ @@ -125,9 +130,15 @@ virtual void GetValues virtual void SetValues (double aValue, double bValue)   -virtual bool Solve (double input, double timeStep) - Calculates the exponential. More...
-  +virtual bool Solve (double *input, double timeStep) + Calculates the exponential. More...
+  + +virtual rapidxml::xml_node * SaveElement (rapidxml::xml_document<> &doc, rapidxml::xml_node<> *elementListNode) +  + +virtual bool OpenElement (rapidxml::xml_node<> *elementNode) +  virtual ElementGetCopy ()  Get a the element copy. More...
  @@ -162,6 +173,9 @@ virtual bool IsSolved virtual void SetSolved (bool solved=true)   + +virtual bool Initialize () +  virtual double GetOutput () const   @@ -360,6 +374,12 @@ virtual void DrawArc ( virtual double PointToLineDistance (wxPoint2DDouble point, int *segmentNumber=NULL) const  Calculate the distance between a line (formed by point list) and a point. More...
  + +void SaveCADProperties (rapidxml::xml_document<> &doc, rapidxml::xml_node<> *elementNode) +  + +bool OpenCADProperties (rapidxml::xml_node<> *elementNode) +  @@ -452,6 +472,10 @@ bool  - -

◆ Solve()

+ +

◆ Solve()

@@ -713,7 +744,7 @@ Additional Inherited Members
- + -- cgit

Protected Attributes

m_online = true + + + @@ -462,6 +486,13 @@ Additional Inherited Members + + + + +

Additional Inherited Members

- Static Public Member Functions inherited from ControlElement
+static ControlElementGetControlElementFromID (std::vector< ControlElement *> elementList, int id)
 
- Static Public Member Functions inherited from Element
static bool DoubleFromString (wxWindow *parent, wxString strValue, double &value, wxString errorMsg)
 Get a double value from a string. Show a error message if the conversion fail. More...
static wxString StringFromDouble (double value, int minDecimal=1)
 Convert a double value to string. More...
 
- Protected Member Functions inherited from ControlElement
+void SaveControlNodes (rapidxml::xml_document<> &doc, rapidxml::xml_node<> *elementNode)
 
+bool OpenControlNodes (rapidxml::xml_node<> *elementNode)
 

Detailed Description

Generates an output following an exponential function.

@@ -701,8 +732,8 @@ Additional Inherited Members
bool Exponential::Solve (double double *  input,