#include <AllowedGridGrowth.h>
Collaboration diagram for StellarEvolution::AllowedGridGrowth:Public Member Functions | |
| bool | lighter () const |
| Can grow toward lower masses? More... | |
| bool | heavier () const |
| Can grow toward higher masses? More... | |
| bool | poorer () const |
| Can grow toward lower [Fe/H]? More... | |
| bool | richer () const |
| Can grow toward higher [Fe/H]? More... | |
| AllowedGridGrowth & | block_lighter () |
| Disable growth to lower masses. More... | |
| AllowedGridGrowth & | block_heavier () |
| Disable growth to higher masses. More... | |
| AllowedGridGrowth & | block_poorer () |
| Disable growth to lower [Fe/H]. More... | |
| AllowedGridGrowth & | block_richer () |
| Disable growth to higher [Fe/H]. More... | |
| operator bool () const | |
| Is growth allowed in at least one direction? More... | |
Private Attributes | |
| bool | __lighter |
| Can grow toward lower masses? More... | |
| bool | __heavier |
| Can grow toward higher masses? More... | |
| bool | __poorer |
| Can grow toward lower [Fe/H]? More... | |
| bool | __richer |
| Can grow toward higher [Fe/H]? More... | |
The four directions in which an interpolation grid can grow.
Definition at line 23 of file AllowedGridGrowth.h.
|
inline |
Disable growth to higher masses.
Definition at line 59 of file AllowedGridGrowth.h.
|
inline |
Disable growth to lower masses.
Definition at line 56 of file AllowedGridGrowth.h.
|
inline |
Disable growth to lower [Fe/H].
Definition at line 62 of file AllowedGridGrowth.h.
|
inline |
Disable growth to higher [Fe/H].
Definition at line 65 of file AllowedGridGrowth.h.
|
inline |
Can grow toward higher masses?
Definition at line 47 of file AllowedGridGrowth.h.
|
inline |
Can grow toward lower masses?
Definition at line 44 of file AllowedGridGrowth.h.
|
inline |
Is growth allowed in at least one direction?
Definition at line 68 of file AllowedGridGrowth.h.
|
inline |
Can grow toward lower [Fe/H]?
Definition at line 50 of file AllowedGridGrowth.h.
|
inline |
Can grow toward higher [Fe/H]?
Definition at line 53 of file AllowedGridGrowth.h.
|
private |
Can grow toward higher masses?
Definition at line 27 of file AllowedGridGrowth.h.
|
private |
Can grow toward lower masses?
Definition at line 27 of file AllowedGridGrowth.h.
|
private |
Can grow toward lower [Fe/H]?
Definition at line 27 of file AllowedGridGrowth.h.
|
private |
Can grow toward higher [Fe/H]?
Definition at line 27 of file AllowedGridGrowth.h.