cloudy
trunk
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
hcmap.h
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2022 by Gary J. Ferland and
2
* others. For conditions of distribution and use see copyright notice in license.txt */
3
4
#ifndef HCMAP_H_
5
#define HCMAP_H_
6
11
void
map_do
(
12
FILE *io,
13
const
char
*chType);
14
16
struct
t_hcmap
{
17
20
long
int
MapZone
;
21
23
realnum
RangeMap
[2];
24
26
long
int
nMapStep
;
27
30
bool
lgMapOK
;
31
33
bool
lgMapBeingDone
;
34
36
bool
lgMapDone
;
37
39
long
int
nmap
;
40
42
double
*
temap
;
43
45
double
*
hmap
;
46
48
double
*
cmap
;
49
53
long
int
nMapAlloc
;
54
55
};
56
extern
t_hcmap
hcmap
;
57
58
#endif
/* HCMAP_H_ */
t_hcmap::lgMapOK
bool lgMapOK
Definition:
hcmap.h:30
t_hcmap::MapZone
long int MapZone
Definition:
hcmap.h:20
t_hcmap::temap
double * temap
Definition:
hcmap.h:42
t_hcmap
Definition:
hcmap.h:16
t_hcmap::nMapStep
long int nMapStep
Definition:
hcmap.h:26
t_hcmap::lgMapDone
bool lgMapDone
Definition:
hcmap.h:36
realnum
float realnum
Definition:
cddefines.h:124
t_hcmap::lgMapBeingDone
bool lgMapBeingDone
Definition:
hcmap.h:33
map_do
void map_do(FILE *io, const char *chType)
Definition:
hcmap.cpp:25
t_hcmap::nmap
long int nmap
Definition:
hcmap.h:39
t_hcmap::RangeMap
realnum RangeMap[2]
Definition:
hcmap.h:23
t_hcmap::hmap
double * hmap
Definition:
hcmap.h:45
t_hcmap::cmap
double * cmap
Definition:
hcmap.h:48
hcmap
t_hcmap hcmap
Definition:
hcmap.cpp:23
t_hcmap::nMapAlloc
long int nMapAlloc
Definition:
hcmap.h:53
Generated by
1.8.5