13 #ifndef __ALLOWED_GRID_GROWTH_H 14 #define __ALLOWED_GRID_GROWTH_H 16 #include "../Core/SharedLibraryExportMacros.h" 40 __lighter(true), __heavier(true), __poorer(true), __richer(true)
50 bool poorer()
const {
return __poorer;}
53 bool richer()
const {
return __richer;}
69 {
return __lighter || __heavier || __poorer || __richer;}
bool poorer() const
Can grow toward lower [Fe/H]?
AllowedGridGrowth & block_heavier()
Disable growth to higher masses.
AllowedGridGrowth & block_richer()
Disable growth to higher [Fe/H].
bool lighter() const
Can grow toward lower masses?
AllowedGridGrowth & block_lighter()
Disable growth to lower masses.
bool heavier() const
Can grow toward higher masses?
bool richer() const
Can grow toward higher [Fe/H]?
bool __richer
Can grow toward higher [Fe/H]?
AllowedGridGrowth & block_poorer()
Disable growth to lower [Fe/H].