cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Macros | Functions | Variables
save_line.cpp File Reference
#include "cddefines.h"
#include "cddrive.h"
#include "radius.h"
#include "opacity.h"
#include "phycon.h"
#include "dense.h"
#include "lines.h"
#include "h2.h"
#include "prt.h"
#include "iso.h"
#include "parser.h"
#include "count_ptr.h"
#include "save.h"
Include dependency graph for save_line.cpp:

Go to the source code of this file.

Data Structures

class  SaveLineList
 

Macros

#define NPUNLM   200L
 
#define LIMLINE   10
 

Functions

void parse_save_line (Parser &p, bool lgLog3, ostringstream &chHeader, long ipPun)
 
void save_line (FILE *ioPUN, const char *chDo, bool lgEmergent, long ipPun)
 
void Parse_Save_Line_RT (Parser &p)
 
void Save_Line_RT (FILE *ioPUN)
 

Variables

static count_ptr< SaveLineListlinelist [LIMPUN]
 
static long int line_RT_type [LIMLINE]
 
static long int line_RT_ipISO [LIMLINE]
 
static long int line_RT_nelem [LIMLINE]
 
static long int line_RT_ipHi [LIMLINE]
 
static long int line_RT_ipLo [LIMLINE]
 
static bool lgMustPrintHeader =true
 
static long int nLine =-1
 

Macro Definition Documentation

#define LIMLINE   10

Definition at line 248 of file save_line.cpp.

Referenced by Parse_Save_Line_RT(), and Save_Line_RT().

#define NPUNLM   200L

Definition at line 19 of file save_line.cpp.

Referenced by parse_save_line(), and save_line().

Function Documentation

void parse_save_line ( Parser p,
bool  lgLog3,
ostringstream &  chHeader,
long  ipPun 
)
void Parse_Save_Line_RT ( Parser p)
void save_line ( FILE *  ip,
const char *  chDo,
bool  lgEmergent,
long  ipPun 
)
void Save_Line_RT ( FILE *  ip)

Variable Documentation

bool lgMustPrintHeader =true
static
long int line_RT_ipHi[LIMLINE]
static
Initial value:
=
{LONG_MIN , LONG_MIN ,LONG_MIN ,LONG_MIN ,LONG_MIN ,
LONG_MIN ,LONG_MIN ,LONG_MIN ,LONG_MIN ,LONG_MIN }

Definition at line 258 of file save_line.cpp.

Referenced by Parse_Save_Line_RT(), and Save_Line_RT().

long int line_RT_ipISO[LIMLINE]
static
Initial value:
=
{LONG_MIN , LONG_MIN ,LONG_MIN ,LONG_MIN ,LONG_MIN ,
LONG_MIN ,LONG_MIN ,LONG_MIN ,LONG_MIN ,LONG_MIN }

Definition at line 252 of file save_line.cpp.

Referenced by Parse_Save_Line_RT(), and Save_Line_RT().

long int line_RT_ipLo[LIMLINE]
static
Initial value:
=
{LONG_MIN , LONG_MIN ,LONG_MIN ,LONG_MIN ,LONG_MIN ,
LONG_MIN ,LONG_MIN ,LONG_MIN ,LONG_MIN ,LONG_MIN }

Definition at line 261 of file save_line.cpp.

Referenced by Parse_Save_Line_RT(), and Save_Line_RT().

long int line_RT_nelem[LIMLINE]
static
Initial value:
=
{LONG_MIN , LONG_MIN ,LONG_MIN ,LONG_MIN ,LONG_MIN ,
LONG_MIN ,LONG_MIN ,LONG_MIN ,LONG_MIN ,LONG_MIN }

Definition at line 255 of file save_line.cpp.

Referenced by Parse_Save_Line_RT(), and Save_Line_RT().

long int line_RT_type[LIMLINE]
static
Initial value:
=
{LONG_MIN , LONG_MIN ,LONG_MIN , LONG_MIN ,LONG_MIN ,
LONG_MIN ,LONG_MIN ,LONG_MIN ,LONG_MIN ,LONG_MIN }

Definition at line 249 of file save_line.cpp.

Referenced by Parse_Save_Line_RT(), and Save_Line_RT().

count_ptr<SaveLineList> linelist[LIMPUN]
static

Definition at line 37 of file save_line.cpp.

long int nLine =-1
static