cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Data Fields
t_line_col Struct Reference

#include <prt.h>

Inheritance diagram for t_line_col:
Inheritance graph
[legend]
Collaboration diagram for t_line_col:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 301 of file prt.h.

Member Function Documentation

const char* t_line_col::chName ( ) const
inlinevirtual

Implements module.

Definition at line 303 of file prt.h.

void t_line_col::comment ( t_warnings )
inlinevirtual

Implements module.

Definition at line 308 of file prt.h.

void t_line_col::zero ( void  )
virtual

Implements module.

Definition at line 17 of file prt.cpp.

References absint_len, col_gap_len, DEBUG_ENTRY, and relint_len.

Field Documentation

int t_line_col::absint_len

width of absolute line intensity string in output column

Definition at line 311 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 328 of file prt.h.

Referenced by PrintSpectrum(), prme(), 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 322 of file prt.h.

Referenced by prme(), 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 318 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 314 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 325 of file prt.h.

Referenced by PrintSpectrum(), and SetPrintLineCol().


The documentation for this struct was generated from the following files: