#include <vector>
#include <string>
#include "architecture/GraphTreeObject.h"
#include "architecture/DataIO.hpp"
Go to the source code of this file.
|
| namespace | warptwin |
| | Class to propagate CR3BP dynamics in characteristic units.
|
|
| bool | warptwin::contains (const std::string &parent_str, const std::string &substr) |
| | Function to return whether substr is in parent_str.
|
| std::string | warptwin::trim (const std::string &str, const std::string &whitespace=" \t") |
| | Function to trim leading and trailing whitespace from string.
|