HomotopyInputJson Class Reference
initialize from JSON More...
#include <HomotopyInput.h>
Inheritance diagram for HomotopyInputJson:

Public Member Functions | |
| HomotopyInputJson (const std::string &jhi) | |
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 JSON
Constructor & Destructor Documentation
◆ HomotopyInputJson()
| HomotopyInputJson::HomotopyInputJson | ( | const std::string & | jhi | ) |
The documentation for this class was generated from the following file:
Public Member Functions inherited from