
Data Fields | |
| string | name |
| access_scheme | scheme |
| FILE * | ioIN |
| const char * | ident |
| const char * | command |
| IntMode | imode |
| int32 | ndim |
| int32 | npar |
| int32 | nmods |
| int32 | ngrid |
| uint32 | nOffset |
| uint32 | nBlocksize |
| mpp * | telg |
| double ** | val |
| long * | nval |
| long * | jlo |
| long * | jhi |
| char | names [MDIM][MNAM+1] |
| long * | trackLen |
| long | nTracks |
| long * | jval |
Definition at line 90 of file stars.cpp.
| const char* stellar_grid::command |
| const char* stellar_grid::ident |
| FILE* stellar_grid::ioIN |
| long* stellar_grid::jhi |
| long* stellar_grid::jlo |
jlo/jhi will hold indices into the binary model file: jlo/jhi(i,...,n) will point to the model with parameters val[0][i],...,val[ndim-1][n] or its closest approximation in log(g) in case the model doesn't exist jlo will hold the model with the highest log(g) <= than requested jhi will hold the model with the lowest log(g) >= than requested in case no suitable model could be found either array will hold -2
| long* stellar_grid::jval |
| string stellar_grid::name |
| char stellar_grid::names[MDIM][MNAM+1] |
| uint32 stellar_grid::nBlocksize |
| int32 stellar_grid::ndim |
| int32 stellar_grid::ngrid |
| int32 stellar_grid::nmods |
| uint32 stellar_grid::nOffset |
| int32 stellar_grid::npar |
| long* stellar_grid::nval |
| long* stellar_grid::trackLen |
| double** stellar_grid::val |
1.4.7