C++ API Reference
The DisORT++ C++ API consists of configuration classes, solvers, result
containers, and utility functions. All types reside in the disortpp
namespace.
Header files are located in the src/ directory. Link against the
disortpp CMake target to use the library.
#include "DisortConfig.hpp"
#include "DisortSolver.hpp"
// ... other headers as needed
using namespace disortpp;