|
CDT++
Causal Dynamical Triangulations in C++
|
#include <CGAL/draw_triangulation_3.h>#include <doctest/doctest.h>#include <spdlog/spdlog.h>#include <boost/program_options.hpp>#include "Manifold.hpp"#include "Utilities.hpp"
Include dependency graph for cdt-viewer.cpp:Go to the source code of this file.
Functions | |
| catch (...) | |
| catch (std::exception const &e) | |
| auto | main (int const argc, char *const argv[]) -> int try |
| SCENARIO ("Given a 3D Manifold, it can be written to file and read back in." *doctest::test_suite("cdt-viewer")) | |
Variables | |
| static auto constexpr | USAGE |
Views 3D spacetimes.
Definition in file cdt-viewer.cpp.
| #define DOCTEST_CONFIG_IMPLEMENT |
Definition at line 16 of file cdt-viewer.cpp.
| catch | ( | ... | ) |
Definition at line 113 of file cdt-viewer.cpp.
| catch | ( | std::exception const & | e | ) |
Definition at line 107 of file cdt-viewer.cpp.
| auto main | ( | int const | argc, |
| char *const | argv[] | ||
| ) | -> int try |
Definition at line 41 of file cdt-viewer.cpp.
| SCENARIO | ( | "Given a 3D | Manifold, |
| it can be written to file and read back in." * | doctest::test_suite"cdt-viewer" | ||
| ) |
Definition at line 119 of file cdt-viewer.cpp.
|
staticconstexpr |
Definition at line 28 of file cdt-viewer.cpp.