![]() |
WarpTwin
Documentation for WarpTwin models and classes.
|
#include <sys/stat.h>#include <iostream>#include <fstream>#include "fileutils.h"#include "stdstringutils.hpp"#include "core/clockwerkerrors.h"Namespaces | |
| namespace | warptwin |
| Class to propagate CR3BP dynamics in characteristic units. | |
Functions | |
| bool | warptwin::fileExist (const std::string &name) |
| Function to quickly check and verify whether a file exists. | |
| int | warptwin::readTxtFile (const std::string &filename, std::vector< std::vector< double > > &data, const std::string &header_end_mark="!", const std::string &delimeter=" ", unsigned int num_cols=10) |
| Reads a text file and populates a 2D vector with column-based numerical data. | |