HomotopyInputXml Class Reference
initialize from XML file More...
#include <HomotopyInput.h>
Inheritance diagram for HomotopyInputXml:

Public Member Functions | |
| HomotopyInputXml (const std::string &xmlInputFileName) | |
Public Member Functions inherited from HomotopyInput | |
| HomotopyInput (void) | |
| HomotopyInput (std::string type, int id, int points) | |
| void | addControlled (const HomotopyVariable &homotopyVariable) |
| add controlled variable More... | |
| std::string | json (void) const |
| Iterator | begin (void) const |
| Iterator | end (void) const |
| bool | operator== (const HomotopyInput &rhs) const |
Additional Inherited Members | |
Public Types inherited from HomotopyInput | |
| typedef std::vector< HomotopyVariable >::const_iterator | Iterator |
Protected Attributes inherited from HomotopyInput | |
| std::string | type_ |
| int | id_ |
| int | points_ |
| std::vector< HomotopyVariable > | controlled_ |
Detailed Description
initialize from XML file
Constructor & Destructor Documentation
◆ HomotopyInputXml()
| HomotopyInputXml::HomotopyInputXml | ( | const std::string & | xmlInputFileName | ) |
The documentation for this class was generated from the following file:
Public Member Functions inherited from