cloudy
trunk
|
#include <prt.h>
Public Member Functions | |
const char * | chName () const |
void | zero () |
void | comment (t_warnings &) |
Public Member Functions inherited from module | |
module () | |
virtual | ~module () |
Data Fields | |
int | absint_len |
int | relint_len |
int | column_len |
int | col_gap_len |
string | relint_outrange |
string | col_gap |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Implements module.
Definition at line 17 of file prt.cpp.
References absint_len, col_gap_len, DEBUG_ENTRY, and relint_len.
int t_line_col::absint_len |
width of absolute line intensity string in output column
Definition at line 318 of file prt.h.
Referenced by PrintSpectrum(), SetPrintLineCol(), and zero().
string t_line_col::col_gap |
gap bw columns, based on column_gap_len above
Definition at line 335 of file prt.h.
Referenced by PrintSpectrum(), prme(), prt_header_cols(), and SetPrintLineCol().
int t_line_col::col_gap_len |
width of space between columns in line output, used unless single column requested
Definition at line 329 of file prt.h.
Referenced by prme(), prt_header_cols(), SetPrintLineCol(), and zero().
int t_line_col::column_len |
width of line column, compiled from the number of widths of the label, the wavelength, and the two intensities above
Definition at line 325 of file prt.h.
Referenced by SetPrintLineCol(), and StuffComment().
int t_line_col::relint_len |
width of relative line intensity string in output column
Definition at line 321 of file prt.h.
Referenced by PrintSpectrum(), SetPrintLineCol(), and zero().
string t_line_col::relint_outrange |
string of stars signifies out-of-range values in relint
Definition at line 332 of file prt.h.
Referenced by PrintSpectrum(), and SetPrintLineCol().