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_sum.html | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) (limited to 'docs/doxygen/html/class_sum.html') diff --git a/docs/doxygen/html/class_sum.html b/docs/doxygen/html/class_sum.html index ea6d8ea..ddaac41 100644 --- a/docs/doxygen/html/class_sum.html +++ b/docs/doxygen/html/class_sum.html @@ -7,7 +7,7 @@ -Sum Class Reference +Power System Platform: Sum Class Reference @@ -29,6 +29,11 @@ Logo + +
Power System Platform +  2018w15a +
+ @@ -130,9 +135,9 @@ virtual std::vector< Signal >  virtual void SetSignalList (std::vector< Signal > signalList)   - -virtual bool Solve (double input, double timeStep) -  + +virtual bool Solve (double *input, double timeStep) +  virtual void UpdatePoints ()   @@ -142,6 +147,12 @@ void AddInNode () void RemoveInNode ()   + +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...
  @@ -176,6 +187,9 @@ virtual bool IsSolved virtual void SetSolved (bool solved=true)   + +virtual bool Initialize () +  virtual double GetOutput () const   @@ -374,6 +388,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) +  @@ -463,6 +483,10 @@ bool 

Protected Attributes

m_online = true + + + @@ -473,6 +497,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

Sum the all inputs (can choose the input signal).

-- cgit