|
Cloudy
Spectral Synthesis Code for Astrophysics
|
#include <stopcalc.h>

Public Member Functions | |
| StopLineEntry () | |
Public Attributes | |
| LineID | line1 |
| LineID | line2 |
| long int | ipStopLine1 |
| long int | ipStopLine2 |
| int | nEmergent |
| realnum | StopRatio |
|
inline |
References ipStopLine1, ipStopLine2, nEmergent, and StopRatio.
| long int StopLineEntry::ipStopLine1 |
pointer to first line in line stack
Referenced by StopLineEntry().
| long int StopLineEntry::ipStopLine2 |
pointer to second line in line stack
Referenced by StopLineEntry().
| LineID StopLineEntry::line1 |
ID for first line in stop line command
Referenced by ParseStop().
| LineID StopLineEntry::line2 |
ID for second line in stop line command, usually Hbeta
Referenced by ParseStop().
| int StopLineEntry::nEmergent |
should emergent intensity be used?
Referenced by ParseStop(), and StopLineEntry().
| realnum StopLineEntry::StopRatio |
intensity ratio used as stopping criterion
Referenced by ParseStop(), and StopLineEntry().