Canoe
Comprehensive Atmosphere N' Ocean Engine
|
Variables | |
const uint64_t | None = 0LL |
const uint64_t | Dynamic = 1LL << 0 |
const uint64_t | LineByLine = 1LL << 1 |
const uint64_t | CorrelatedK = 1LL << 2 |
const uint64_t | Planck = 1LL << 3 |
const uint64_t | Star = 1LL << 4 |
const uint64_t | Sphere = 1LL << 5 |
const uint64_t | FluxOnly = 1LL << 6 |
const uint64_t | Normalize = 1LL << 7 |
const uint64_t | WriteBinRadiance = 1LL << 8 |
const uint64_t RadiationFlags::None = 0LL |
Definition at line 86 of file radiation.hpp.
const uint64_t RadiationFlags::Dynamic = 1LL << 0 |
Definition at line 87 of file radiation.hpp.
const uint64_t RadiationFlags::LineByLine = 1LL << 1 |
Definition at line 88 of file radiation.hpp.
const uint64_t RadiationFlags::CorrelatedK = 1LL << 2 |
Definition at line 89 of file radiation.hpp.
const uint64_t RadiationFlags::Planck = 1LL << 3 |
Definition at line 90 of file radiation.hpp.
const uint64_t RadiationFlags::Star = 1LL << 4 |
Definition at line 91 of file radiation.hpp.
const uint64_t RadiationFlags::Sphere = 1LL << 5 |
Definition at line 92 of file radiation.hpp.
const uint64_t RadiationFlags::FluxOnly = 1LL << 6 |
Definition at line 93 of file radiation.hpp.
const uint64_t RadiationFlags::Normalize = 1LL << 7 |
Definition at line 94 of file radiation.hpp.
const uint64_t RadiationFlags::WriteBinRadiance = 1LL << 8 |
Definition at line 95 of file radiation.hpp.