Canoe
Comprehensive Atmosphere N' Ocean Engine
|
#include <memory>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
struct | SpectralBin |
Smallest unit of a spectral grid. More... | |
class | SpectralGridBase |
Base class for a collection of spectral grids. More... | |
class | RegularSpacingSpectralGrid |
Policy class for creating a regular spacing spectral grid. More... | |
class | CustomSpacingSpectralGrid |
Policy class for creating a custom spacing spectral grid. More... | |
class | CorrelatedKTableSpectralGrid |
Policy class for creating a correlated k-table spectral grid. More... | |
class | SpectralGridFactory |
Typedefs | |
using | SpectralGridPtr = std::shared_ptr< SpectralGridBase > |
using SpectralGridPtr = std::shared_ptr<SpectralGridBase> |
Definition at line 49 of file spectral_grid.hpp.