#include "NFinput.hh"
#include <iostream>
Functions | |
| int | enterMainMenuLoop (System *s) |
| void | enterStepLoop (System *s) |
| void | getPrintout (System *s) |
| int | getInput (int min, int max) |
| double | getInput (double min) |
| void | NFinput::walk (System *s) |
| Allows the user to walk through the system with an interactive text-based program. | |
| void | printMainMenu () |
| void | printStepMenu () |
| void | printSpecificMolecule (System *s) |
| void | printSpecificMoleculeByUid (System *s) |
| int enterMainMenuLoop | ( | System * | s | ) |
| void enterStepLoop | ( | System * | s | ) |
| double getInput | ( | double | min | ) |
| int getInput | ( | int | min, | |
| int | max | |||
| ) |
| void getPrintout | ( | System * | s | ) |
| void printMainMenu | ( | ) |
| void printSpecificMolecule | ( | System * | s | ) |
| void printSpecificMoleculeByUid | ( | System * | s | ) |
| void printStepMenu | ( | ) |
1.5.4