Canoe
Comprehensive Atmosphere N' Ocean Engine
|
#include <map>
#include <memory>
#include <string>
#include <vector>
#include <yaml-cpp/yaml.h>
#include <athena/athena.hpp>
#include <virtual_groups.hpp>
Go to the source code of this file.
Classes | |
class | Absorber |
base class of all absorbers More... | |
class | AbsorberFactory |
Typedefs | |
using | AbsorberPtr = std::shared_ptr< Absorber > |
using | AbsorberContainer = std::vector< AbsorberPtr > |
using AbsorberPtr = std::shared_ptr<Absorber> |
Definition at line 70 of file absorber.hpp.
using AbsorberContainer = std::vector<AbsorberPtr> |
Definition at line 71 of file absorber.hpp.